Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(3338 errors, 514 warnings)

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

mod/confman/ajax.php
(#22) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/confman/classes/comment_form.php
(#29) Member variable "accepted_types" must not contain underscores.
(#29) Scope modifier not specified for member variable "$accepted_types"
(#30) Scope modifier not specified for member variable "$areamaxbytes"
(#31) Scope modifier not specified for member variable "$maxbytes"
(#31) Expected 1 space before "*"; 0 found
(#31) Expected 1 space after "*"; 0 found
(#32) Scope modifier not specified for member variable "$maxfiles"
(#33) Scope modifier not specified for member variable "$subdirs"
(#35) Visibility must be declared on method "definition"
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#63) Visibility must be declared on method "validation"
mod/confman/classes/item_form.php
(#30) Member variable "accepted_types" must not contain underscores.
(#30) Scope modifier not specified for member variable "$accepted_types"
(#31) Scope modifier not specified for member variable "$areamaxbytes"
(#32) Scope modifier not specified for member variable "$maxbytes"
(#32) Expected 1 space before "*"; 0 found
(#32) Expected 1 space after "*"; 0 found
(#33) Scope modifier not specified for member variable "$maxfiles"
(#34) Scope modifier not specified for member variable "$subdirs"
(#36) Visibility must be declared on method "definition"
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#59) Variable "_event" must not contain underscores.
(#68) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#71) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#76) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#81) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#82) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#87) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#91) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#101) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#101) AS keyword must be lowercase; expected "as" but found "AS"
(#112) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#112) AS keyword must be lowercase; expected "as" but found "AS"
(#113) Line exceeds maximum limit of 180 characters; contains 237 characters
(#124) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// recaptcha is enabled" but found "//recaptcha is enabled"
(#146) The use of function eval() is forbidden
(#152) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#153) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#154) Line exceeds 132 characters; contains 139 characters
(#170) Line exceeds maximum limit of 180 characters; contains 258 characters
(#177) Line exceeds 132 characters; contains 175 characters
mod/confman/db/upgrade.php
(#37) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#37) AS keyword must be lowercase; expected "as" but found "AS"
(#48) Line exceeds 132 characters; contains 141 characters
(#49) Line exceeds 132 characters; contains 138 characters
(#50) Line exceeds 132 characters; contains 138 characters
(#51) Line exceeds 132 characters; contains 137 characters
(#52) Line exceeds 132 characters; contains 134 characters
(#54) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#54) AS keyword must be lowercase; expected "as" but found "AS"
(#59) Line exceeds 132 characters; contains 135 characters
(#84) AS keyword must be lowercase; expected "as" but found "AS"
(#90) Line exceeds 132 characters; contains 144 characters
(#91) AS keyword must be lowercase; expected "as" but found "AS"
mod/confman/export.php
(#36) Line exceeds 132 characters; contains 172 characters
(#39) AS keyword must be lowercase; expected "as" but found "AS"
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) This comment is 75% valid code; is this commented out code?
(#53) No space found before comment text; expected "// $writer->setShouldUseInlineStrings(true); // default (and recommended) value" but found "//$writer->setShouldUseInlineStrings(true); // default (and recommended) value"
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) This comment is 75% valid code; is this commented out code?
(#54) No space found before comment text; expected "// $writer->setShouldUseInlineStrings(false); // will use shared strings" but found "//$writer->setShouldUseInlineStrings(false); // will use shared strings"
(#57) AS keyword must be lowercase; expected "as" but found "AS"
(#68) Line indented incorrectly; expected at least 12 spaces, found 8
(#69) Line indented incorrectly; expected at least 12 spaces, found 8
(#70) Line indented incorrectly; expected at least 12 spaces, found 8
mod/confman/index.php
(#23) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 58% valid code; is this commented out code?
(#63) No space found before comment text; expected "// ($USER->id == 0 || isguestuser($USER)) ? 'frametop' : 'incourse');" but found "//($USER->id == 0 || isguestuser($USER)) ? 'frametop' : 'incourse');"
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) This comment is 73% valid code; is this commented out code?
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) No space found before comment text; expected "// $PAGE->requires->js('/mod/confman/script/js.js');" but found "//$PAGE->requires->js('/mod/confman/script/js.js');"
(#70) No space found before comment text; expected "// $PAGE->requires->css('/mod/confman/style/main.css');" but found "//$PAGE->requires->css('/mod/confman/style/main.css');"
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// $PAGE->requires->css('/mod/confman/style/confman.min.css');" but found "//$PAGE->requires->css('/mod/confman/style/confman.min.css');"
(#75) Inline control structures are not allowed
(#81) Inline control structures are not allowed
(#94) Line exceeds maximum limit of 180 characters; contains 184 characters
(#98) Variable "OUPUT" must be all lower-case
(#108) Inline control structures are not allowed
(#111) Line exceeds 132 characters; contains 180 characters
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Line exceeds 132 characters; contains 149 characters
(#156) AS keyword must be lowercase; expected "as" but found "AS"
(#179) Inline control structures are not allowed
mod/confman/lib.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) This comment is 63% valid code; is this commented out code?
(#28) No space found before comment text; expected "// , '*', MUST_EXIST);" but found "//, '*', MUST_EXIST);"
(#30) AS keyword must be lowercase; expected "as" but found "AS"
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#38) Line exceeds 132 characters; contains 144 characters
(#100) Commas (,) must be followed by white space.
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#100) Line exceeds 132 characters; contains 163 characters
(#129) Member variable "packed_vars" must not contain underscores.
(#129) Scope modifier not specified for member variable "$packed_vars"
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#129) Line exceeds 132 characters; contains 147 characters
(#138) Inline control structures are not allowed
(#159) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {"
(#161) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#161) Variable "packed_vars" must not contain underscores.
(#161) AS keyword must be lowercase; expected "as" but found "AS"
(#168) Empty CATCH statement detected
(#168) Empty CATCH statement must have a comment to explain why the exception is not handled
(#168) Closing brace must be on a line by itself
(#189) AS keyword must be lowercase; expected "as" but found "AS"
(#190) Expected "if (...) {\n"; found "if (...){\n"
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#191) Line exceeds maximum limit of 180 characters; contains 193 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#243) Inline control structures are not allowed
(#245) AS keyword must be lowercase; expected "as" but found "AS"
(#319) Inline control structures are not allowed
(#333) Expected "for (...) {\n"; found "for(...) {\n"
(#341) Expected "for (...) {\n"; found "for(...) {\n"
(#351) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#351) Variable "packed_vars" must not contain underscores.
(#351) AS keyword must be lowercase; expected "as" but found "AS"
(#388) Inline control structures are not allowed
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#452) Line exceeds 132 characters; contains 158 characters
(#554) Inline control structures are not allowed
(#556) Inline control structures are not allowed
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#582) Line exceeds maximum limit of 180 characters; contains 200 characters
(#605) This comment is 58% valid code; is this commented out code?
(#605) Line indented incorrectly; expected at least 4 spaces, found 0
(#708) Line indented incorrectly; expected at least 4 spaces, found 0
(#773) Expected 1 space before "=>"; 0 found
(#773) Expected 1 space after "=>"; 0 found
(#792) Expected 1 space before "=>"; 0 found
(#792) Expected 1 space after "=>"; 0 found
mod/confman/mod_form.php
(#57) Line exceeds maximum limit of 180 characters; contains 192 characters
(#59) Line exceeds 132 characters; contains 133 characters
(#71) Line exceeds 132 characters; contains 137 characters
(#74) Line exceeds 132 characters; contains 133 characters
mod/confman/thirdparty/Spout/Autoloader/Psr4Autoloader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#42) Public method name "Psr4Autoloader::addNamespace" must be in lower-case letters only
(#42) Variable "baseDir" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Variable "baseDir" must be all lower-case
(#48) Variable "baseDir" must be all lower-case
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Variable "baseDir" must be all lower-case
(#59) Variable "baseDir" must be all lower-case
(#70) Public method name "Psr4Autoloader::loadClass" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#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
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "relativeClass" must be all lower-case
(#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
(#86) Variable "mappedFile" must be all lower-case
(#86) Variable "relativeClass" must be all lower-case
(#87) Variable "mappedFile" must be all lower-case
(#88) Variable "mappedFile" must be all lower-case
(#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
(#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
(#108) Protected method name "Psr4Autoloader::loadMappedFile" must be in lower-case letters only
(#108) Variable "relativeClass" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Variable "baseDir" must be all lower-case
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Variable "baseDir" must be all lower-case
(#122) Variable "relativeClass" must be all lower-case
(#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
(#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
(#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
(#142) Protected method name "Psr4Autoloader::requireFile" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#145) "require" must be immediately followed by an open parenthesis
mod/confman/thirdparty/Spout/Autoloader/autoload.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
(#7) Inline doc block comments are not allowed; use "// Comment." instead
(#11) Variable "srcBaseDirectory" must be all lower-case
(#15) Variable "srcBaseDirectory" must be all lower-case
mod/confman/thirdparty/Spout/Common/Escaper/CSV.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#35) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Common/Escaper/EscaperInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Common/Escaper/ODS.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Variable "replacedString" must be all lower-case
(#34) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#35) Variable "escapedString" must be all lower-case
(#35) Expected 1 space after "="; 2 found
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Variable "regexPattern" must be all lower-case
(#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
(#40) This comment is 57% valid code; is this commented out code?
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) This comment is 50% valid code; is this commented out code?
(#44) Variable "replacedString" must be all lower-case
(#44) Variable "regexPattern" must be all lower-case
(#44) Variable "escapedString" must be all lower-case
(#47) Variable "replacedString" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/confman/thirdparty/Spout/Common/Escaper/XLSX.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "escapableControlCharactersPattern" must be all lower-case
(#21) Member variable "controlCharactersEscapingMap" must be all lower-case
(#24) Member variable "controlCharactersEscapingReverseMap" must be all lower-case
(#30) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#44) Variable "escapedString" must be all lower-case
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#47) Variable "escapedString" must be all lower-case
(#47) Variable "escapedString" must be all lower-case
(#49) Variable "escapedString" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Variable "unescapedString" must be all lower-case
(#68) Variable "unescapedString" must be all lower-case
(#74) Protected method name "XLSX::getEscapableControlCharactersPattern" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) This comment is 57% valid code; is this commented out code?
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 50% valid code; is this commented out code?
(#95) Protected method name "XLSX::getControlCharactersEscapingMap" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "controlCharactersEscapingMap" must be all lower-case
(#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
(#100) Variable "charValue" must be all lower-case
(#100) Variable "charValue" must be all lower-case
(#100) Variable "charValue" must be all lower-case
(#101) Variable "charValue" must be all lower-case
(#103) Variable "charHexValue" must be all lower-case
(#103) Variable "charValue" must be all lower-case
(#104) Variable "escapedChar" must be all lower-case
(#104) Variable "charHexValue" must be all lower-case
(#105) Variable "controlCharactersEscapingMap" must be all lower-case
(#105) Variable "escapedChar" must be all lower-case
(#109) Variable "controlCharactersEscapingMap" must be all lower-case
(#125) Protected method name "XLSX::escapeControlCharacters" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#127) Variable "escapedString" must be all lower-case
(#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
(#130) Variable "escapedString" must be all lower-case
(#131) Variable "escapedString" must be all lower-case
(#136) Variable "escapedString" must be all lower-case
(#145) Protected method name "XLSX::escapeEscapeCharacter" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#163) Protected method name "XLSX::unescapeControlCharacters" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#165) Variable "unescapedString" must be all lower-case
(#167) Variable "escapedCharValue" must be all lower-case
(#167) Variable "charValue" must be all lower-case
(#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 "unescapedString" must be all lower-case
(#169) Variable "escapedCharValue" must be all lower-case
(#169) Variable "charValue" must be all lower-case
(#169) Variable "unescapedString" must be all lower-case
(#172) Variable "unescapedString" must be all lower-case
(#181) Protected method name "XLSX::unescapeEscapeCharacter" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Common/Exception/EncodingConversionException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Common/Exception/IOException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Common/Exception/InvalidArgumentException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Common/Exception/SpoutException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Common/Exception/UnsupportedTypeException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Common/Helper/EncodingHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "globalFunctionsHelper" must be all lower-case
(#33) Member variable "supportedEncodingsWithBom" must be all lower-case
(#38) Variable "globalFunctionsHelper" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "globalFunctionsHelper" must be all lower-case
(#58) Public method name "EncodingHelper::getBytesOffsetToSkipBOM" must be in lower-case letters only
(#58) Variable "filePointer" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "byteOffsetToSkipBom" must be all lower-case
(#62) Variable "filePointer" must be all lower-case
(#63) Variable "bomUsed" must be all lower-case
(#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
(#66) Variable "byteOffsetToSkipBom" must be all lower-case
(#66) Variable "bomUsed" must be all lower-case
(#69) Variable "byteOffsetToSkipBom" must be all lower-case
(#79) Protected method name "EncodingHelper::hasBOM" must be in lower-case letters only
(#79) Variable "filePointer" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Variable "hasBOM" must be all lower-case
(#83) Variable "filePointer" must be all lower-case
(#86) Variable "potentialBom" must be all lower-case
(#87) Variable "numBytesInBom" must be all lower-case
(#87) Variable "potentialBom" must be all lower-case
(#89) Variable "hasBOM" must be all lower-case
(#89) Variable "filePointer" must be all lower-case
(#89) Variable "numBytesInBom" must be all lower-case
(#89) Variable "potentialBom" must be all lower-case
(#92) Variable "hasBOM" must be all lower-case
(#103) Public method name "EncodingHelper::attemptConversionToUTF8" must be in lower-case letters only
(#103) Variable "sourceEncoding" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#105) Variable "sourceEncoding" must be all lower-case
(#116) Public method name "EncodingHelper::attemptConversionFromUTF8" must be in lower-case letters only
(#116) Variable "targetEncoding" must be all lower-case
(#117) Opening brace should be on the same line as the declaration
(#118) Variable "targetEncoding" must be all lower-case
(#131) Protected method name "EncodingHelper::attemptConversion" must be in lower-case letters only
(#131) Variable "sourceEncoding" must be all lower-case
(#131) Variable "targetEncoding" must be all lower-case
(#132) Opening brace should be on the same line as the declaration
(#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
(#134) Variable "sourceEncoding" must be all lower-case
(#134) Variable "targetEncoding" must be all lower-case
(#138) Variable "convertedString" must be all lower-case
(#141) Variable "convertedString" must be all lower-case
(#141) Variable "sourceEncoding" must be all lower-case
(#141) Variable "targetEncoding" must be all lower-case
(#143) Variable "convertedString" must be all lower-case
(#143) Variable "sourceEncoding" must be all lower-case
(#143) Variable "targetEncoding" must be all lower-case
(#145) Variable "sourceEncoding" must be all lower-case
(#145) Line exceeds 132 characters; contains 168 characters
(#148) Variable "convertedString" must be all lower-case
(#149) Variable "sourceEncoding" must be all lower-case
(#152) Variable "convertedString" must be all lower-case
(#160) Protected method name "EncodingHelper::canUseIconv" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#171) Protected method name "EncodingHelper::canUseMbString" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Common/Helper/FileSystemHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "baseFolderRealPath" must be all lower-case
(#22) Variable "baseFolderPath" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Variable "baseFolderPath" must be all lower-case
(#33) Line exceeds 132 characters; contains 140 characters
(#35) Public method name "FileSystemHelper::createFolder" must be in lower-case letters only
(#35) Variable "parentFolderPath" must be all lower-case
(#35) Variable "folderName" must be all lower-case
(#36) Opening brace should be on the same line as the declaration
(#37) Variable "parentFolderPath" must be all lower-case
(#39) Variable "folderPath" must be all lower-case
(#39) Variable "parentFolderPath" must be all lower-case
(#39) Variable "folderName" must be all lower-case
(#41) Variable "wasCreationSuccessful" must be all lower-case
(#41) Variable "folderPath" must be all lower-case
(#42) Variable "wasCreationSuccessful" must be all lower-case
(#43) Variable "folderPath" must be all lower-case
(#46) Variable "folderPath" must be all lower-case
(#57) Line exceeds 132 characters; contains 136 characters
(#59) Public method name "FileSystemHelper::createFileWithContents" must be in lower-case letters only
(#59) Variable "parentFolderPath" must be all lower-case
(#59) Variable "fileName" must be all lower-case
(#59) Variable "fileContents" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "parentFolderPath" must be all lower-case
(#63) Variable "filePath" must be all lower-case
(#63) Variable "parentFolderPath" must be all lower-case
(#63) Variable "fileName" must be all lower-case
(#65) Variable "wasCreationSuccessful" must be all lower-case
(#65) Variable "filePath" must be all lower-case
(#65) Variable "fileContents" must be all lower-case
(#66) Variable "wasCreationSuccessful" must be all lower-case
(#67) Variable "filePath" must be all lower-case
(#70) Variable "filePath" must be all lower-case
(#80) Public method name "FileSystemHelper::deleteFile" must be in lower-case letters only
(#80) Variable "filePath" must be all lower-case
(#81) Opening brace should be on the same line as the declaration
(#82) Variable "filePath" must be all lower-case
(#84) Variable "filePath" must be all lower-case
(#84) Variable "filePath" must be all lower-case
(#85) Variable "filePath" must be all lower-case
(#96) Public method name "FileSystemHelper::deleteFolderRecursively" must be in lower-case letters only
(#96) Variable "folderPath" must be all lower-case
(#97) Opening brace should be on the same line as the declaration
(#98) Variable "folderPath" must be all lower-case
(#100) Variable "itemIterator" must be all lower-case
(#101) Variable "folderPath" must be all lower-case
(#105) Variable "itemIterator" must be all lower-case
(#113) Variable "folderPath" must be all lower-case
(#123) Line exceeds 132 characters; contains 135 characters
(#125) Protected method name "FileSystemHelper::throwIfOperationNotInBaseFolder" must be in lower-case letters only
(#125) Variable "operationFolderPath" must be all lower-case
(#126) Opening brace should be on the same line as the declaration
(#127) Variable "operationFolderRealPath" must be all lower-case
(#127) Variable "operationFolderPath" must be all lower-case
(#128) Variable "isInBaseFolder" must be all lower-case
(#128) Variable "operationFolderRealPath" must be all lower-case
(#129) Variable "isInBaseFolder" must be all lower-case
mod/confman/thirdparty/Spout/Common/Helper/GlobalFunctionsHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Variable "fileName" must be all lower-case
(#24) Opening brace should be on the same line as the declaration
(#25) Variable "fileName" must be all lower-case
(#37) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#75) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#105) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#130) Opening brace should be on the same line as the declaration
(#142) Opening brace should be on the same line as the declaration
(#153) Variable "fileName" must be all lower-case
(#154) Opening brace should be on the same line as the declaration
(#155) Variable "fileName" must be all lower-case
(#165) Variable "filePath" must be all lower-case
(#166) Opening brace should be on the same line as the declaration
(#167) Variable "realFilePath" must be all lower-case
(#167) Variable "filePath" must be all lower-case
(#168) Variable "realFilePath" must be all lower-case
(#178) Protected method name "GlobalFunctionsHelper::convertToUseRealPath" must be in lower-case letters only
(#178) Variable "filePath" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "realFilePath" must be all lower-case
(#180) Variable "filePath" must be all lower-case
(#182) Variable "filePath" must be all lower-case
(#183) Variable "filePath" must be all lower-case
(#184) Variable "documentPath" must be all lower-case
(#185) Variable "documentInsideZipPath" must be all lower-case
(#186) Variable "realFilePath" must be all lower-case
(#186) Variable "documentPath" must be all lower-case
(#186) Variable "documentInsideZipPath" must be all lower-case
(#189) Variable "realFilePath" must be all lower-case
(#189) Variable "filePath" must be all lower-case
(#192) Variable "realFilePath" must be all lower-case
(#201) Protected method name "GlobalFunctionsHelper::isZipStream" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#214) Opening brace should be on the same line as the declaration
(#225) Variable "fileName" must be all lower-case
(#226) Opening brace should be on the same line as the declaration
(#227) Variable "fileName" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#251) Opening brace should be on the same line as the declaration
(#262) Opening brace should be on the same line as the declaration
(#277) Variable "sourceEncoding" must be all lower-case
(#277) Variable "targetEncoding" must be all lower-case
(#278) Opening brace should be on the same line as the declaration
(#279) Variable "sourceEncoding" must be all lower-case
(#279) Variable "targetEncoding" must be all lower-case
(#291) Variable "sourceEncoding" must be all lower-case
(#291) Variable "targetEncoding" must be all lower-case
(#292) Opening brace should be on the same line as the declaration
(#293) Variable "targetEncoding" must be all lower-case
(#293) Variable "sourceEncoding" must be all lower-case
(#303) Opening brace should be on the same line as the declaration
(#314) Variable "functionName" must be all lower-case
(#315) Opening brace should be on the same line as the declaration
(#316) Variable "functionName" must be all lower-case
mod/confman/thirdparty/Spout/Common/Helper/StringHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "hasMbstringSupport" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#35) Public method name "StringHelper::getStringLength" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#50) Public method name "StringHelper::getCharFirstOccurrencePosition" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#66) Public method name "StringHelper::getCharLastOccurrencePosition" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Common/Singleton.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) function name "getInstance" must be lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#28) Function name "__construct" is invalid; only PHP magic methods should be prefixed with a double underscore
(#29) Opening brace should be on the same line as the declaration
(#37) Closing brace must be on a line by itself
(#39) Function name "__wakeup" is invalid; only PHP magic methods should be prefixed with a double underscore
(#39) Closing brace must be on a line by itself
(#40) Function name "__clone" is invalid; only PHP magic methods should be prefixed with a double underscore
(#40) Closing brace must be on a line by itself
mod/confman/thirdparty/Spout/Common/Type.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/AbstractReader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "isStreamOpened" must be all lower-case
(#20) Member variable "globalFunctionsHelper" must be all lower-case
(#30) Protected method name "AbstractReader::getOptions" must be in lower-case letters only
(#37) Protected method name "AbstractReader::doesSupportStreamWrapper" must be in lower-case letters only
(#45) Protected method name "AbstractReader::openReader" must be in lower-case letters only
(#45) Variable "filePath" must be all lower-case
(#52) Protected method name "AbstractReader::getConcreteSheetIterator" must be in lower-case letters only
(#59) Protected method name "AbstractReader::closeReader" must be in lower-case letters only
(#65) Public method name "AbstractReader::setGlobalFunctionsHelper" must be in lower-case letters only
(#65) Variable "globalFunctionsHelper" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "globalFunctionsHelper" must be all lower-case
(#78) Public method name "AbstractReader::setShouldFormatDates" must be in lower-case letters only
(#78) Variable "shouldFormatDates" must be all lower-case
(#79) Opening brace should be on the same line as the declaration
(#80) Variable "shouldFormatDates" must be all lower-case
(#91) Public method name "AbstractReader::setShouldPreserveEmptyRows" must be in lower-case letters only
(#91) Variable "shouldPreserveEmptyRows" must be all lower-case
(#92) Opening brace should be on the same line as the declaration
(#93) Variable "shouldPreserveEmptyRows" must be all lower-case
(#106) Variable "filePath" must be all lower-case
(#107) Opening brace should be on the same line as the declaration
(#108) Variable "filePath" must be all lower-case
(#108) Variable "filePath" must be all lower-case
(#108) Line exceeds 132 characters; contains 135 characters
(#109) Variable "filePath" must be all lower-case
(#109) Line exceeds 132 characters; contains 135 characters
(#112) Variable "filePath" must be all lower-case
(#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
(#114) Variable "filePath" must be all lower-case
(#115) Variable "filePath" must be all lower-case
(#116) Variable "filePath" must be all lower-case
(#117) Variable "filePath" must be all lower-case
(#122) Variable "fileRealPath" must be all lower-case
(#122) Variable "filePath" must be all lower-case
(#123) Variable "fileRealPath" must be all lower-case
(#126) Variable "filePath" must be all lower-case
(#137) Protected method name "AbstractReader::getFileRealPath" must be in lower-case letters only
(#137) Variable "filePath" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#139) Variable "filePath" must be all lower-case
(#140) Variable "filePath" must be all lower-case
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Variable "filePath" must be all lower-case
(#154) Protected method name "AbstractReader::getStreamWrapperScheme" must be in lower-case letters only
(#154) Variable "filePath" must be all lower-case
(#155) Opening brace should be on the same line as the declaration
(#156) Variable "streamScheme" must be all lower-case
(#157) Variable "filePath" must be all lower-case
(#158) Variable "streamScheme" must be all lower-case
(#160) Variable "streamScheme" must be all lower-case
(#170) Protected method name "AbstractReader::isStreamWrapper" must be in lower-case letters only
(#170) Variable "filePath" must be all lower-case
(#171) Opening brace should be on the same line as the declaration
(#172) Variable "filePath" must be all lower-case
(#183) Protected method name "AbstractReader::isSupportedStreamWrapper" must be in lower-case letters only
(#183) Variable "filePath" must be all lower-case
(#184) Opening brace should be on the same line as the declaration
(#185) Variable "streamScheme" must be all lower-case
(#185) Variable "filePath" must be all lower-case
(#186) Variable "streamScheme" must be all lower-case
(#187) Variable "streamScheme" must be all lower-case
(#197) Protected method name "AbstractReader::isPhpStream" must be in lower-case letters only
(#197) Variable "filePath" must be all lower-case
(#198) Opening brace should be on the same line as the declaration
(#199) Variable "streamScheme" must be all lower-case
(#199) Variable "filePath" must be all lower-case
(#200) Variable "streamScheme" must be all lower-case
(#210) Public method name "AbstractReader::getSheetIterator" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#226) Opening brace should be on the same line as the declaration
(#230) Variable "sheetIterator" must be all lower-case
(#231) Variable "sheetIterator" must be all lower-case
(#232) Variable "sheetIterator" must be all lower-case
mod/confman/thirdparty/Spout/Reader/CSV/Reader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "filePointer" must be all lower-case
(#20) Member variable "sheetIterator" must be all lower-case
(#23) Member variable "originalAutoDetectLineEndings" must be all lower-case
(#30) Protected method name "Reader::getOptions" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#45) Public method name "Reader::setFieldDelimiter" must be in lower-case letters only
(#45) Variable "fieldDelimiter" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "fieldDelimiter" must be all lower-case
(#58) Public method name "Reader::setFieldEnclosure" must be in lower-case letters only
(#58) Variable "fieldEnclosure" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "fieldEnclosure" must be all lower-case
(#71) Public method name "Reader::setEncoding" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#84) Public method name "Reader::setEndOfLineCharacter" must be in lower-case letters only
(#84) Variable "endOfLineCharacter" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "endOfLineCharacter" must be all lower-case
(#95) Protected method name "Reader::doesSupportStreamWrapper" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#108) Protected method name "Reader::openReader" must be in lower-case letters only
(#108) Variable "filePath" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#113) Variable "filePath" must be all lower-case
(#115) Variable "filePath" must be all lower-case
(#130) Protected method name "Reader::getConcreteSheetIterator" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#141) Protected method name "Reader::closeReader" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/CSV/ReaderOptions.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "fieldDelimiter" must be all lower-case
(#19) Member variable "fieldEnclosure" must be all lower-case
(#25) Member variable "endOfLineCharacter" must be all lower-case
(#30) Public method name "ReaderOptions::getFieldDelimiter" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#42) Public method name "ReaderOptions::setFieldDelimiter" must be in lower-case letters only
(#42) Variable "fieldDelimiter" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#44) Variable "fieldDelimiter" must be all lower-case
(#51) Public method name "ReaderOptions::getFieldEnclosure" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#63) Public method name "ReaderOptions::setFieldEnclosure" must be in lower-case letters only
(#63) Variable "fieldEnclosure" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "fieldEnclosure" must be all lower-case
(#72) Public method name "ReaderOptions::getEncoding" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#84) Public method name "ReaderOptions::setEncoding" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#93) Public method name "ReaderOptions::getEndOfLineCharacter" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#105) Public method name "ReaderOptions::setEndOfLineCharacter" must be in lower-case letters only
(#105) Variable "endOfLineCharacter" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#107) Variable "endOfLineCharacter" must be all lower-case
mod/confman/thirdparty/Spout/Reader/CSV/RowIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "filePointer" must be all lower-case
(#25) Member variable "numReadRows" must be all lower-case
(#28) Member variable "rowDataBuffer" must be all lower-case
(#31) Member variable "hasReachedEndOfFile" must be all lower-case
(#34) Member variable "fieldDelimiter" must be all lower-case
(#37) Member variable "fieldEnclosure" must be all lower-case
(#43) Member variable "inputEOLDelimiter" must be all lower-case
(#46) Member variable "shouldPreserveEmptyRows" must be all lower-case
(#49) Member variable "globalFunctionsHelper" must be all lower-case
(#52) Member variable "encodingHelper" must be all lower-case
(#55) Member variable "encodedEOLDelimiter" must be all lower-case
(#62) Variable "filePointer" must be all lower-case
(#62) Variable "globalFunctionsHelper" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "filePointer" must be all lower-case
(#70) Variable "globalFunctionsHelper" must be all lower-case
(#72) Variable "globalFunctionsHelper" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#97) Protected method name "RowIterator::rewindAndSkipBom" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "byteOffsetToSkipBom" must be all lower-case
(#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
(#102) Variable "byteOffsetToSkipBom" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#124) Opening brace should be on the same line as the declaration
(#136) Protected method name "RowIterator::readDataForNextRow" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#139) Variable "rowData" must be all lower-case
(#140) Variable "rowData" must be all lower-case
(#142) Variable "rowData" must be all lower-case
(#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
(#144) Variable "rowData" must be all lower-case
(#157) Protected method name "RowIterator::shouldReadNextRow" must be in lower-case letters only
(#157) Variable "currentRowData" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Variable "hasSuccessfullyFetchedRowData" must be all lower-case
(#159) Variable "currentRowData" must be all lower-case
(#160) Variable "hasNowReachedEndOfFile" must be all lower-case
(#161) Variable "isEmptyLine" must be all lower-case
(#161) Variable "currentRowData" must be all lower-case
(#164) Variable "hasSuccessfullyFetchedRowData" must be all lower-case
(#164) Variable "hasNowReachedEndOfFile" must be all lower-case
(#165) Variable "isEmptyLine" must be all lower-case
(#177) Protected method name "RowIterator::getNextUTF8EncodedRow" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#179) Variable "encodedRowData" must be all lower-case
(#179) Line exceeds 132 characters; contains 161 characters
(#180) Variable "encodedRowData" must be all lower-case
(#184) Variable "encodedRowData" must be all lower-case
(#184) Variable "cellIndex" must be all lower-case
(#184) Variable "cellValue" must be all lower-case
(#188) Line exceeds 132 characters; contains 143 characters
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Variable "cellValue" must be all lower-case
(#189) Variable "cellValue" must be all lower-case
(#194) Line exceeds 132 characters; contains 137 characters
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Variable "cellValue" must be all lower-case
(#195) Variable "cellValue" must be all lower-case
(#199) Variable "encodedRowData" must be all lower-case
(#199) Variable "cellIndex" must be all lower-case
(#199) Variable "cellValue" must be all lower-case
(#202) Variable "encodedRowData" must be all lower-case
(#211) Protected method name "RowIterator::getEncodedEOLDelimiter" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#214) Line exceeds 132 characters; contains 133 characters
(#224) Protected method name "RowIterator::isEmptyLine" must be in lower-case letters only
(#224) Variable "lineData" must be all lower-case
(#225) Opening brace should be on the same line as the declaration
(#226) Variable "lineData" must be all lower-case
(#226) Variable "lineData" must be all lower-case
(#226) Variable "lineData" must be all lower-case
(#236) Opening brace should be on the same line as the declaration
(#247) Opening brace should be on the same line as the declaration
(#257) Opening brace should be on the same line as the declaration
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
mod/confman/thirdparty/Spout/Reader/CSV/Sheet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "rowIterator" must be all lower-case
(#22) Variable "filePointer" must be all lower-case
(#22) Variable "globalFunctionsHelper" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Variable "filePointer" must be all lower-case
(#24) Variable "globalFunctionsHelper" must be all lower-case
(#31) Public method name "Sheet::getRowIterator" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#40) Public method name "Sheet::getIndex" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#49) Public method name "Sheet::getName" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#58) Public method name "Sheet::isActive" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/CSV/SheetIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "hasReadUniqueSheet" must be all lower-case
(#26) Variable "filePointer" must be all lower-case
(#26) Variable "globalFunctionsHelper" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Variable "filePointer" must be all lower-case
(#28) Variable "globalFunctionsHelper" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#49) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#71) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#92) Opening brace should be on the same line as the declaration
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
mod/confman/thirdparty/Spout/Reader/Common/ReaderOptions.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "shouldFormatDates" must be all lower-case
(#17) Member variable "shouldPreserveEmptyRows" must be all lower-case
(#22) Public method name "ReaderOptions::shouldFormatDates" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#33) Public method name "ReaderOptions::setShouldFormatDates" must be in lower-case letters only
(#33) Variable "shouldFormatDates" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Variable "shouldFormatDates" must be all lower-case
(#42) Public method name "ReaderOptions::shouldPreserveEmptyRows" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#53) Public method name "ReaderOptions::setShouldPreserveEmptyRows" must be in lower-case letters only
(#53) Variable "shouldPreserveEmptyRows" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "shouldPreserveEmptyRows" must be all lower-case
mod/confman/thirdparty/Spout/Reader/Common/XMLProcessor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "xmlReader" must be all lower-case
(#38) Variable "xmlReader" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "xmlReader" must be all lower-case
(#49) Public method name "XMLProcessor::registerCallback" must be in lower-case letters only
(#49) Variable "nodeName" must be all lower-case
(#49) Variable "nodeType" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#51) Variable "callbackKey" must be all lower-case
(#51) Variable "nodeName" must be all lower-case
(#51) Variable "nodeType" must be all lower-case
(#52) Variable "callbackKey" must be all lower-case
(#62) Private method name "XMLProcessor::getCallbackKey" must be in lower-case letters only
(#62) Variable "nodeName" must be all lower-case
(#62) Variable "nodeType" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "nodeName" must be all lower-case
(#76) Private method name "XMLProcessor::getInvokableCallbackData" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "callbackObject" must be all lower-case
(#79) Variable "callbackMethodName" must be all lower-case
(#80) Variable "reflectionMethod" must be all lower-case
(#80) Variable "callbackObject" must be all lower-case
(#80) Variable "callbackMethodName" must be all lower-case
(#81) Variable "reflectionMethod" must be all lower-case
(#84) Variable "reflectionMethod" must be all lower-case
(#85) Variable "callbackObject" must be all lower-case
(#96) Public method name "XMLProcessor::readUntilStopped" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#99) Variable "nodeType" must be all lower-case
(#100) Variable "nodeNamePossiblyWithPrefix" must be all lower-case
(#101) Variable "nodeNameWithoutPrefix" must be all lower-case
(#103) Variable "callbackData" must be all lower-case
(#103) Variable "nodeNamePossiblyWithPrefix" must be all lower-case
(#103) Variable "nodeNameWithoutPrefix" must be all lower-case
(#103) Variable "nodeType" must be all lower-case
(#105) Variable "callbackData" must be all lower-case
(#106) Variable "callbackResponse" must be all lower-case
(#106) Variable "callbackData" must be all lower-case
(#108) Variable "callbackResponse" must be all lower-case
(#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
(#122) Private method name "XMLProcessor::getRegisteredCallbackData" must be in lower-case letters only
(#122) Variable "nodeNamePossiblyWithPrefix" must be all lower-case
(#122) Variable "nodeNameWithoutPrefix" must be all lower-case
(#122) Variable "nodeType" must be all lower-case
(#123) Opening brace should be on the same line as the declaration
(#125) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#127) Variable "callbackKeyForPossiblyPrefixedName" must be all lower-case
(#127) Variable "nodeNamePossiblyWithPrefix" must be all lower-case
(#127) Variable "nodeType" must be all lower-case
(#128) Variable "callbackKeyForUnPrefixedName" must be all lower-case
(#128) Variable "nodeNameWithoutPrefix" must be all lower-case
(#128) Variable "nodeType" must be all lower-case
(#129) Variable "hasPrefix" must be all lower-case
(#129) Variable "nodeNamePossiblyWithPrefix" must be all lower-case
(#129) Variable "nodeNameWithoutPrefix" must be all lower-case
(#131) Variable "callbackKeyToUse" must be all lower-case
(#131) Variable "callbackKeyForUnPrefixedName" must be all lower-case
(#132) Variable "hasPrefix" must be all lower-case
(#132) Variable "callbackKeyForPossiblyPrefixedName" must be all lower-case
(#133) Variable "callbackKeyToUse" must be all lower-case
(#133) Variable "callbackKeyForPossiblyPrefixedName" must be all lower-case
(#137) Variable "callbackKeyToUse" must be all lower-case
(#137) Variable "callbackKeyToUse" must be all lower-case
(#145) Private method name "XMLProcessor::invokeCallback" must be in lower-case letters only
(#145) Variable "callbackData" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#147) Variable "reflectionMethod" must be all lower-case
(#147) Variable "callbackData" must be all lower-case
(#148) Variable "callbackObject" must be all lower-case
(#148) Variable "callbackData" must be all lower-case
(#150) Variable "reflectionMethod" must be all lower-case
(#150) Variable "callbackObject" must be all lower-case
mod/confman/thirdparty/Spout/Reader/Exception/IteratorNotRewindableException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/Exception/NoSheetsFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/Exception/ReaderException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/Exception/ReaderNotOpenedException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/Exception/SharedStringNotFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/Exception/XMLProcessingException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/IteratorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Reader/ODS/Helper/CellValueFormatter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Member variable "shouldFormatDates" must be all lower-case
(#47) Variable "shouldFormatDates" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "shouldFormatDates" must be all lower-case
(#51) Inline doc block comments are not allowed; use "// Comment." instead
(#60) Line exceeds 132 characters; contains 162 characters
(#62) Public method name "CellValueFormatter::extractAndFormatNodeValue" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "cellType" must be all lower-case
(#66) Variable "cellType" must be all lower-case
(#93) Protected method name "CellValueFormatter::formatStringCellValue" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#95) Variable "pNodeValues" must be all lower-case
(#96) Variable "pNodes" must be all lower-case
(#98) Variable "pNodes" must be all lower-case
(#98) Variable "pNode" must be all lower-case
(#99) Variable "currentPValue" must be all lower-case
(#101) Variable "pNode" must be all lower-case
(#101) Variable "childNode" must be all lower-case
(#102) Variable "childNode" must be all lower-case
(#103) Variable "currentPValue" must be all lower-case
(#103) Variable "childNode" must be all lower-case
(#104) Variable "childNode" must be all lower-case
(#105) Variable "spaceAttribute" must be all lower-case
(#105) Variable "childNode" must be all lower-case
(#106) Variable "numSpaces" must be all lower-case
(#106) Variable "spaceAttribute" must be all lower-case
(#106) Variable "spaceAttribute" must be all lower-case
(#107) Variable "currentPValue" must be all lower-case
(#107) Variable "numSpaces" must be all lower-case
(#108) Variable "childNode" must be all lower-case
(#108) Variable "childNode" must be all lower-case
(#109) Variable "currentPValue" must be all lower-case
(#109) Variable "childNode" must be all lower-case
(#113) Variable "pNodeValues" must be all lower-case
(#113) Variable "currentPValue" must be all lower-case
(#116) Variable "escapedCellValue" must be all lower-case
(#116) Variable "pNodeValues" must be all lower-case
(#117) Variable "cellValue" must be all lower-case
(#117) Variable "escapedCellValue" must be all lower-case
(#118) Variable "cellValue" must be all lower-case
(#127) Protected method name "CellValueFormatter::formatFloatCellValue" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#129) Variable "nodeValue" must be all lower-case
(#130) Variable "nodeIntValue" must be all lower-case
(#130) Variable "nodeValue" must be all lower-case
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "cellValue" must be all lower-case
(#132) Variable "nodeIntValue" must be all lower-case
(#132) Variable "nodeValue" must be all lower-case
(#132) Variable "nodeIntValue" must be all lower-case
(#132) Variable "nodeValue" must be all lower-case
(#133) Variable "cellValue" must be all lower-case
(#142) Protected method name "CellValueFormatter::formatBooleanCellValue" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#144) Variable "nodeValue" must be all lower-case
(#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
(#146) Variable "cellValue" must be all lower-case
(#146) Variable "nodeValue" must be all lower-case
(#147) Variable "cellValue" must be all lower-case
(#156) Protected method name "CellValueFormatter::formatDateCellValue" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#160) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Variable "nodeWithValueAlreadyFormatted" must be all lower-case
(#166) Variable "nodeWithValueAlreadyFormatted" must be all lower-case
(#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
(#170) Variable "nodeValue" must be all lower-case
(#171) Variable "nodeValue" must be all lower-case
(#184) Protected method name "CellValueFormatter::formatTimeCellValue" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#188) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#189) 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
(#193) Variable "nodeWithValueAlreadyFormatted" must be all lower-case
(#194) Variable "nodeWithValueAlreadyFormatted" must be all lower-case
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Variable "nodeValue" must be all lower-case
(#199) Variable "nodeValue" must be all lower-case
(#212) Protected method name "CellValueFormatter::formatCurrencyCellValue" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#226) Protected method name "CellValueFormatter::formatPercentageCellValue" must be in lower-case letters only
(#227) Opening brace should be on the same line as the declaration
(#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
mod/confman/thirdparty/Spout/Reader/ODS/Helper/SettingsHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Public method name "SettingsHelper::getActiveSheetName" must be in lower-case letters only
(#27) Variable "filePath" must be all lower-case
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "xmlReader" must be all lower-case
(#30) Variable "xmlReader" must be all lower-case
(#30) Variable "filePath" must be all lower-case
(#34) Variable "activeSheetName" must be all lower-case
(#37) Variable "xmlReader" must be all lower-case
(#38) Variable "xmlReader" must be all lower-case
(#39) Variable "activeSheetName" must be all lower-case
(#39) Variable "xmlReader" must be all lower-case
(#43) Empty CATCH statement detected
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Variable "xmlReader" must be all lower-case
(#49) Variable "activeSheetName" must be all lower-case
mod/confman/thirdparty/Spout/Reader/ODS/Reader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Member variable "sheetIterator" must be all lower-case
(#27) Protected method name "Reader::getOptions" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#40) Protected method name "Reader::doesSupportStreamWrapper" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#53) Protected method name "Reader::openReader" must be in lower-case letters only
(#53) Variable "filePath" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#57) Variable "filePath" must be all lower-case
(#58) Variable "filePath" must be all lower-case
(#60) Variable "filePath" must be all lower-case
(#69) Protected method name "Reader::getConcreteSheetIterator" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#79) Protected method name "Reader::closeReader" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/ODS/ReaderOptions.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
mod/confman/thirdparty/Spout/Reader/ODS/RowIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Member variable "xmlReader" must be all lower-case
(#34) Member variable "xmlProcessor" must be all lower-case
(#37) Member variable "shouldPreserveEmptyRows" must be all lower-case
(#40) Member variable "cellValueFormatter" must be all lower-case
(#43) Member variable "hasAlreadyBeenRewound" must be all lower-case
(#46) Member variable "currentlyProcessedRowData" must be all lower-case
(#49) Member variable "rowDataBuffer" must be all lower-case
(#52) Member variable "hasReachedEndOfFile" must be all lower-case
(#55) Member variable "lastRowIndexProcessed" must be all lower-case
(#58) Member variable "nextRowIndexToBeProcessed" must be all lower-case
(#61) Member variable "lastProcessedCellValue" must be all lower-case
(#64) Member variable "numRowsRepeated" must be all lower-case
(#67) Member variable "numColumnsRepeated" must be all lower-case
(#70) Member variable "hasAlreadyReadOneCellInCurrentRow" must be all lower-case
(#77) Variable "xmlReader" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#79) Variable "xmlReader" must be all lower-case
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line exceeds 132 characters; contains 134 characters
(#100) Opening brace should be on the same line as the declaration
(#124) Opening brace should be on the same line as the declaration
(#137) Opening brace should be on the same line as the declaration
(#154) Protected method name "RowIterator::doesNeedDataForNextRowToBeProcessed" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#156) Variable "hasReadAtLeastOneRow" must be all lower-case
(#159) Variable "hasReadAtLeastOneRow" must be all lower-case
(#169) Protected method name "RowIterator::readDataForNextRow" must be in lower-case letters only
(#170) Opening brace should be on the same line as the declaration
(#186) Protected method name "RowIterator::processRowStartingNode" must be in lower-case letters only
(#186) Variable "xmlReader" must be all lower-case
(#187) Opening brace should be on the same line as the declaration
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Variable "xmlReader" must be all lower-case
(#201) Protected method name "RowIterator::processCellStartingNode" must be in lower-case letters only
(#201) Variable "xmlReader" must be all lower-case
(#202) Opening brace should be on the same line as the declaration
(#203) Variable "currentNumColumnsRepeated" must be all lower-case
(#203) Variable "xmlReader" must be all lower-case
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Variable "xmlReader" must be all lower-case
(#207) Variable "currentCellValue" must be all lower-case
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Variable "currentCellValue" must be all lower-case
(#218) Variable "currentNumColumnsRepeated" must be all lower-case
(#226) Protected method name "RowIterator::processRowEndingNode" must be in lower-case letters only
(#227) Opening brace should be on the same line as the declaration
(#228) Variable "isEmptyRow" must be all lower-case
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) Variable "isEmptyRow" must be all lower-case
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Variable "actualNumColumnsRepeated" must be all lower-case
(#237) Variable "isEmptyRow" must be all lower-case
(#245) Variable "actualNumColumnsRepeated" must be all lower-case
(#246) Variable "actualNumColumnsRepeated" must be all lower-case
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Protected method name "RowIterator::processTableEndingNode" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Protected method name "RowIterator::getNumRowsRepeatedForCurrentNode" must be in lower-case letters only
(#275) Variable "xmlReader" must be all lower-case
(#276) Opening brace should be on the same line as the declaration
(#277) Variable "numRowsRepeated" must be all lower-case
(#277) Variable "xmlReader" must be all lower-case
(#278) Variable "numRowsRepeated" must be all lower-case
(#278) Variable "numRowsRepeated" must be all lower-case
(#285) Protected method name "RowIterator::getNumColumnsRepeatedForCurrentNode" must be in lower-case letters only
(#285) Variable "xmlReader" must be all lower-case
(#286) Opening brace should be on the same line as the declaration
(#287) Variable "numColumnsRepeated" must be all lower-case
(#287) Variable "xmlReader" must be all lower-case
(#288) Variable "numColumnsRepeated" must be all lower-case
(#288) Variable "numColumnsRepeated" must be all lower-case
(#295) Line exceeds 132 characters; contains 162 characters
(#297) Protected method name "RowIterator::getCellValue" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#312) Protected method name "RowIterator::isEmptyRow" must be in lower-case letters only
(#312) Variable "rowData" must be all lower-case
(#312) Variable "lastReadCellValue" must be all lower-case
(#313) Opening brace should be on the same line as the declaration
(#315) Variable "rowData" must be all lower-case
(#316) Variable "lastReadCellValue" must be all lower-case
(#316) Variable "lastReadCellValue" must be all lower-case
(#327) Opening brace should be on the same line as the declaration
(#338) Opening brace should be on the same line as the declaration
(#349) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/ODS/Sheet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "rowIterator" must be all lower-case
(#29) Member variable "isActive" must be all lower-case
(#38) Variable "xmlReader" must be all lower-case
(#38) Variable "sheetIndex" must be all lower-case
(#38) Variable "sheetName" must be all lower-case
(#38) Variable "isSheetActive" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "xmlReader" must be all lower-case
(#41) Variable "sheetIndex" must be all lower-case
(#42) Variable "sheetName" must be all lower-case
(#43) Variable "isSheetActive" must be all lower-case
(#50) Public method name "Sheet::getRowIterator" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#59) Public method name "Sheet::getIndex" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) Public method name "Sheet::getName" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#77) Public method name "Sheet::isActive" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/ODS/SheetIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "filePath" must be all lower-case
(#32) Member variable "xmlReader" must be all lower-case
(#38) Member variable "hasFoundSheet" must be all lower-case
(#41) Member variable "currentSheetIndex" must be all lower-case
(#44) Member variable "activeSheetName" must be all lower-case
(#51) Variable "filePath" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "filePath" must be all lower-case
(#57) Inline doc block comments are not allowed; use "// Comment." instead
(#60) Variable "settingsHelper" must be all lower-case
(#61) Variable "settingsHelper" must be all lower-case
(#61) Variable "filePath" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#76) Variable "contentXmlFilePath" must be all lower-case
(#77) Variable "contentXmlFilePath" must be all lower-case
(#83) Line indented incorrectly; expected at least 12 spaces, found 11
(#84) Line indented incorrectly; expected 8 spaces, found 7
(#84) Closing brace indented incorrectly; expected 8 spaces, found 7
(#96) Opening brace should be on the same line as the declaration
(#107) Opening brace should be on the same line as the declaration
(#122) Opening brace should be on the same line as the declaration
(#123) Variable "escapedSheetName" must be all lower-case
(#124) Variable "sheetName" must be all lower-case
(#124) Variable "escapedSheetName" must be all lower-case
(#125) Variable "isActiveSheet" must be all lower-case
(#125) Variable "sheetName" must be all lower-case
(#127) Variable "sheetName" must be all lower-case
(#127) Variable "isActiveSheet" must be all lower-case
(#138) Private method name "SheetIterator::isActiveSheet" must be in lower-case letters only
(#138) Variable "sheetName" must be all lower-case
(#138) Variable "sheetIndex" must be all lower-case
(#138) Variable "activeSheetName" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#143) Variable "activeSheetName" must be all lower-case
(#143) Variable "sheetIndex" must be all lower-case
(#144) Variable "activeSheetName" must be all lower-case
(#144) Variable "sheetName" must be all lower-case
(#155) Opening brace should be on the same line as the declaration
(#165) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/ReaderFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Variable "readerType" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#30) Variable "readerType" must be all lower-case
(#41) Variable "readerType" must be all lower-case
mod/confman/thirdparty/Spout/Reader/ReaderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Variable "filePath" must be all lower-case
(#28) Public method name "ReaderInterface::getSheetIterator" must be in lower-case letters only
mod/confman/thirdparty/Spout/Reader/SheetInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "SheetInterface::getRowIterator" must be in lower-case letters only
mod/confman/thirdparty/Spout/Reader/Wrapper/XMLInternalErrorsHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "initialUseInternalErrorsValue" must be all lower-case
(#23) function name "useXMLInternalErrors" must be lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#36) function name "resetXMLInternalErrorsSettingAndThrowIfXMLErrorOccured" must be lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#51) function name "hasXMLErrorOccured" must be lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#62) function name "getLastXMLErrorMessage" must be lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "errorMessage" must be all lower-case
(#68) Variable "errorMessage" must be all lower-case
(#71) Variable "errorMessage" must be all lower-case
(#77) function name "resetXMLInternalErrorsSetting" must be lower-case letters only
(#78) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/Wrapper/XMLReader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Public method name "XMLReader::openFileInZip" must be in lower-case letters only
(#27) Variable "zipFilePath" must be all lower-case
(#27) Variable "fileInsideZipPath" must be all lower-case
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "wasOpenSuccessful" must be all lower-case
(#30) Variable "realPathURI" must be all lower-case
(#30) Variable "zipFilePath" must be all lower-case
(#30) Variable "fileInsideZipPath" must be all lower-case
(#33) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#35) Variable "realPathURI" must be all lower-case
(#36) Variable "wasOpenSuccessful" must be all lower-case
(#36) Variable "realPathURI" must be all lower-case
(#39) Variable "wasOpenSuccessful" must be all lower-case
(#50) Public method name "XMLReader::getRealPathURIForFileInZip" must be in lower-case letters only
(#50) Variable "zipFilePath" must be all lower-case
(#50) Variable "fileInsideZipPath" must be all lower-case
(#51) Opening brace should be on the same line as the declaration
(#52) Variable "zipFilePath" must be all lower-case
(#52) Variable "fileInsideZipPath" must be all lower-case
(#61) Protected method name "XMLReader::fileExistsWithinZip" must be in lower-case letters only
(#61) Variable "zipStreamURI" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "doesFileExists" must be all lower-case
(#66) Variable "zipStreamURI" must be all lower-case
(#67) Variable "zipFilePath" must be all lower-case
(#68) Variable "innerFilePath" must be all lower-case
(#71) Variable "zipFilePath" must be all lower-case
(#72) Variable "doesFileExists" must be all lower-case
(#72) Variable "innerFilePath" must be all lower-case
(#77) Variable "doesFileExists" must be all lower-case
(#88) Opening brace should be on the same line as the declaration
(#91) Variable "wasReadSuccessful" must be all lower-case
(#95) Variable "wasReadSuccessful" must be all lower-case
(#105) Public method name "XMLReader::readUntilNodeFound" must be in lower-case letters only
(#105) Variable "nodeName" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#108) Variable "wasReadSuccessful" must be all lower-case
(#109) Variable "isNotPositionedOnStartingNode" must be all lower-case
(#109) Variable "nodeName" must be all lower-case
(#110) Variable "wasReadSuccessful" must be all lower-case
(#110) Variable "isNotPositionedOnStartingNode" must be all lower-case
(#112) Variable "wasReadSuccessful" must be all lower-case
(#123) Variable "localName" must be all lower-case
(#124) Opening brace should be on the same line as the declaration
(#127) Variable "wasNextSuccessful" must be all lower-case
(#127) Variable "localName" must be all lower-case
(#131) Variable "wasNextSuccessful" must be all lower-case
(#138) Public method name "XMLReader::isPositionedOnStartingNode" must be in lower-case letters only
(#138) Variable "nodeName" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#140) Variable "nodeName" must be all lower-case
(#140) Must use "self::" for local static member reference
(#147) Public method name "XMLReader::isPositionedOnEndingNode" must be in lower-case letters only
(#147) Variable "nodeName" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#149) Variable "nodeName" must be all lower-case
(#149) Must use "self::" for local static member reference
(#157) Private method name "XMLReader::isPositionedOnNode" must be in lower-case letters only
(#157) Variable "nodeName" must be all lower-case
(#157) Variable "nodeType" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Variable "hasPrefix" must be all lower-case
(#162) Variable "nodeName" must be all lower-case
(#163) Variable "currentNodeName" must be all lower-case
(#163) Variable "hasPrefix" must be all lower-case
(#165) Variable "nodeType" must be all lower-case
(#165) Variable "currentNodeName" must be all lower-case
(#165) Variable "nodeName" must be all lower-case
(#171) Public method name "XMLReader::getCurrentNodeName" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/CellHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "columnLetterToIndexMapping" must be all lower-case
(#32) Public method name "CellHelper::fillMissingArrayIndexes" must be in lower-case letters only
(#32) Variable "dataArray" must be all lower-case
(#32) Variable "fillValue" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#34) Variable "dataArray" must be all lower-case
(#37) Variable "existingIndexes" must be all lower-case
(#37) Variable "dataArray" must be all lower-case
(#39) Variable "newIndexes" must be all lower-case
(#39) Variable "existingIndexes" must be all lower-case
(#39) Variable "fillValue" must be all lower-case
(#40) Variable "dataArray" must be all lower-case
(#40) Variable "newIndexes" must be all lower-case
(#42) Variable "dataArray" must be all lower-case
(#44) Variable "dataArray" must be all lower-case
(#57) Public method name "CellHelper::getColumnIndexFromCellIndex" must be in lower-case letters only
(#57) Variable "cellIndex" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "cellIndex" must be all lower-case
(#63) Variable "columnIndex" must be all lower-case
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "columnLetters" must be all lower-case
(#66) Variable "cellIndex" must be all lower-case
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Variable "columnLength" must be all lower-case
(#70) Variable "columnLetters" must be all lower-case
(#70) Variable "columnLetters" must be all lower-case
(#74) Variable "columnLength" must be all lower-case
(#76) Variable "columnIndex" must be all lower-case
(#76) Variable "columnLetterToIndexMapping" must be all lower-case
(#76) Variable "columnLetters" must be all lower-case
(#79) Variable "firstLetterIndex" must be all lower-case
(#79) Variable "columnLetterToIndexMapping" must be all lower-case
(#79) Variable "columnLetters" must be all lower-case
(#80) Variable "secondLetterIndex" must be all lower-case
(#80) Variable "columnLetterToIndexMapping" must be all lower-case
(#80) Variable "columnLetters" must be all lower-case
(#81) Variable "columnIndex" must be all lower-case
(#81) Variable "firstLetterIndex" must be all lower-case
(#81) Variable "secondLetterIndex" must be all lower-case
(#84) Variable "firstLetterIndex" must be all lower-case
(#84) Variable "columnLetterToIndexMapping" must be all lower-case
(#84) Variable "columnLetters" must be all lower-case
(#85) Variable "secondLetterIndex" must be all lower-case
(#85) Variable "columnLetterToIndexMapping" must be all lower-case
(#85) Variable "columnLetters" must be all lower-case
(#86) Variable "thirdLetterIndex" must be all lower-case
(#86) Variable "columnLetterToIndexMapping" must be all lower-case
(#86) Variable "columnLetters" must be all lower-case
(#87) Variable "columnIndex" must be all lower-case
(#87) Variable "firstLetterIndex" must be all lower-case
(#87) Variable "secondLetterIndex" must be all lower-case
(#87) Variable "thirdLetterIndex" must be all lower-case
(#91) Variable "columnIndex" must be all lower-case
(#102) Protected method name "CellHelper::isValidCellIndex" must be in lower-case letters only
(#102) Variable "cellIndex" must be all lower-case
(#103) Opening brace should be on the same line as the declaration
(#104) Variable "cellIndex" must be all lower-case
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/CellValueFormatter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Member variable "sharedStringsHelper" must be all lower-case
(#45) Member variable "styleHelper" must be all lower-case
(#48) Member variable "shouldFormatDates" must be all lower-case
(#58) Variable "sharedStringsHelper" must be all lower-case
(#58) Variable "styleHelper" must be all lower-case
(#58) Variable "shouldFormatDates" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "sharedStringsHelper" must be all lower-case
(#61) Variable "styleHelper" must be all lower-case
(#62) Variable "shouldFormatDates" must be all lower-case
(#64) Inline doc block comments are not allowed; use "// Comment." instead
(#74) Public method name "CellValueFormatter::extractAndFormatNodeValue" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "cellType" must be all lower-case
(#78) Variable "cellStyleId" must be all lower-case
(#79) Variable "vNodeValue" must be all lower-case
(#81) Variable "vNodeValue" must be all lower-case
(#81) Variable "cellType" must be all lower-case
(#82) Variable "vNodeValue" must be all lower-case
(#85) Variable "cellType" must be all lower-case
(#89) Variable "vNodeValue" must be all lower-case
(#91) Variable "vNodeValue" must be all lower-case
(#93) Variable "vNodeValue" must be all lower-case
(#95) Variable "vNodeValue" must be all lower-case
(#95) Variable "cellStyleId" must be all lower-case
(#97) Variable "vNodeValue" must be all lower-case
(#109) Protected method name "CellValueFormatter::getVNodeValue" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Variable "vNode" must be all lower-case
(#114) Variable "vNode" must be all lower-case
(#114) Variable "vNode" must be all lower-case
(#123) Protected method name "CellValueFormatter::formatInlineStringCellValue" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#125) 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
(#127) Variable "tNode" must be all lower-case
(#128) Variable "cellValue" must be all lower-case
(#128) Variable "tNode" must be all lower-case
(#129) Variable "cellValue" must be all lower-case
(#138) Protected method name "CellValueFormatter::formatSharedStringCellValue" must be in lower-case letters only
(#138) Variable "nodeValue" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Variable "sharedStringIndex" must be all lower-case
(#142) Variable "nodeValue" must be all lower-case
(#143) Variable "escapedCellValue" must be all lower-case
(#143) Variable "sharedStringIndex" must be all lower-case
(#144) Variable "cellValue" must be all lower-case
(#144) Variable "escapedCellValue" must be all lower-case
(#145) Variable "cellValue" must be all lower-case
(#154) Protected method name "CellValueFormatter::formatStrCellValue" must be in lower-case letters only
(#154) Variable "nodeValue" must be all lower-case
(#155) Opening brace should be on the same line as the declaration
(#156) Variable "escapedCellValue" must be all lower-case
(#156) Variable "nodeValue" must be all lower-case
(#157) Variable "cellValue" must be all lower-case
(#157) Variable "escapedCellValue" must be all lower-case
(#158) Variable "cellValue" must be all lower-case
(#169) Protected method name "CellValueFormatter::formatNumericCellValue" must be in lower-case letters only
(#169) Variable "nodeValue" must be all lower-case
(#169) Variable "cellStyleId" must be all lower-case
(#170) Opening brace should be on the same line as the declaration
(#173) Variable "shouldFormatAsDate" must be all lower-case
(#173) Variable "cellStyleId" must be all lower-case
(#175) Variable "shouldFormatAsDate" must be all lower-case
(#176) Variable "nodeValue" must be all lower-case
(#176) Variable "cellStyleId" must be all lower-case
(#178) Variable "nodeIntValue" must be all lower-case
(#178) Variable "nodeValue" must be all lower-case
(#179) Variable "nodeIntValue" must be all lower-case
(#179) Variable "nodeValue" must be all lower-case
(#179) Variable "nodeIntValue" must be all lower-case
(#179) Variable "nodeValue" must be all lower-case
(#192) Protected method name "CellValueFormatter::formatExcelTimestampValue" must be in lower-case letters only
(#192) Variable "nodeValue" must be all lower-case
(#192) Variable "cellStyleId" must be all lower-case
(#193) Opening brace should be on the same line as the declaration
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Variable "nodeValue" must be all lower-case
(#196) Variable "nodeValue" must be all lower-case
(#199) Variable "nodeValue" must be all lower-case
(#201) Variable "nodeValue" must be all lower-case
(#201) Variable "cellStyleId" must be all lower-case
(#202) Variable "nodeValue" must be all lower-case
(#204) Variable "nodeValue" must be all lower-case
(#204) Variable "cellStyleId" must be all lower-case
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Protected method name "CellValueFormatter::formatExcelTimestampValueAsTimeValue" must be in lower-case letters only
(#219) Variable "nodeValue" must be all lower-case
(#219) Variable "cellStyleId" must be all lower-case
(#220) Opening brace should be on the same line as the declaration
(#221) Variable "nodeValue" must be all lower-case
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Variable "dateObj" must be all lower-case
(#228) Variable "dateObj" must be all lower-case
(#231) Variable "styleNumberFormatCode" must be all lower-case
(#231) Variable "cellStyleId" must be all lower-case
(#232) Variable "phpDateFormat" must be all lower-case
(#232) Variable "styleNumberFormatCode" must be all lower-case
(#233) Variable "dateObj" must be all lower-case
(#233) Variable "phpDateFormat" must be all lower-case
(#235) Variable "dateObj" must be all lower-case
(#247) Protected method name "CellValueFormatter::formatExcelTimestampValueAsDateValue" must be in lower-case letters only
(#247) Variable "nodeValue" must be all lower-case
(#247) Variable "cellStyleId" must be all lower-case
(#248) Opening brace should be on the same line as the declaration
(#251) Variable "secondsRemainder" must be all lower-case
(#251) Variable "nodeValue" must be all lower-case
(#252) Variable "secondsRemainder" must be all lower-case
(#252) Variable "secondsRemainder" must be all lower-case
(#255) Variable "dateObj" must be all lower-case
(#256) Variable "dateObj" must be all lower-case
(#256) Variable "nodeValue" must be all lower-case
(#257) Variable "dateObj" must be all lower-case
(#257) Variable "secondsRemainder" must be all lower-case
(#260) Variable "styleNumberFormatCode" must be all lower-case
(#260) Variable "cellStyleId" must be all lower-case
(#261) Variable "phpDateFormat" must be all lower-case
(#261) Variable "styleNumberFormatCode" must be all lower-case
(#262) Variable "dateObj" must be all lower-case
(#262) Variable "phpDateFormat" must be all lower-case
(#264) Variable "dateObj" must be all lower-case
(#277) Protected method name "CellValueFormatter::formatBooleanCellValue" must be in lower-case letters only
(#277) Variable "nodeValue" must be all lower-case
(#278) Opening brace should be on the same line as the declaration
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Variable "cellValue" must be all lower-case
(#280) Variable "nodeValue" must be all lower-case
(#281) Variable "cellValue" must be all lower-case
(#291) Protected method name "CellValueFormatter::formatDateCellValue" must be in lower-case letters only
(#291) Variable "nodeValue" must be all lower-case
(#292) Opening brace should be on the same line as the declaration
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Variable "nodeValue" must be all lower-case
(#295) Variable "nodeValue" must be all lower-case
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/DateFormatHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "excelDateFormatToPHPDateFormatMapping" must be all lower-case
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Line exceeds 132 characters; contains 134 characters
(#44) 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
(#62) Public method name "DateFormatHelper::toPHPDateFormat" must be in lower-case letters only
(#62) Variable "excelDateFormat" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#67) Variable "dateFormat" must be all lower-case
(#67) Variable "excelDateFormat" must be all lower-case
(#73) Variable "dateFormatParts" must be all lower-case
(#73) Variable "dateFormat" must be all lower-case
(#75) Variable "dateFormatParts" must be all lower-case
(#75) Variable "partIndex" must be all lower-case
(#75) Variable "dateFormatPart" must be all lower-case
(#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
(#77) Variable "partIndex" must be all lower-case
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "transformedPart" must be all lower-case
(#82) Variable "dateFormatPart" must be all lower-case
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Variable "transformedPart" must be all lower-case
(#85) Variable "transformedPart" must be all lower-case
(#88) Variable "transformedPart" must be all lower-case
(#88) Variable "transformedPart" must be all lower-case
(#88) Variable "excelDateFormatToPHPDateFormatMapping" must be all lower-case
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Variable "dateFormatPart" must be all lower-case
(#92) Variable "transformedPart" must be all lower-case
(#92) Variable "transformedPart" must be all lower-case
(#92) Variable "excelDateFormatToPHPDateFormatMapping" must be all lower-case
(#94) Variable "transformedPart" must be all lower-case
(#94) Variable "transformedPart" must be all lower-case
(#94) Variable "excelDateFormatToPHPDateFormatMapping" must be all lower-case
(#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
(#98) Variable "dateFormatParts" must be all lower-case
(#98) Variable "partIndex" must be all lower-case
(#98) Variable "transformedPart" must be all lower-case
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Variable "phpDateFormat" must be all lower-case
(#102) Variable "dateFormatParts" must be all lower-case
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) This comment is 41% valid code; is this commented out code?
(#107) Variable "phpDateFormat" must be all lower-case
(#108) Variable "stringToEscape" must be all lower-case
(#109) Variable "stringToEscape" must be all lower-case
(#111) Variable "phpDateFormat" must be all lower-case
(#113) Variable "phpDateFormat" must be all lower-case
(#120) Private method name "DateFormatHelper::has12HourFormatMarker" must be in lower-case letters only
(#120) Variable "excelDateFormat" must be all lower-case
(#121) Opening brace should be on the same line as the declaration
(#122) Variable "excelDateFormat" must be all lower-case
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/CachingStrategyFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#60) Opening brace should be on the same line as the declaration
(#68) Public method name "CachingStrategyFactory::getInstance" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#85) Public method name "CachingStrategyFactory::getBestCachingStrategy" must be in lower-case letters only
(#85) Variable "sharedStringsUniqueCount" must be all lower-case
(#85) Variable "tempFolder" must be all lower-case
(#86) Opening brace should be on the same line as the declaration
(#87) Variable "sharedStringsUniqueCount" must be all lower-case
(#88) Variable "sharedStringsUniqueCount" must be all lower-case
(#90) Variable "tempFolder" must be all lower-case
(#101) Protected method name "CachingStrategyFactory::isInMemoryStrategyUsageSafe" must be in lower-case letters only
(#101) Variable "sharedStringsUniqueCount" must be all lower-case
(#102) Opening brace should be on the same line as the declaration
(#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
(#104) Variable "sharedStringsUniqueCount" must be all lower-case
(#108) Variable "memoryAvailable" must be all lower-case
(#110) Variable "memoryAvailable" must be all lower-case
(#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) Variable "sharedStringsUniqueCount" must be all lower-case
(#114) Variable "memoryNeeded" must be all lower-case
(#114) Variable "sharedStringsUniqueCount" must be all lower-case
(#115) Variable "memoryAvailable" must be all lower-case
(#115) Variable "memoryNeeded" must be all lower-case
(#124) Protected method name "CachingStrategyFactory::getMemoryLimitInKB" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#126) Variable "memoryLimitFormatted" must be all lower-case
(#127) Variable "memoryLimitFormatted" must be all lower-case
(#127) Variable "memoryLimitFormatted" must be all lower-case
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Variable "memoryLimitFormatted" must be all lower-case
(#134) Variable "memoryLimitFormatted" must be all lower-case
(#139) Closing brace must be on a line by itself
(#140) Closing brace must be on a line by itself
(#141) Closing brace must be on a line by itself
(#142) Closing brace must be on a line by itself
(#143) Closing brace must be on a line by itself
(#155) Protected method name "CachingStrategyFactory::getMemoryLimitFromIni" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/CachingStrategyInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Public method name "CachingStrategyInterface::addStringForIndex" must be in lower-case letters only
(#19) Variable "sharedString" must be all lower-case
(#19) Variable "sharedStringIndex" must be all lower-case
(#27) Public method name "CachingStrategyInterface::closeCache" must be in lower-case letters only
(#36) Public method name "CachingStrategyInterface::getStringAtIndex" must be in lower-case letters only
(#36) Variable "sharedStringIndex" must be all lower-case
(#43) Public method name "CachingStrategyInterface::clearCache" must be in lower-case letters only
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/FileBasedStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Member variable "globalFunctionsHelper" must be all lower-case
(#27) Member variable "fileSystemHelper" must be all lower-case
(#30) Member variable "tempFolder" must be all lower-case
(#36) Member variable "maxNumStringsPerTempFile" must be all lower-case
(#39) Member variable "tempFilePointer" must be all lower-case
(#45) Member variable "inMemoryTempFilePath" must be all lower-case
(#51) Member variable "inMemoryTempFileContents" must be all lower-case
(#57) Variable "tempFolder" must be all lower-case
(#57) Variable "maxNumStringsPerTempFile" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "rootTempFolder" must be all lower-case
(#59) Variable "tempFolder" must be all lower-case
(#60) Variable "rootTempFolder" must be all lower-case
(#61) Variable "rootTempFolder" must be all lower-case
(#63) Variable "maxNumStringsPerTempFile" must be all lower-case
(#76) Public method name "FileBasedStrategy::addStringForIndex" must be in lower-case letters only
(#76) Variable "sharedString" must be all lower-case
(#76) Variable "sharedStringIndex" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "tempFilePath" must be all lower-case
(#78) Variable "sharedStringIndex" must be all lower-case
(#80) Variable "tempFilePath" must be all lower-case
(#84) Variable "tempFilePath" must be all lower-case
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "lineFeedEncodedSharedString" must be all lower-case
(#89) Variable "sharedString" must be all lower-case
(#91) Variable "lineFeedEncodedSharedString" must be all lower-case
(#100) Protected method name "FileBasedStrategy::getSharedStringTempFilePath" must be in lower-case letters only
(#100) Variable "sharedStringIndex" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#102) Variable "numTempFile" must be all lower-case
(#102) Variable "sharedStringIndex" must be all lower-case
(#103) Variable "numTempFile" must be all lower-case
(#112) Public method name "FileBasedStrategy::closeCache" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#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
(#128) Public method name "FileBasedStrategy::getStringAtIndex" must be in lower-case letters only
(#128) Variable "sharedStringIndex" must be all lower-case
(#129) Opening brace should be on the same line as the declaration
(#130) Variable "tempFilePath" must be all lower-case
(#130) Variable "sharedStringIndex" must be all lower-case
(#131) Variable "indexInFile" must be all lower-case
(#131) Variable "sharedStringIndex" must be all lower-case
(#133) Variable "tempFilePath" must be all lower-case
(#134) Variable "tempFilePath" must be all lower-case
(#134) Line exceeds 132 characters; contains 136 characters
(#137) Variable "tempFilePath" must be all lower-case
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Variable "tempFilePath" must be all lower-case
(#142) Variable "tempFilePath" must be all lower-case
(#145) Variable "sharedString" must be all lower-case
(#148) Variable "indexInFile" must be all lower-case
(#149) Variable "escapedSharedString" must be all lower-case
(#149) Variable "indexInFile" must be all lower-case
(#150) Variable "sharedString" must be all lower-case
(#150) Variable "escapedSharedString" must be all lower-case
(#153) Variable "sharedString" must be all lower-case
(#154) Variable "sharedStringIndex" must be all lower-case
(#157) Variable "sharedString" must be all lower-case
(#166) Private method name "FileBasedStrategy::escapeLineFeed" must be in lower-case letters only
(#166) Variable "unescapedString" must be all lower-case
(#167) Opening brace should be on the same line as the declaration
(#168) Variable "unescapedString" must be all lower-case
(#177) Private method name "FileBasedStrategy::unescapeLineFeed" must be in lower-case letters only
(#177) Variable "escapedString" must be all lower-case
(#178) Opening brace should be on the same line as the declaration
(#179) Variable "escapedString" must be all lower-case
(#187) Public method name "FileBasedStrategy::clearCache" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/InMemoryStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "inMemoryCache" must be all lower-case
(#21) Member variable "isCacheClosed" must be all lower-case
(#26) Variable "sharedStringsUniqueCount" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Variable "sharedStringsUniqueCount" must be all lower-case
(#39) Public method name "InMemoryStrategy::addStringForIndex" must be in lower-case letters only
(#39) Variable "sharedString" must be all lower-case
(#39) Variable "sharedStringIndex" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#42) Variable "sharedStringIndex" must be all lower-case
(#42) Variable "sharedString" must be all lower-case
(#52) Public method name "InMemoryStrategy::closeCache" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#64) Public method name "InMemoryStrategy::getStringAtIndex" must be in lower-case letters only
(#64) Variable "sharedStringIndex" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#67) Variable "sharedStringIndex" must be all lower-case
(#69) Variable "sharedStringIndex" must be all lower-case
(#78) Public method name "InMemoryStrategy::clearCache" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "filePath" must be all lower-case
(#41) Member variable "tempFolder" must be all lower-case
(#44) Member variable "cachingStrategy" must be all lower-case
(#50) Variable "filePath" must be all lower-case
(#50) Variable "tempFolder" must be all lower-case
(#51) Opening brace should be on the same line as the declaration
(#52) Variable "filePath" must be all lower-case
(#53) Variable "tempFolder" must be all lower-case
(#61) Public method name "SharedStringsHelper::hasSharedStrings" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "hasSharedStrings" must be all lower-case
(#67) Variable "hasSharedStrings" must be all lower-case
(#71) Variable "hasSharedStrings" must be all lower-case
(#87) Public method name "SharedStringsHelper::extractSharedStrings" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#89) Variable "xmlReader" must be all lower-case
(#90) Variable "sharedStringIndex" must be all lower-case
(#92) Variable "xmlReader" must be all lower-case
(#97) Variable "sharedStringsUniqueCount" must be all lower-case
(#97) Variable "xmlReader" must be all lower-case
(#98) Variable "sharedStringsUniqueCount" must be all lower-case
(#100) Variable "xmlReader" must be all lower-case
(#102) Variable "xmlReader" must be all lower-case
(#103) Variable "xmlReader" must be all lower-case
(#103) Variable "sharedStringIndex" must be all lower-case
(#104) Variable "sharedStringIndex" must be all lower-case
(#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
(#107) Variable "xmlReader" must be all lower-case
(#116) Variable "xmlReader" must be all lower-case
(#126) Protected method name "SharedStringsHelper::getSharedStringsUniqueCount" must be in lower-case letters only
(#126) Variable "xmlReader" must be all lower-case
(#127) Opening brace should be on the same line as the declaration
(#128) Variable "xmlReader" must be all lower-case
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Variable "xmlReader" must be all lower-case
(#131) Variable "xmlReader" must be all lower-case
(#132) Variable "xmlReader" must be all lower-case
(#135) Variable "uniqueCount" must be all lower-case
(#135) Variable "xmlReader" must be all lower-case
(#137) 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
(#139) Variable "uniqueCount" must be all lower-case
(#140) Variable "uniqueCount" must be all lower-case
(#140) Variable "xmlReader" must be all lower-case
(#143) Variable "uniqueCount" must be all lower-case
(#143) Variable "uniqueCount" must be all lower-case
(#152) Protected method name "SharedStringsHelper::getBestSharedStringsCachingStrategy" must be in lower-case letters only
(#152) Variable "sharedStringsUniqueCount" must be all lower-case
(#153) Opening brace should be on the same line as the declaration
(#155) Variable "sharedStringsUniqueCount" must be all lower-case
(#165) Protected method name "SharedStringsHelper::processSharedStringsItem" must be in lower-case letters only
(#165) Variable "xmlReader" must be all lower-case
(#165) Variable "sharedStringIndex" must be all lower-case
(#166) Opening brace should be on the same line as the declaration
(#167) Variable "sharedStringValue" must be all lower-case
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Variable "siNode" must be all lower-case
(#170) Variable "xmlReader" must be all lower-case
(#171) Variable "textNodes" must be all lower-case
(#171) Variable "siNode" must be all lower-case
(#173) Variable "textNodes" must be all lower-case
(#173) Variable "textNode" must be all lower-case
(#174) Variable "textNode" must be all lower-case
(#175) Variable "textNodeValue" must be all lower-case
(#175) Variable "textNode" must be all lower-case
(#176) Variable "shouldPreserveWhitespace" must be all lower-case
(#176) Variable "textNode" must be all lower-case
(#178) Variable "sharedStringValue" must be all lower-case
(#178) Variable "shouldPreserveWhitespace" must be all lower-case
(#178) Variable "textNodeValue" must be all lower-case
(#178) Variable "textNodeValue" must be all lower-case
(#182) Variable "sharedStringValue" must be all lower-case
(#182) Variable "sharedStringIndex" must be all lower-case
(#193) Protected method name "SharedStringsHelper::shouldExtractTextNodeValue" must be in lower-case letters only
(#193) Variable "textNode" must be all lower-case
(#194) Opening brace should be on the same line as the declaration
(#195) Variable "parentTagName" must be all lower-case
(#195) Variable "textNode" must be all lower-case
(#196) Variable "parentTagName" must be all lower-case
(#196) Variable "parentTagName" must be all lower-case
(#205) Protected method name "SharedStringsHelper::shouldPreserveWhitespace" must be in lower-case letters only
(#205) Variable "textNode" must be all lower-case
(#206) Opening brace should be on the same line as the declaration
(#207) Variable "spaceValue" must be all lower-case
(#207) Variable "textNode" must be all lower-case
(#208) Variable "spaceValue" must be all lower-case
(#218) Public method name "SharedStringsHelper::getStringAtIndex" must be in lower-case letters only
(#218) Variable "sharedStringIndex" must be all lower-case
(#219) Opening brace should be on the same line as the declaration
(#220) Variable "sharedStringIndex" must be all lower-case
(#229) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SheetHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "filePath" must be all lower-case
(#40) Member variable "sharedStringsHelper" must be all lower-case
(#43) Member variable "globalFunctionsHelper" must be all lower-case
(#51) Variable "filePath" must be all lower-case
(#51) Variable "sharedStringsHelper" must be all lower-case
(#51) Variable "globalFunctionsHelper" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "filePath" must be all lower-case
(#55) Variable "sharedStringsHelper" must be all lower-case
(#56) Variable "globalFunctionsHelper" must be all lower-case
(#65) Public method name "SheetHelper::getSheets" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#68) Variable "sheetIndex" must be all lower-case
(#69) Variable "activeSheetIndex" must be all lower-case
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Variable "xmlReader" must be all lower-case
(#72) Variable "xmlReader" must be all lower-case
(#73) Variable "xmlReader" must be all lower-case
(#74) Variable "xmlReader" must be all lower-case
(#77) Variable "activeSheetIndex" must be all lower-case
(#77) Variable "xmlReader" must be all lower-case
(#78) Variable "xmlReader" must be all lower-case
(#79) Variable "isSheetActive" must be all lower-case
(#79) Variable "sheetIndex" must be all lower-case
(#79) Variable "activeSheetIndex" must be all lower-case
(#80) Variable "xmlReader" must be all lower-case
(#80) Variable "sheetIndex" must be all lower-case
(#80) Variable "isSheetActive" must be all lower-case
(#81) Variable "sheetIndex" must be all lower-case
(#82) Variable "xmlReader" must be all lower-case
(#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
(#88) Variable "xmlReader" must be all lower-case
(#99) Line exceeds 132 characters; contains 164 characters
(#104) Protected method name "SheetHelper::getSheetFromSheetXMLNode" must be in lower-case letters only
(#104) Variable "xmlReaderOnSheetNode" must be all lower-case
(#104) Variable "sheetIndexZeroBased" must be all lower-case
(#104) Variable "isSheetActive" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#106) Variable "sheetId" must be all lower-case
(#106) Variable "xmlReaderOnSheetNode" must be all lower-case
(#107) Variable "escapedSheetName" must be all lower-case
(#107) Variable "xmlReaderOnSheetNode" must be all lower-case
(#109) Inline doc block comments are not allowed; use "// Comment." instead
(#111) Variable "sheetName" must be all lower-case
(#111) Variable "escapedSheetName" must be all lower-case
(#113) Variable "sheetDataXMLFilePath" must be all lower-case
(#113) Variable "sheetId" must be all lower-case
(#116) Variable "sheetDataXMLFilePath" must be all lower-case
(#117) Variable "sheetIndexZeroBased" must be all lower-case
(#117) Variable "sheetName" must be all lower-case
(#117) Variable "isSheetActive" must be all lower-case
(#126) Protected method name "SheetHelper::getSheetDataXMLFilePathForSheetId" must be in lower-case letters only
(#126) Variable "sheetId" must be all lower-case
(#127) Opening brace should be on the same line as the declaration
(#128) Variable "sheetDataXMLFilePath" must be all lower-case
(#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
(#131) Variable "xmlReader" must be all lower-case
(#132) Variable "xmlReader" must be all lower-case
(#133) Variable "xmlReader" must be all lower-case
(#134) Variable "xmlReader" must be all lower-case
(#135) Variable "relationshipSheetId" must be all lower-case
(#135) Variable "xmlReader" must be all lower-case
(#137) Variable "relationshipSheetId" must be all lower-case
(#137) Variable "sheetId" must be all lower-case
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Variable "sheetDataXMLFilePath" must be all lower-case
(#140) Variable "xmlReader" must be all lower-case
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Variable "sheetDataXMLFilePath" must be all lower-case
(#144) Variable "sheetDataXMLFilePath" must be all lower-case
(#144) Variable "sheetDataXMLFilePath" must be all lower-case
(#151) Variable "xmlReader" must be all lower-case
(#154) Variable "sheetDataXMLFilePath" must be all lower-case
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/StyleHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "builtinNumFmtIdToNumFormatMapping" must be all lower-case
(#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
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Member variable "filePath" must be all lower-case
(#57) Member variable "builtinNumFmtIdIndicatingDates" must be all lower-case
(#60) Member variable "customNumberFormats" must be all lower-case
(#63) Member variable "stylesAttributes" must be all lower-case
(#66) Member variable "numFmtIdToIsDateFormatCache" must be all lower-case
(#71) Variable "filePath" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#73) Variable "filePath" must be all lower-case
(#74) Variable "builtinNumFmtIdToNumFormatMapping" must be all lower-case
(#84) Public method name "StyleHelper::shouldFormatNumericValueAsDate" must be in lower-case letters only
(#84) Variable "styleId" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "stylesAttributes" must be all lower-case
(#91) Variable "styleId" must be all lower-case
(#91) Variable "stylesAttributes" must be all lower-case
(#91) Variable "styleId" must be all lower-case
(#95) Variable "styleAttributes" must be all lower-case
(#95) Variable "stylesAttributes" must be all lower-case
(#95) Variable "styleId" must be all lower-case
(#97) Variable "styleAttributes" must be all lower-case
(#105) Protected method name "StyleHelper::extractRelevantInfo" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#110) Variable "xmlReader" must be all lower-case
(#112) Variable "xmlReader" must be all lower-case
(#113) Variable "xmlReader" must be all lower-case
(#114) Variable "xmlReader" must be all lower-case
(#115) Variable "xmlReader" must be all lower-case
(#117) Variable "xmlReader" must be all lower-case
(#118) Variable "xmlReader" must be all lower-case
(#122) Variable "xmlReader" must be all lower-case
(#134) Protected method name "StyleHelper::extractNumberFormats" must be in lower-case letters only
(#134) Variable "xmlReader" must be all lower-case
(#135) Opening brace should be on the same line as the declaration
(#136) Variable "xmlReader" must be all lower-case
(#137) Variable "xmlReader" must be all lower-case
(#138) Variable "numFmtId" must be all lower-case
(#138) Variable "xmlReader" must be all lower-case
(#139) Variable "formatCode" must be all lower-case
(#139) Variable "xmlReader" must be all lower-case
(#140) Variable "numFmtId" must be all lower-case
(#140) Variable "formatCode" must be all lower-case
(#141) Variable "xmlReader" must be all lower-case
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Protected method name "StyleHelper::extractStyleAttributes" must be in lower-case letters only
(#156) Variable "xmlReader" must be all lower-case
(#157) Opening brace should be on the same line as the declaration
(#158) Variable "xmlReader" must be all lower-case
(#159) Variable "xmlReader" must be all lower-case
(#160) Variable "numFmtId" must be all lower-case
(#160) Variable "xmlReader" must be all lower-case
(#161) Variable "normalizedNumFmtId" must be all lower-case
(#161) Variable "numFmtId" must be all lower-case
(#161) Variable "numFmtId" must be all lower-case
(#163) Variable "applyNumberFormat" must be all lower-case
(#163) Variable "xmlReader" must be all lower-case
(#164) Variable "normalizedApplyNumberFormat" must be all lower-case
(#164) Variable "applyNumberFormat" must be all lower-case
(#164) Variable "applyNumberFormat" must be all lower-case
(#167) Variable "normalizedNumFmtId" must be all lower-case
(#168) Variable "normalizedApplyNumberFormat" must be all lower-case
(#170) Variable "xmlReader" must be all lower-case
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Protected method name "StyleHelper::getCustomNumberFormats" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#192) Protected method name "StyleHelper::getStylesAttributes" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#205) Protected method name "StyleHelper::doesStyleIndicateDate" must be in lower-case letters only
(#205) Variable "styleAttributes" must be all lower-case
(#206) Opening brace should be on the same line as the declaration
(#207) Variable "applyNumberFormat" must be all lower-case
(#207) Variable "styleAttributes" must be all lower-case
(#208) Variable "numFmtId" must be all lower-case
(#208) Variable "styleAttributes" must be all lower-case
(#211) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#212) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#215) Variable "applyNumberFormat" must be all lower-case
(#215) Variable "numFmtId" must be all lower-case
(#219) Variable "numFmtId" must be all lower-case
(#230) Protected method name "StyleHelper::doesNumFmtIdIndicateDate" must be in lower-case letters only
(#230) Variable "numFmtId" must be all lower-case
(#231) Opening brace should be on the same line as the declaration
(#232) Variable "numFmtId" must be all lower-case
(#233) Variable "formatCode" must be all lower-case
(#233) Variable "numFmtId" must be all lower-case
(#235) Variable "numFmtId" must be all lower-case
(#236) Variable "numFmtId" must be all lower-case
(#237) Variable "formatCode" must be all lower-case
(#241) Variable "numFmtId" must be all lower-case
(#248) Protected method name "StyleHelper::getFormatCodeForNumFmtId" must be in lower-case letters only
(#248) Variable "numFmtId" must be all lower-case
(#249) Opening brace should be on the same line as the declaration
(#250) Variable "customNumberFormats" must be all lower-case
(#253) Variable "customNumberFormats" must be all lower-case
(#253) Variable "numFmtId" must be all lower-case
(#253) Variable "customNumberFormats" must be all lower-case
(#253) Variable "numFmtId" must be all lower-case
(#260) Protected method name "StyleHelper::isNumFmtIdBuiltInDateFormat" must be in lower-case letters only
(#260) Variable "numFmtId" must be all lower-case
(#261) Opening brace should be on the same line as the declaration
(#262) Variable "numFmtId" must be all lower-case
(#269) Protected method name "StyleHelper::isFormatCodeCustomDateFormat" must be in lower-case letters only
(#269) Variable "formatCode" must be all lower-case
(#270) Opening brace should be on the same line as the declaration
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Variable "formatCode" must be all lower-case
(#272) Variable "formatCode" must be all lower-case
(#276) Variable "formatCode" must be all lower-case
(#283) Protected method name "StyleHelper::isFormatCodeMatchingDateFormatPattern" must be in lower-case letters only
(#283) Variable "formatCode" must be all lower-case
(#284) Opening brace should be on the same line as the declaration
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Variable "formatCode" must be all lower-case
(#287) Variable "formatCode" must be all lower-case
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Variable "dateFormatCharacters" must be all lower-case
(#294) Variable "hasFoundDateFormatCharacter" must be all lower-case
(#295) Variable "dateFormatCharacters" must be all lower-case
(#295) Variable "dateFormatCharacter" must be all lower-case
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Variable "dateFormatCharacter" must be all lower-case
(#299) Variable "formatCode" must be all lower-case
(#300) Variable "hasFoundDateFormatCharacter" must be all lower-case
(#305) Variable "hasFoundDateFormatCharacter" must be all lower-case
(#315) Public method name "StyleHelper::getNumberFormatCode" must be in lower-case letters only
(#315) Variable "styleId" must be all lower-case
(#316) Opening brace should be on the same line as the declaration
(#317) Variable "stylesAttributes" must be all lower-case
(#318) Variable "styleAttributes" must be all lower-case
(#318) Variable "stylesAttributes" must be all lower-case
(#318) Variable "styleId" must be all lower-case
(#319) Variable "numFmtId" must be all lower-case
(#319) Variable "styleAttributes" must be all lower-case
(#321) Variable "numFmtId" must be all lower-case
(#322) Variable "numberFormatCode" must be all lower-case
(#322) Variable "builtinNumFmtIdToNumFormatMapping" must be all lower-case
(#322) Variable "numFmtId" must be all lower-case
(#324) Variable "customNumberFormats" must be all lower-case
(#325) Variable "numberFormatCode" must be all lower-case
(#325) Variable "customNumberFormats" must be all lower-case
(#325) Variable "numFmtId" must be all lower-case
(#328) Variable "numberFormatCode" must be all lower-case
mod/confman/thirdparty/Spout/Reader/XLSX/Reader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "sharedStringsHelper" must be all lower-case
(#24) Member variable "sheetIterator" must be all lower-case
(#32) Protected method name "Reader::getOptions" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#44) Public method name "Reader::setTempFolder" must be in lower-case letters only
(#44) Variable "tempFolder" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Variable "tempFolder" must be all lower-case
(#55) Protected method name "Reader::doesSupportStreamWrapper" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#70) Protected method name "Reader::openReader" must be in lower-case letters only
(#70) Variable "filePath" must be all lower-case
(#71) Opening brace should be on the same line as the declaration
(#74) Variable "filePath" must be all lower-case
(#75) Variable "filePath" must be all lower-case
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "filePath" must be all lower-case
(#82) Line exceeds 132 characters; contains 143 characters
(#84) Variable "filePath" must be all lower-case
(#93) Protected method name "Reader::getConcreteSheetIterator" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#103) Protected method name "Reader::closeReader" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/ReaderOptions.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "tempFolder" must be all lower-case
(#19) Public method name "ReaderOptions::getTempFolder" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#28) Public method name "ReaderOptions::setTempFolder" must be in lower-case letters only
(#28) Variable "tempFolder" must be all lower-case
(#29) Opening brace should be on the same line as the declaration
(#30) Variable "tempFolder" must be all lower-case
mod/confman/thirdparty/Spout/Reader/XLSX/RowIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "filePath" must be all lower-case
(#37) Member variable "sheetDataXMLFilePath" must be all lower-case
(#40) Member variable "xmlReader" must be all lower-case
(#43) Member variable "xmlProcessor" must be all lower-case
(#46) Member variable "cellValueFormatter" must be all lower-case
(#49) Member variable "styleHelper" must be all lower-case
(#55) Member variable "numReadRows" must be all lower-case
(#58) Member variable "currentlyProcessedRowData" must be all lower-case
(#61) Member variable "rowDataBuffer" must be all lower-case
(#64) Member variable "hasReachedEndOfFile" must be all lower-case
(#67) Member variable "numColumns" must be all lower-case
(#70) Member variable "shouldPreserveEmptyRows" must be all lower-case
(#73) Member variable "lastRowIndexProcessed" must be all lower-case
(#76) Member variable "nextRowIndexToBeProcessed" must be all lower-case
(#79) Member variable "lastColumnIndexProcessed" must be all lower-case
(#87) Variable "filePath" must be all lower-case
(#87) Variable "sheetDataXMLFilePath" must be all lower-case
(#87) Variable "sharedStringsHelper" must be all lower-case
(#88) Opening brace should be on the same line as the declaration
(#89) Variable "filePath" must be all lower-case
(#90) Variable "sheetDataXMLFilePath" must be all lower-case
(#94) Variable "filePath" must be all lower-case
(#95) Variable "sharedStringsHelper" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Line exceeds 132 characters; contains 144 characters
(#103) Line exceeds 132 characters; contains 134 characters
(#105) Line exceeds 132 characters; contains 140 characters
(#113) Protected method name "RowIterator::normalizeSheetDataXMLFilePath" must be in lower-case letters only
(#113) Variable "sheetDataXMLFilePath" must be all lower-case
(#114) Opening brace should be on the same line as the declaration
(#115) Variable "sheetDataXMLFilePath" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#152) Opening brace should be on the same line as the declaration
(#165) Opening brace should be on the same line as the declaration
(#185) Protected method name "RowIterator::doesNeedDataForNextRowToBeProcessed" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#187) Variable "hasReadAtLeastOneRow" must be all lower-case
(#190) Variable "hasReadAtLeastOneRow" must be all lower-case
(#201) Protected method name "RowIterator::readDataForNextRow" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#218) Protected method name "RowIterator::processDimensionStartingNode" must be in lower-case letters only
(#218) Variable "xmlReader" must be all lower-case
(#219) Opening brace should be on the same line as the declaration
(#221) Variable "dimensionRef" must be all lower-case
(#221) Variable "xmlReader" must be all lower-case
(#221) Line exceeds 132 characters; contains 133 characters
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Variable "dimensionRef" must be all lower-case
(#233) Protected method name "RowIterator::processRowStartingNode" must be in lower-case letters only
(#233) Variable "xmlReader" must be all lower-case
(#234) Opening brace should be on the same line as the declaration
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Variable "xmlReader" must be all lower-case
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Variable "numberOfColumnsForRow" must be all lower-case
(#243) Variable "xmlReader" must be all lower-case
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Variable "numberOfColumnsForRow" must be all lower-case
(#246) Variable "numberOfColumnsForRow" must be all lower-case
(#246) Variable "numberOfColumnsForRow" must be all lower-case
(#249) Variable "numberOfColumnsForRow" must be all lower-case
(#249) Variable "numberOfColumnsForRow" must be all lower-case
(#258) Protected method name "RowIterator::processCellStartingNode" must be in lower-case letters only
(#258) Variable "xmlReader" must be all lower-case
(#259) Opening brace should be on the same line as the declaration
(#260) Variable "currentColumnIndex" must be all lower-case
(#260) Variable "xmlReader" must be all lower-case
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Variable "xmlReader" must be all lower-case
(#264) Variable "currentColumnIndex" must be all lower-case
(#265) Variable "currentColumnIndex" must be all lower-case
(#273) Protected method name "RowIterator::processRowEndingNode" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Protected method name "RowIterator::processWorksheetEndingNode" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Protected method name "RowIterator::getRowIndex" must be in lower-case letters only
(#309) Variable "xmlReader" must be all lower-case
(#310) Opening brace should be on the same line as the declaration
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Variable "currentRowIndex" must be all lower-case
(#312) Variable "xmlReader" must be all lower-case
(#314) Variable "currentRowIndex" must be all lower-case
(#315) Variable "currentRowIndex" must be all lower-case
(#324) Protected method name "RowIterator::getColumnIndex" must be in lower-case letters only
(#324) Variable "xmlReader" must be all lower-case
(#325) Opening brace should be on the same line as the declaration
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Variable "currentCellIndex" must be all lower-case
(#327) Variable "xmlReader" must be all lower-case
(#329) Variable "currentCellIndex" must be all lower-case
(#330) Variable "currentCellIndex" must be all lower-case
(#340) Protected method name "RowIterator::getCellValue" must be in lower-case letters only
(#341) Opening brace should be on the same line as the declaration
(#349) Protected method name "RowIterator::isEmptyRow" must be in lower-case letters only
(#349) Variable "rowData" must be all lower-case
(#350) Opening brace should be on the same line as the declaration
(#351) Variable "rowData" must be all lower-case
(#351) Variable "rowData" must be all lower-case
(#361) Opening brace should be on the same line as the declaration
(#362) Variable "rowDataForRowToBeProcessed" must be all lower-case
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Variable "rowDataForRowToBeProcessed" must be all lower-case
(#376) Variable "rowDataForRowToBeProcessed" must be all lower-case
(#386) Opening brace should be on the same line as the declaration
(#388) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#389) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#402) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/Sheet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "rowIterator" must be all lower-case
(#25) Member variable "isActive" must be all lower-case
(#36) Variable "filePath" must be all lower-case
(#36) Variable "sheetDataXMLFilePath" must be all lower-case
(#36) Variable "sheetIndex" must be all lower-case
(#36) Variable "sheetName" must be all lower-case
(#36) Variable "isSheetActive" must be all lower-case
(#36) Variable "sharedStringsHelper" must be all lower-case
(#36) Line exceeds 132 characters; contains 138 characters
(#37) Opening brace should be on the same line as the declaration
(#38) Variable "filePath" must be all lower-case
(#38) Variable "sheetDataXMLFilePath" must be all lower-case
(#38) Variable "sharedStringsHelper" must be all lower-case
(#39) Variable "sheetIndex" must be all lower-case
(#40) Variable "sheetName" must be all lower-case
(#41) Variable "isSheetActive" must be all lower-case
(#48) Public method name "Sheet::getRowIterator" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#57) Public method name "Sheet::getIndex" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#66) Public method name "Sheet::getName" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) Public method name "Sheet::isActive" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Reader/XLSX/SheetIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "currentSheetIndex" must be all lower-case
(#30) Variable "filePath" must be all lower-case
(#30) Variable "sharedStringsHelper" must be all lower-case
(#30) Variable "globalFunctionsHelper" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Variable "sheetHelper" must be all lower-case
(#33) Variable "filePath" must be all lower-case
(#33) Variable "sharedStringsHelper" must be all lower-case
(#33) Variable "globalFunctionsHelper" must be all lower-case
(#34) Variable "sheetHelper" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#70) Opening brace should be on the same line as the declaration
(#73) Variable "currentSheet" must be all lower-case
(#74) Variable "currentSheet" must be all lower-case
(#87) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#108) Opening brace should be on the same line as the declaration
(#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
mod/confman/thirdparty/Spout/Writer/AbstractMultiSheetsWriter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#21) Protected method name "AbstractMultiSheetsWriter::getWorkbook" must be in lower-case letters only
(#28) Line exceeds 132 characters; contains 150 characters
(#32) Public method name "AbstractMultiSheetsWriter::setShouldCreateNewSheetsAutomatically" must be in lower-case letters only
(#32) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#36) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#47) Public method name "AbstractMultiSheetsWriter::getSheets" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#51) Variable "externalSheets" must be all lower-case
(#56) Variable "externalSheets" must be all lower-case
(#59) Variable "externalSheets" must be all lower-case
(#69) Public method name "AbstractMultiSheetsWriter::addNewSheetAndMakeItCurrent" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#84) Public method name "AbstractMultiSheetsWriter::getCurrentSheet" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#100) Public method name "AbstractMultiSheetsWriter::setCurrentSheet" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#112) Protected method name "AbstractMultiSheetsWriter::throwIfBookIsNotAvailable" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/AbstractWriter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "outputFilePath" must be all lower-case
(#25) Member variable "filePointer" must be all lower-case
(#28) Member variable "isWriterOpened" must be all lower-case
(#31) Member variable "globalFunctionsHelper" must be all lower-case
(#34) Member variable "rowStyle" must be all lower-case
(#37) Member variable "defaultRowStyle" must be all lower-case
(#40) Member variable "headerContentType" must be all lower-case
(#48) Protected method name "AbstractWriter::openWriter" must be in lower-case letters only
(#58) Protected method name "AbstractWriter::addRowToWriter" must be in lower-case letters only
(#58) Variable "dataRow" must be all lower-case
(#65) Protected method name "AbstractWriter::closeWriter" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#84) Public method name "AbstractWriter::setDefaultRowStyle" must be in lower-case letters only
(#84) Variable "defaultStyle" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "defaultStyle" must be all lower-case
(#95) Public method name "AbstractWriter::setGlobalFunctionsHelper" must be in lower-case letters only
(#95) Variable "globalFunctionsHelper" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "globalFunctionsHelper" must be all lower-case
(#110) Public method name "AbstractWriter::openToFile" must be in lower-case letters only
(#110) Variable "outputFilePath" must be all lower-case
(#111) Opening brace should be on the same line as the declaration
(#112) Variable "outputFilePath" must be all lower-case
(#130) Line exceeds 132 characters; contains 145 characters
(#134) Public method name "AbstractWriter::openToBrowser" must be in lower-case letters only
(#134) Variable "outputFileName" must be all lower-case
(#135) Opening brace should be on the same line as the declaration
(#136) Variable "outputFileName" must be all lower-case
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Variable "headerContentType" must be all lower-case
(#172) Protected method name "AbstractWriter::throwIfFilePointerIsNotAvailable" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#187) Protected method name "AbstractWriter::throwIfWriterAlreadyOpened" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#206) Public method name "AbstractWriter::addRow" must be in lower-case letters only
(#206) Variable "dataRow" must be all lower-case
(#207) Opening brace should be on the same line as the declaration
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Variable "dataRow" must be all lower-case
(#212) Variable "dataRow" must be all lower-case
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Public method name "AbstractWriter::addRowWithStyle" must be in lower-case letters only
(#241) Variable "dataRow" must be all lower-case
(#242) Opening brace should be on the same line as the declaration
(#248) Variable "dataRow" must be all lower-case
(#269) Public method name "AbstractWriter::addRows" must be in lower-case letters only
(#269) Variable "dataRows" must be all lower-case
(#270) Opening brace should be on the same line as the declaration
(#271) Variable "dataRows" must be all lower-case
(#272) Variable "firstRow" must be all lower-case
(#272) Variable "dataRows" must be all lower-case
(#273) Variable "firstRow" must be all lower-case
(#277) Variable "dataRows" must be all lower-case
(#277) Variable "dataRow" must be all lower-case
(#278) Variable "dataRow" must be all lower-case
(#297) Public method name "AbstractWriter::addRowsWithStyle" must be in lower-case letters only
(#297) Variable "dataRows" must be all lower-case
(#298) Opening brace should be on the same line as the declaration
(#304) Variable "dataRows" must be all lower-case
(#316) Protected method name "AbstractWriter::getDefaultRowStyle" must be in lower-case letters only
(#317) Opening brace should be on the same line as the declaration
(#328) Private method name "AbstractWriter::setRowStyle" must be in lower-case letters only
(#329) Opening brace should be on the same line as the declaration
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Private method name "AbstractWriter::resetRowStyleToDefault" must be in lower-case letters only
(#340) Opening brace should be on the same line as the declaration
(#352) Opening brace should be on the same line as the declaration
(#372) Private method name "AbstractWriter::closeAndAttemptToCleanupAllFiles" must be in lower-case letters only
(#373) Opening brace should be on the same line as the declaration
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Variable "outputFolderPath" must be all lower-case
(#380) Variable "fileSystemHelper" must be all lower-case
(#380) Variable "outputFolderPath" must be all lower-case
(#381) Variable "fileSystemHelper" must be all lower-case
mod/confman/thirdparty/Spout/Writer/CSV/Writer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "headerContentType" must be all lower-case
(#24) Member variable "fieldDelimiter" must be all lower-case
(#27) Member variable "fieldEnclosure" must be all lower-case
(#30) Member variable "lastWrittenRowIndex" must be all lower-case
(#33) Member variable "shouldAddBOM" must be all lower-case
(#42) Public method name "Writer::setFieldDelimiter" must be in lower-case letters only
(#42) Variable "fieldDelimiter" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#44) Variable "fieldDelimiter" must be all lower-case
(#55) Public method name "Writer::setFieldEnclosure" must be in lower-case letters only
(#55) Variable "fieldEnclosure" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "fieldEnclosure" must be all lower-case
(#67) Public method name "Writer::setShouldAddBOM" must be in lower-case letters only
(#67) Variable "shouldAddBOM" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "shouldAddBOM" must be all lower-case
(#78) Protected method name "Writer::openWriter" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Protected method name "Writer::addRowToWriter" must be in lower-case letters only
(#95) Variable "dataRow" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "wasWriteSuccessful" must be all lower-case
(#97) Variable "dataRow" must be all lower-case
(#97) Line exceeds 132 characters; contains 144 characters
(#98) Variable "wasWriteSuccessful" must be all lower-case
(#114) Protected method name "Writer::closeWriter" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Common/Helper/AbstractStyleHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "serializedStyleToStyleIdMappingTable" must be all lower-case
(#17) Member variable "styleIdToStyleMappingTable" must be all lower-case
(#22) Variable "defaultStyle" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Variable "defaultStyle" must be all lower-case
(#35) Public method name "AbstractStyleHelper::registerStyle" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#37) Variable "serializedStyle" must be all lower-case
(#40) Variable "nextStyleId" must be all lower-case
(#41) Variable "nextStyleId" must be all lower-case
(#43) Variable "serializedStyle" must be all lower-case
(#43) Variable "nextStyleId" must be all lower-case
(#44) Variable "nextStyleId" must be all lower-case
(#47) Variable "serializedStyle" must be all lower-case
(#56) Protected method name "AbstractStyleHelper::hasStyleAlreadyBeenRegistered" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "serializedStyle" must be all lower-case
(#61) Variable "serializedStyle" must be all lower-case
(#70) Protected method name "AbstractStyleHelper::getStyleFromSerializedStyle" must be in lower-case letters only
(#70) Variable "serializedStyle" must be all lower-case
(#71) Opening brace should be on the same line as the declaration
(#72) Variable "styleId" must be all lower-case
(#72) Variable "serializedStyle" must be all lower-case
(#73) Variable "styleId" must be all lower-case
(#79) Protected method name "AbstractStyleHelper::getRegisteredStyles" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#89) Protected method name "AbstractStyleHelper::getDefaultStyle" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Public method name "AbstractStyleHelper::applyExtraStylesIfNeeded" must be in lower-case letters only
(#103) Variable "dataRow" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#105) Variable "updatedStyle" must be all lower-case
(#105) Variable "dataRow" must be all lower-case
(#106) Variable "updatedStyle" must be all lower-case
(#122) Protected method name "AbstractStyleHelper::applyWrapTextIfCellContainsNewLine" must be in lower-case letters only
(#122) Variable "dataRow" must be all lower-case
(#123) Opening brace should be on the same line as the declaration
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "dataRow" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Common/Helper/CellHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "columnIndexToCellIndexCache" must be all lower-case
(#25) Public method name "CellHelper::getCellIndexFromColumnIndex" must be in lower-case letters only
(#25) Variable "columnIndex" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#27) Variable "originalColumnIndex" must be all lower-case
(#27) Variable "columnIndex" must be all lower-case
(#30) Variable "columnIndexToCellIndexCache" must be all lower-case
(#30) Variable "originalColumnIndex" must be all lower-case
(#31) Variable "cellIndex" must be all lower-case
(#32) Variable "capitalAAsciiValue" must be all lower-case
(#35) Variable "columnIndex" must be all lower-case
(#36) Variable "cellIndex" must be all lower-case
(#36) Variable "capitalAAsciiValue" must be all lower-case
(#36) Variable "cellIndex" must be all lower-case
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Variable "columnIndex" must be all lower-case
(#39) Variable "columnIndex" must be all lower-case
(#41) Variable "columnIndex" must be all lower-case
(#43) Variable "columnIndexToCellIndexCache" must be all lower-case
(#43) Variable "originalColumnIndex" must be all lower-case
(#43) Variable "cellIndex" must be all lower-case
(#46) Variable "columnIndexToCellIndexCache" must be all lower-case
(#46) Variable "originalColumnIndex" must be all lower-case
(#53) Public method name "CellHelper::isEmpty" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#62) Public method name "CellHelper::isNonEmptyString" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#74) Public method name "CellHelper::isNumeric" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#76) Variable "valueType" must be all lower-case
(#77) Variable "valueType" must be all lower-case
(#77) Variable "valueType" must be all lower-case
(#87) Public method name "CellHelper::isBoolean" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Common/Helper/ZipHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Member variable "tmpFolderPath" must be all lower-case
(#28) Variable "tmpFolderPath" must be all lower-case
(#29) Opening brace should be on the same line as the declaration
(#30) Variable "tmpFolderPath" must be all lower-case
(#39) Protected method name "ZipHelper::createOrGetZip" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#43) Variable "zipFilePath" must be all lower-case
(#45) Variable "zipFilePath" must be all lower-case
(#45) Expected 1 space before "|"; 0 found
(#45) Expected 1 space after "|"; 0 found
(#54) Public method name "ZipHelper::getZipFilePath" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#72) Public method name "ZipHelper::addFileToArchive" must be in lower-case letters only
(#72) Variable "rootFolderPath" must be all lower-case
(#72) Variable "localFilePath" must be all lower-case
(#72) Variable "existingFileMode" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#75) Variable "rootFolderPath" must be all lower-case
(#76) Variable "localFilePath" must be all lower-case
(#77) Variable "existingFileMode" must be all lower-case
(#95) Public method name "ZipHelper::addUncompressedFileToArchive" must be in lower-case letters only
(#95) Variable "rootFolderPath" must be all lower-case
(#95) Variable "localFilePath" must be all lower-case
(#95) Variable "existingFileMode" must be all lower-case
(#95) Line exceeds 132 characters; contains 133 characters
(#96) Opening brace should be on the same line as the declaration
(#98) Variable "rootFolderPath" must be all lower-case
(#99) Variable "localFilePath" must be all lower-case
(#100) Variable "existingFileMode" must be all lower-case
(#119) Protected method name "ZipHelper::addFileToArchiveWithCompressionMethod" must be in lower-case letters only
(#119) Variable "rootFolderPath" must be all lower-case
(#119) Variable "localFilePath" must be all lower-case
(#119) Variable "existingFileMode" must be all lower-case
(#119) Variable "compressionMethod" must be all lower-case
(#120) Opening brace should be on the same line as the declaration
(#123) Variable "localFilePath" must be all lower-case
(#123) Variable "existingFileMode" must be all lower-case
(#124) Variable "normalizedFullFilePath" must be all lower-case
(#124) Variable "rootFolderPath" must be all lower-case
(#124) Variable "localFilePath" must be all lower-case
(#125) Variable "normalizedFullFilePath" must be all lower-case
(#125) Variable "localFilePath" must be all lower-case
(#128) Variable "localFilePath" must be all lower-case
(#128) Variable "compressionMethod" must be all lower-case
(#136) Public method name "ZipHelper::canChooseCompressionMethod" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Public method name "ZipHelper::addFolderToArchive" must be in lower-case letters only
(#147) Variable "folderPath" must be all lower-case
(#147) Variable "existingFileMode" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#151) Variable "folderRealPath" must be all lower-case
(#151) Variable "folderPath" must be all lower-case
(#152) Variable "itemIterator" must be all lower-case
(#152) Variable "folderPath" must be all lower-case
(#152) Line exceeds maximum limit of 180 characters; contains 181 characters
(#154) Variable "itemIterator" must be all lower-case
(#154) Variable "itemInfo" must be all lower-case
(#155) Variable "itemRealPath" must be all lower-case
(#155) Variable "itemInfo" must be all lower-case
(#156) Variable "itemLocalPath" must be all lower-case
(#156) Variable "folderRealPath" must be all lower-case
(#156) Variable "itemRealPath" must be all lower-case
(#158) Variable "itemInfo" must be all lower-case
(#158) Variable "itemLocalPath" must be all lower-case
(#158) Variable "existingFileMode" must be all lower-case
(#159) Variable "itemRealPath" must be all lower-case
(#159) Variable "itemLocalPath" must be all lower-case
(#170) Protected method name "ZipHelper::shouldSkipFile" must be in lower-case letters only
(#170) Variable "itemLocalPath" must be all lower-case
(#170) Variable "existingFileMode" must be all lower-case
(#171) Opening brace should be on the same line as the declaration
(#173) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#175) Variable "existingFileMode" must be all lower-case
(#175) Variable "itemLocalPath" must be all lower-case
(#184) Protected method name "ZipHelper::getNormalizedRealPath" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#186) Variable "realPath" must be all lower-case
(#187) Variable "realPath" must be all lower-case
(#196) Public method name "ZipHelper::closeArchiveAndCopyToStream" must be in lower-case letters only
(#196) Variable "streamPointer" must be all lower-case
(#197) Opening brace should be on the same line as the declaration
(#202) Variable "streamPointer" must be all lower-case
(#211) Protected method name "ZipHelper::copyZipToStream" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#213) Variable "zipFilePointer" must be all lower-case
(#214) Variable "zipFilePointer" must be all lower-case
(#215) Variable "zipFilePointer" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Common/Internal/AbstractWorkbook.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#20) Member variable "internalId" must be all lower-case
(#26) Member variable "currentWorksheet" must be all lower-case
(#33) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#33) Variable "defaultRowStyle" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#42) Protected method name "AbstractWorkbook::getStyleHelper" must be in lower-case letters only
(#47) Protected method name "AbstractWorkbook::getMaxRowsPerWorksheet" must be in lower-case letters only
(#55) Public method name "AbstractWorkbook::addNewSheet" must be in lower-case letters only
(#64) Public method name "AbstractWorkbook::addNewSheetAndMakeItCurrent" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#75) Public method name "AbstractWorkbook::getWorksheets" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#85) Public method name "AbstractWorkbook::getCurrentWorksheet" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#98) Public method name "AbstractWorkbook::setCurrentSheet" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#112) Protected method name "AbstractWorkbook::setCurrentWorksheet" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#123) Protected method name "AbstractWorkbook::getWorksheetFromExternalSheet" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#125) Variable "worksheetFound" must be all lower-case
(#129) Variable "worksheetFound" must be all lower-case
(#134) Variable "worksheetFound" must be all lower-case
(#149) Public method name "AbstractWorkbook::addRowToCurrentWorksheet" must be in lower-case letters only
(#149) Variable "dataRow" must be all lower-case
(#150) Opening brace should be on the same line as the declaration
(#151) Variable "currentWorksheet" must be all lower-case
(#152) Variable "hasReachedMaxRows" must be all lower-case
(#153) Variable "styleHelper" must be all lower-case
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Variable "hasReachedMaxRows" must be all lower-case
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Variable "currentWorksheet" must be all lower-case
(#161) Variable "updatedStyle" must be all lower-case
(#161) Variable "styleHelper" must be all lower-case
(#161) Variable "dataRow" must be all lower-case
(#162) Variable "registeredStyle" must be all lower-case
(#162) Variable "styleHelper" must be all lower-case
(#162) Variable "updatedStyle" must be all lower-case
(#163) Variable "currentWorksheet" must be all lower-case
(#163) Variable "dataRow" must be all lower-case
(#163) Variable "registeredStyle" must be all lower-case
(#164) Empty ELSE statement detected
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Variable "updatedStyle" must be all lower-case
(#168) Variable "styleHelper" must be all lower-case
(#168) Variable "dataRow" must be all lower-case
(#169) Variable "registeredStyle" must be all lower-case
(#169) Variable "styleHelper" must be all lower-case
(#169) Variable "updatedStyle" must be all lower-case
(#170) Variable "currentWorksheet" must be all lower-case
(#170) Variable "dataRow" must be all lower-case
(#170) Variable "registeredStyle" must be all lower-case
(#177) Protected method name "AbstractWorkbook::hasCurrentWorkseetReachedMaxRows" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#179) Variable "currentWorksheet" must be all lower-case
(#180) Variable "currentWorksheet" must be all lower-case
(#191) Variable "finalFilePointer" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Common/Internal/WorkbookInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "WorkbookInterface::addNewSheet" must be in lower-case letters only
(#27) Public method name "WorkbookInterface::addNewSheetAndMakeItCurrent" must be in lower-case letters only
(#32) Public method name "WorkbookInterface::getWorksheets" must be in lower-case letters only
(#39) Public method name "WorkbookInterface::getCurrentWorksheet" must be in lower-case letters only
(#49) Public method name "WorkbookInterface::setCurrentSheet" must be in lower-case letters only
(#63) Public method name "WorkbookInterface::addRowToCurrentWorksheet" must be in lower-case letters only
(#63) Variable "dataRow" must be all lower-case
(#73) Variable "finalFilePointer" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Common/Internal/WorksheetInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "WorksheetInterface::getExternalSheet" must be in lower-case letters only
(#20) Public method name "WorksheetInterface::getLastWrittenRowIndex" must be in lower-case letters only
(#32) Public method name "WorksheetInterface::addRow" must be in lower-case letters only
(#32) Variable "dataRow" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Common/Sheet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "INVALID_CHARACTERS_IN_SHEET_NAME" must be all lower-case
(#22) Member variable "INVALID_CHARACTERS_IN_SHEET_NAME" must not contain underscores.
(#24) Line exceeds 132 characters; contains 153 characters
(#25) Member variable "SHEETS_NAME_USED" must be all lower-case
(#25) Member variable "SHEETS_NAME_USED" must not contain underscores.
(#30) Line exceeds 132 characters; contains 133 characters
(#31) Member variable "associatedWorkbookId" must be all lower-case
(#37) Member variable "stringHelper" must be all lower-case
(#43) Variable "sheetIndex" must be all lower-case
(#43) Variable "associatedWorkbookId" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "sheetIndex" must be all lower-case
(#46) Variable "associatedWorkbookId" must be all lower-case
(#47) Variable "SHEETS_NAME_USED" must be all lower-case
(#47) Variable "SHEETS_NAME_USED" must not contain underscores.
(#47) Variable "associatedWorkbookId" must be all lower-case
(#48) Variable "SHEETS_NAME_USED" must be all lower-case
(#48) Variable "SHEETS_NAME_USED" must not contain underscores.
(#48) Variable "associatedWorkbookId" must be all lower-case
(#52) Variable "sheetIndex" must be all lower-case
(#59) Public method name "Sheet::getIndex" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) Public method name "Sheet::getName" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#85) Public method name "Sheet::setName" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#90) Variable "SHEETS_NAME_USED" must be all lower-case
(#90) Variable "SHEETS_NAME_USED" must not contain underscores.
(#103) Protected method name "Sheet::throwIfNameIsInvalid" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#106) Variable "actualType" must be all lower-case
(#107) Variable "errorMessage" must be all lower-case
(#107) Variable "actualType" must be all lower-case
(#108) Variable "errorMessage" must be all lower-case
(#111) Variable "failedRequirements" must be all lower-case
(#112) Variable "nameLength" must be all lower-case
(#115) Variable "failedRequirements" must be all lower-case
(#117) Variable "nameLength" must be all lower-case
(#118) Variable "failedRequirements" must be all lower-case
(#120) Variable "nameLength" must be all lower-case
(#121) Variable "failedRequirements" must be all lower-case
(#125) Variable "failedRequirements" must be all lower-case
(#129) Variable "failedRequirements" must be all lower-case
(#134) Variable "failedRequirements" must be all lower-case
(#135) Variable "errorMessage" must be all lower-case
(#136) Variable "errorMessage" must be all lower-case
(#136) Variable "failedRequirements" must be all lower-case
(#137) Variable "errorMessage" must be all lower-case
(#148) Protected method name "Sheet::doesContainInvalidCharacters" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#150) Variable "INVALID_CHARACTERS_IN_SHEET_NAME" must be all lower-case
(#150) Variable "INVALID_CHARACTERS_IN_SHEET_NAME" must not contain underscores.
(#159) Protected method name "Sheet::doesStartOrEndWithSingleQuote" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#161) Variable "startsWithSingleQuote" must be all lower-case
(#162) Variable "endsWithSingleQuote" must be all lower-case
(#162) Line exceeds 132 characters; contains 151 characters
(#164) Variable "startsWithSingleQuote" must be all lower-case
(#164) Variable "endsWithSingleQuote" must be all lower-case
(#173) Protected method name "Sheet::isNameUnique" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#175) Variable "SHEETS_NAME_USED" must be all lower-case
(#175) Variable "SHEETS_NAME_USED" must not contain underscores.
(#175) Variable "sheetIndex" must be all lower-case
(#175) Variable "sheetName" must be all lower-case
(#176) Variable "sheetIndex" must be all lower-case
(#176) Variable "sheetName" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Exception/Border/InvalidNameException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Exception/Border/InvalidStyleException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Exception/Border/InvalidWidthException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Exception/InvalidColorException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Writer/Exception/InvalidSheetNameException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Writer/Exception/SheetNotFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Writer/Exception/WriterAlreadyOpenedException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Writer/Exception/WriterException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Writer/Exception/WriterNotOpenedException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
mod/confman/thirdparty/Spout/Writer/ODS/Helper/BorderHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "widthMap" must be all lower-case
(#40) Member variable "styleMap" must be all lower-case
(#51) Public method name "BorderHelper::serializeBorderPart" must be in lower-case letters only
(#51) Variable "borderPart" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#55) Variable "borderPart" must be all lower-case
(#56) Variable "borderPartDefinition" must be all lower-case
(#56) Variable "borderPart" must be all lower-case
(#59) Variable "widthMap" must be all lower-case
(#59) Variable "borderPart" must be all lower-case
(#60) Variable "styleMap" must be all lower-case
(#60) Variable "borderPart" must be all lower-case
(#61) Variable "borderPart" must be all lower-case
(#63) Variable "borderPartDefinition" must be all lower-case
(#63) Variable "borderPart" must be all lower-case
(#66) Variable "borderPartDefinition" must be all lower-case
mod/confman/thirdparty/Spout/Writer/ODS/Helper/FileSystemHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "rootFolder" must be all lower-case
(#33) Member variable "metaInfFolder" must be all lower-case
(#36) Member variable "sheetsContentTempFolder" must be all lower-case
(#41) Public method name "FileSystemHelper::getRootFolder" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#49) Public method name "FileSystemHelper::getSheetsContentTempFolder" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#60) Public method name "FileSystemHelper::createBaseFilesAndFolders" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#76) Protected method name "FileSystemHelper::createRootFolder" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#88) Protected method name "FileSystemHelper::createMetaInfoFolderAndFile" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#103) Protected method name "FileSystemHelper::createManifestFile" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#105) Variable "manifestXmlFileContents" must be all lower-case
(#115) Variable "manifestXmlFileContents" must be all lower-case
(#127) Protected method name "FileSystemHelper::createSheetsContentTempFolder" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#139) Protected method name "FileSystemHelper::createMetaFile" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#141) Variable "appName" must be all lower-case
(#142) Variable "createdDate" must be all lower-case
(#144) Variable "metaXmlFileContents" must be all lower-case
(#146) Line exceeds maximum limit of 180 characters; contains 254 characters
(#148) Variable "appName" must be all lower-case
(#149) Variable "createdDate" must be all lower-case
(#150) Variable "createdDate" must be all lower-case
(#155) Variable "metaXmlFileContents" must be all lower-case
(#166) Protected method name "FileSystemHelper::createMimetypeFile" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#179) Public method name "FileSystemHelper::createContentFile" must be in lower-case letters only
(#179) Variable "styleHelper" must be all lower-case
(#180) Opening brace should be on the same line as the declaration
(#181) Variable "contentXmlFileContents" must be all lower-case
(#183) Line exceeds maximum limit of 180 characters; contains 800 characters
(#186) Variable "contentXmlFileContents" must be all lower-case
(#186) Variable "styleHelper" must be all lower-case
(#187) Variable "contentXmlFileContents" must be all lower-case
(#187) Variable "styleHelper" must be all lower-case
(#189) Variable "contentXmlFileContents" must be all lower-case
(#191) Variable "contentXmlFileContents" must be all lower-case
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Variable "contentXmlFilePath" must be all lower-case
(#195) Variable "contentXmlHandle" must be all lower-case
(#195) Variable "contentXmlFilePath" must be all lower-case
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Variable "contentXmlHandle" must be all lower-case
(#201) Variable "worksheetFilePath" must be all lower-case
(#202) Variable "worksheetFilePath" must be all lower-case
(#202) Variable "contentXmlHandle" must be all lower-case
(#204) Variable "contentXmlHandle" must be all lower-case
(#207) Variable "contentXmlFileContents" must be all lower-case
(#209) Variable "contentXmlHandle" must be all lower-case
(#209) Variable "contentXmlFileContents" must be all lower-case
(#210) Variable "contentXmlHandle" must be all lower-case
(#224) Protected method name "FileSystemHelper::copyFileContentsToTarget" must be in lower-case letters only
(#224) Variable "sourceFilePath" must be all lower-case
(#224) Variable "targetResource" must be all lower-case
(#225) Opening brace should be on the same line as the declaration
(#226) Variable "sourceHandle" must be all lower-case
(#226) Variable "sourceFilePath" must be all lower-case
(#227) Variable "sourceHandle" must be all lower-case
(#227) Variable "targetResource" must be all lower-case
(#228) Variable "sourceHandle" must be all lower-case
(#236) Public method name "FileSystemHelper::deleteWorksheetTempFolder" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#250) Public method name "FileSystemHelper::createStylesFile" must be in lower-case letters only
(#250) Variable "styleHelper" must be all lower-case
(#250) Variable "numWorksheets" must be all lower-case
(#251) Opening brace should be on the same line as the declaration
(#252) Variable "stylesXmlFileContents" must be all lower-case
(#252) Variable "styleHelper" must be all lower-case
(#252) Variable "numWorksheets" must be all lower-case
(#253) Variable "stylesXmlFileContents" must be all lower-case
(#264) Public method name "FileSystemHelper::zipRootFolderAndCopyToStream" must be in lower-case letters only
(#264) Variable "streamPointer" must be all lower-case
(#265) Opening brace should be on the same line as the declaration
(#266) Variable "zipHelper" must be all lower-case
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Variable "zipHelper" must be all lower-case
(#273) Variable "zipHelper" must be all lower-case
(#274) Variable "zipHelper" must be all lower-case
(#274) Variable "streamPointer" must be all lower-case
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Variable "zipHelper" must be all lower-case
mod/confman/thirdparty/Spout/Writer/ODS/Helper/StyleHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "usedFontsSet" must be all lower-case
(#26) Public method name "StyleHelper::registerStyle" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#35) Protected method name "StyleHelper::getUsedFonts" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#46) Public method name "StyleHelper::getStylesXMLFileContent" must be in lower-case letters only
(#46) Variable "numWorksheets" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#50) Line exceeds maximum limit of 180 characters; contains 714 characters
(#55) Variable "numWorksheets" must be all lower-case
(#56) Variable "numWorksheets" must be all lower-case
(#70) Protected method name "StyleHelper::getFontFaceSectionContent" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#73) Variable "fontName" must be all lower-case
(#74) Variable "fontName" must be all lower-case
(#74) Variable "fontName" must be all lower-case
(#86) Protected method name "StyleHelper::getStylesSectionContent" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#88) Variable "defaultStyle" must be all lower-case
(#97) Variable "defaultStyle" must be all lower-case
(#98) Line exceeds maximum limit of 180 characters; contains 194 characters
(#98) Variable "defaultStyle" must be all lower-case
(#99) Line exceeds maximum limit of 180 characters; contains 193 characters
(#99) Variable "defaultStyle" must be all lower-case
(#111) Protected method name "StyleHelper::getAutomaticStylesSectionContent" must be in lower-case letters only
(#111) Variable "numWorksheets" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#115) Variable "numWorksheets" must be all lower-case
(#118) Line exceeds 132 characters; contains 137 characters
(#136) Protected method name "StyleHelper::getMasterStylesSectionContent" must be in lower-case letters only
(#136) Variable "numWorksheets" must be all lower-case
(#137) Opening brace should be on the same line as the declaration
(#140) Variable "numWorksheets" must be all lower-case
(#162) Public method name "StyleHelper::getContentXmlFontFaceSectionContent" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#165) Variable "fontName" must be all lower-case
(#166) Variable "fontName" must be all lower-case
(#166) Variable "fontName" must be all lower-case
(#179) Public method name "StyleHelper::getContentXmlAutomaticStylesSectionContent" must be in lower-case letters only
(#179) Variable "numWorksheets" must be all lower-case
(#180) Opening brace should be on the same line as the declaration
(#196) Variable "numWorksheets" must be all lower-case
(#215) Protected method name "StyleHelper::getStyleSectionContent" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
(#217) Variable "styleIndex" must be all lower-case
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Variable "styleIndex" must be all lower-case
(#219) Line exceeds 132 characters; contains 157 characters
(#235) Private method name "StyleHelper::getTextPropertiesSectionContent" must be in lower-case letters only
(#236) Opening brace should be on the same line as the declaration
(#252) Private method name "StyleHelper::getFontSectionContent" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#254) Variable "defaultStyle" must be all lower-case
(#258) Variable "fontColor" must be all lower-case
(#259) Variable "fontColor" must be all lower-case
(#259) Variable "defaultStyle" must be all lower-case
(#260) Variable "fontColor" must be all lower-case
(#263) Variable "fontName" must be all lower-case
(#264) Variable "fontName" must be all lower-case
(#264) Variable "defaultStyle" must be all lower-case
(#265) Variable "fontName" must be all lower-case
(#265) Variable "fontName" must be all lower-case
(#265) Variable "fontName" must be all lower-case
(#265) Line exceeds 132 characters; contains 149 characters
(#268) Variable "fontSize" must be all lower-case
(#269) Variable "fontSize" must be all lower-case
(#269) Variable "defaultStyle" must be all lower-case
(#270) Variable "fontSize" must be all lower-case
(#270) Variable "fontSize" must be all lower-case
(#270) Variable "fontSize" must be all lower-case
(#270) Line exceeds 132 characters; contains 152 characters
(#297) Private method name "StyleHelper::getTableCellPropertiesSectionContent" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#321) Private method name "StyleHelper::getWrapTextXMLContent" must be in lower-case letters only
(#322) Opening brace should be on the same line as the declaration
(#332) Private method name "StyleHelper::getBorderXMLContent" must be in lower-case letters only
(#333) Opening brace should be on the same line as the declaration
(#334) Variable "borderProperty" must be all lower-case
(#336) Variable "borderPart" must be all lower-case
(#337) Variable "borderPart" must be all lower-case
(#340) Variable "borderProperty" must be all lower-case
(#349) Private method name "StyleHelper::getBackgroundColorXMLContent" must be in lower-case letters only
(#350) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/ODS/Internal/Workbook.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "maxRowsPerWorksheet" must be all lower-case
(#26) Member variable "fileSystemHelper" must be all lower-case
(#29) Member variable "styleHelper" must be all lower-case
(#37) Variable "tempFolder" must be all lower-case
(#37) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#37) Variable "defaultRowStyle" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#39) Variable "defaultRowStyle" must be all lower-case
(#41) Variable "tempFolder" must be all lower-case
(#44) Variable "defaultRowStyle" must be all lower-case
(#50) Protected method name "Workbook::getStyleHelper" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#58) Protected method name "Workbook::getMaxRowsPerWorksheet" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "maxRowsPerWorksheet" must be all lower-case
(#69) Public method name "Workbook::addNewSheet" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#71) Variable "newSheetIndex" must be all lower-case
(#72) Variable "newSheetIndex" must be all lower-case
(#74) Variable "sheetsContentTempFolder" must be all lower-case
(#75) Variable "sheetsContentTempFolder" must be all lower-case
(#89) Variable "finalFilePointer" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#93) Variable "numWorksheets" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Variable "numWorksheets" must be all lower-case
(#104) Variable "finalFilePointer" must be all lower-case
(#114) Protected method name "Workbook::cleanupTempFolder" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#116) Variable "xlsxRootFolder" must be all lower-case
(#117) Variable "xlsxRootFolder" must be all lower-case
mod/confman/thirdparty/Spout/Writer/ODS/Internal/Worksheet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "externalSheet" must be all lower-case
(#24) Member variable "worksheetFilePath" must be all lower-case
(#27) Member variable "stringsEscaper" must be all lower-case
(#30) Member variable "stringHelper" must be all lower-case
(#33) Member variable "sheetFilePointer" must be all lower-case
(#36) Member variable "maxNumColumns" must be all lower-case
(#39) Member variable "lastWrittenRowIndex" must be all lower-case
(#46) Variable "externalSheet" must be all lower-case
(#46) Variable "worksheetFilesFolder" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "externalSheet" must be all lower-case
(#49) Inline doc block comments are not allowed; use "// Comment." instead
(#51) Variable "worksheetFilesFolder" must be all lower-case
(#51) Variable "externalSheet" must be all lower-case
(#66) Protected method name "Worksheet::startSheet" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#78) Protected method name "Worksheet::throwIfSheetFilePointerIsNotAvailable" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#88) Public method name "Worksheet::getWorksheetFilePath" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#98) Public method name "Worksheet::getTableElementStartAsString" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#100) Variable "escapedSheetName" must be all lower-case
(#101) Variable "tableStyleName" must be all lower-case
(#103) Variable "tableElement" must be all lower-case
(#103) Variable "tableStyleName" must be all lower-case
(#103) Variable "escapedSheetName" must be all lower-case
(#104) Variable "tableElement" must be all lower-case
(#104) Line exceeds 132 characters; contains 169 characters
(#106) Variable "tableElement" must be all lower-case
(#112) Public method name "Worksheet::getExternalSheet" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#120) Public method name "Worksheet::getLastWrittenRowIndex" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#135) Public method name "Worksheet::addRow" must be in lower-case letters only
(#135) Variable "dataRow" must be all lower-case
(#136) Opening brace should be on the same line as the declaration
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Variable "dataRowWithNumericIndexes" must be all lower-case
(#139) Variable "dataRow" must be all lower-case
(#141) Variable "styleIndex" must be all lower-case
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Variable "cellsCount" must be all lower-case
(#142) Variable "dataRow" must be all lower-case
(#143) Variable "cellsCount" must be all lower-case
(#147) Variable "currentCellIndex" must be all lower-case
(#148) Variable "nextCellIndex" must be all lower-case
(#150) Variable "cellsCount" must be all lower-case
(#151) Variable "currentCellValue" must be all lower-case
(#151) Variable "dataRowWithNumericIndexes" must be all lower-case
(#151) Variable "currentCellIndex" must be all lower-case
(#154) Variable "dataRowWithNumericIndexes" must be all lower-case
(#154) Variable "nextCellIndex" must be all lower-case
(#155) Variable "currentCellValue" must be all lower-case
(#155) Variable "dataRowWithNumericIndexes" must be all lower-case
(#155) Variable "nextCellIndex" must be all lower-case
(#157) Variable "numTimesValueRepeated" must be all lower-case
(#157) Variable "nextCellIndex" must be all lower-case
(#157) Variable "currentCellIndex" must be all lower-case
(#158) Variable "currentCellValue" must be all lower-case
(#158) Variable "styleIndex" must be all lower-case
(#158) Variable "numTimesValueRepeated" must be all lower-case
(#160) Variable "currentCellIndex" must be all lower-case
(#160) Variable "nextCellIndex" must be all lower-case
(#163) Variable "nextCellIndex" must be all lower-case
(#168) Variable "wasWriteSuccessful" must be all lower-case
(#169) Variable "wasWriteSuccessful" must be all lower-case
(#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
(#186) Protected method name "Worksheet::getCellXML" must be in lower-case letters only
(#186) Variable "cellValue" must be all lower-case
(#186) Variable "styleIndex" must be all lower-case
(#186) Variable "numTimesValueRepeated" must be all lower-case
(#187) Opening brace should be on the same line as the declaration
(#188) Variable "styleIndex" must be all lower-case
(#190) Variable "numTimesValueRepeated" must be all lower-case
(#191) Variable "numTimesValueRepeated" must be all lower-case
(#194) Variable "cellValue" must be all lower-case
(#197) Variable "cellValueLines" must be all lower-case
(#197) Variable "cellValue" must be all lower-case
(#198) Variable "cellValueLines" must be all lower-case
(#198) Variable "cellValueLine" must be all lower-case
(#199) Variable "cellValueLine" must be all lower-case
(#203) Variable "cellValue" must be all lower-case
(#204) Variable "cellValue" must be all lower-case
(#205) Variable "cellValue" must be all lower-case
(#207) Variable "cellValue" must be all lower-case
(#208) Variable "cellValue" must be all lower-case
(#209) Variable "cellValue" must be all lower-case
(#211) Variable "cellValue" must be all lower-case
(#214) Variable "cellValue" must be all lower-case
(#226) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/ODS/Writer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "headerContentType" must be all lower-case
(#21) Member variable "tempFolder" must be all lower-case
(#35) Public method name "Writer::setTempFolder" must be in lower-case letters only
(#35) Variable "tempFolder" must be all lower-case
(#36) Opening brace should be on the same line as the declaration
(#39) Variable "tempFolder" must be all lower-case
(#49) Protected method name "Writer::openWriter" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#51) Variable "tempFolder" must be all lower-case
(#52) Variable "tempFolder" must be all lower-case
(#59) Protected method name "Writer::getWorkbook" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#76) Protected method name "Writer::addRowToWriter" must be in lower-case letters only
(#76) Variable "dataRow" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#79) Variable "dataRow" must be all lower-case
(#87) Protected method name "Writer::closeWriter" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Style/Border.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Variable "borderParts" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Variable "borderParts" must be all lower-case
(#42) Public method name "Border::getPart" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#51) Public method name "Border::hasPart" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#59) Public method name "Border::getParts" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) Public method name "Border::setParts" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#80) Public method name "Border::addPart" must be in lower-case letters only
(#80) Variable "borderPart" must be all lower-case
(#81) Opening brace should be on the same line as the declaration
(#82) Variable "borderPart" must be all lower-case
(#82) Variable "borderPart" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Style/BorderBuilder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#26) Public method name "BorderBuilder::setBorderTop" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#38) Public method name "BorderBuilder::setBorderRight" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#50) Public method name "BorderBuilder::setBorderBottom" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#62) Public method name "BorderBuilder::setBorderLeft" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#72) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/Style/BorderPart.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Member variable "allowedStyles" must be all lower-case
(#48) Member variable "allowedNames" must be all lower-case
(#58) Member variable "allowedWidths" must be all lower-case
(#74) Opening brace should be on the same line as the declaration
(#84) Public method name "BorderPart::getName" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#94) Public method name "BorderPart::setName" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Variable "allowedNames" must be all lower-case
(#105) Public method name "BorderPart::getStyle" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#115) Public method name "BorderPart::setStyle" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#117) Variable "allowedStyles" must be all lower-case
(#126) Public method name "BorderPart::getColor" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#135) Public method name "BorderPart::setColor" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#143) Public method name "BorderPart::getWidth" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#153) Public method name "BorderPart::setWidth" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#155) Variable "allowedWidths" must be all lower-case
(#164) Public method name "BorderPart::getAllowedStyles" must be in lower-case letters only
(#165) Opening brace should be on the same line as the declaration
(#166) Variable "allowedStyles" must be all lower-case
(#172) Public method name "BorderPart::getAllowedNames" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#174) Variable "allowedNames" must be all lower-case
(#180) Public method name "BorderPart::getAllowedWidths" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#182) Variable "allowedWidths" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Style/Color.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Opening brace should be on the same line as the declaration
(#58) Protected method name "Color::throwIfInvalidColorComponentValue" must be in lower-case letters only
(#58) Variable "colorComponent" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "colorComponent" must be all lower-case
(#60) Variable "colorComponent" must be all lower-case
(#60) Variable "colorComponent" must be all lower-case
(#61) Variable "colorComponent" must be all lower-case
(#71) Protected method name "Color::convertColorComponentToHex" must be in lower-case letters only
(#71) Variable "colorComponent" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#73) Variable "colorComponent" must be all lower-case
(#83) Public method name "Color::toARGB" must be in lower-case letters only
(#83) Variable "rgbColor" must be all lower-case
(#84) Opening brace should be on the same line as the declaration
(#85) Variable "rgbColor" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Style/Style.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "fontBold" must be all lower-case
(#24) Member variable "hasSetFontBold" must be all lower-case
(#27) Member variable "fontItalic" must be all lower-case
(#29) Member variable "hasSetFontItalic" must be all lower-case
(#32) Member variable "fontUnderline" must be all lower-case
(#34) Member variable "hasSetFontUnderline" must be all lower-case
(#37) Member variable "fontStrikethrough" must be all lower-case
(#39) Member variable "hasSetFontStrikethrough" must be all lower-case
(#42) Member variable "fontSize" must be all lower-case
(#44) Member variable "hasSetFontSize" must be all lower-case
(#47) Member variable "fontColor" must be all lower-case
(#49) Member variable "hasSetFontColor" must be all lower-case
(#52) Member variable "fontName" must be all lower-case
(#54) Member variable "hasSetFontName" must be all lower-case
(#57) Member variable "shouldApplyFont" must be all lower-case
(#60) Member variable "shouldWrapText" must be all lower-case
(#62) Member variable "hasSetWrapText" must be all lower-case
(#72) Member variable "shouldApplyBorder" must be all lower-case
(#75) Member variable "backgroundColor" must be all lower-case
(#78) Member variable "hasSetBackgroundColor" must be all lower-case
(#84) Public method name "Style::getId" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#93) Public method name "Style::setId" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#102) Public method name "Style::getBorder" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#111) Public method name "Style::setBorder" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#121) Public method name "Style::shouldApplyBorder" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#129) Public method name "Style::isFontBold" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#137) Public method name "Style::setFontBold" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#148) Public method name "Style::isFontItalic" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#156) Public method name "Style::setFontItalic" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#167) Public method name "Style::isFontUnderline" must be in lower-case letters only
(#168) Opening brace should be on the same line as the declaration
(#175) Public method name "Style::setFontUnderline" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#186) Public method name "Style::isFontStrikethrough" must be in lower-case letters only
(#187) Opening brace should be on the same line as the declaration
(#194) Public method name "Style::setFontStrikethrough" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#205) Public method name "Style::getFontSize" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#214) Public method name "Style::setFontSize" must be in lower-case letters only
(#214) Variable "fontSize" must be all lower-case
(#215) Opening brace should be on the same line as the declaration
(#216) Variable "fontSize" must be all lower-case
(#225) Public method name "Style::getFontColor" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#236) Public method name "Style::setFontColor" must be in lower-case letters only
(#236) Variable "fontColor" must be all lower-case
(#237) Opening brace should be on the same line as the declaration
(#238) Variable "fontColor" must be all lower-case
(#247) Public method name "Style::getFontName" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#256) Public method name "Style::setFontName" must be in lower-case letters only
(#256) Variable "fontName" must be all lower-case
(#257) Opening brace should be on the same line as the declaration
(#258) Variable "fontName" must be all lower-case
(#267) Public method name "Style::shouldWrapText" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#276) Public method name "Style::setShouldWrapText" must be in lower-case letters only
(#276) Variable "shouldWrap" must be all lower-case
(#277) Opening brace should be on the same line as the declaration
(#278) Variable "shouldWrap" must be all lower-case
(#286) Public method name "Style::hasSetWrapText" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#294) Public method name "Style::shouldApplyFont" must be in lower-case letters only
(#295) Opening brace should be on the same line as the declaration
(#304) Public method name "Style::setBackgroundColor" must be in lower-case letters only
(#305) Opening brace should be on the same line as the declaration
(#314) Public method name "Style::getBackgroundColor" must be in lower-case letters only
(#315) Opening brace should be on the same line as the declaration
(#323) Public method name "Style::shouldApplyBackgroundColor" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#336) Opening brace should be on the same line as the declaration
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Variable "currentId" must be all lower-case
(#341) Variable "serializedStyle" must be all lower-case
(#343) Variable "currentId" must be all lower-case
(#345) Variable "serializedStyle" must be all lower-case
(#359) Public method name "Style::mergeWith" must be in lower-case letters only
(#359) Variable "baseStyle" must be all lower-case
(#360) Opening brace should be on the same line as the declaration
(#361) Variable "mergedStyle" must be all lower-case
(#363) Variable "mergedStyle" must be all lower-case
(#363) Variable "baseStyle" must be all lower-case
(#364) Variable "mergedStyle" must be all lower-case
(#364) Variable "baseStyle" must be all lower-case
(#365) Variable "mergedStyle" must be all lower-case
(#365) Variable "baseStyle" must be all lower-case
(#367) Variable "mergedStyle" must be all lower-case
(#375) Private method name "Style::mergeFontStyles" must be in lower-case letters only
(#375) Variable "styleToUpdate" must be all lower-case
(#375) Variable "baseStyle" must be all lower-case
(#376) Opening brace should be on the same line as the declaration
(#377) Variable "baseStyle" must be all lower-case
(#378) Variable "styleToUpdate" must be all lower-case
(#380) Variable "baseStyle" must be all lower-case
(#381) Variable "styleToUpdate" must be all lower-case
(#383) Variable "baseStyle" must be all lower-case
(#384) Variable "styleToUpdate" must be all lower-case
(#386) Variable "baseStyle" must be all lower-case
(#387) Variable "styleToUpdate" must be all lower-case
(#396) Private method name "Style::mergeOtherFontProperties" must be in lower-case letters only
(#396) Variable "styleToUpdate" must be all lower-case
(#396) Variable "baseStyle" must be all lower-case
(#397) Opening brace should be on the same line as the declaration
(#398) Variable "baseStyle" must be all lower-case
(#399) Variable "styleToUpdate" must be all lower-case
(#399) Variable "baseStyle" must be all lower-case
(#401) Variable "baseStyle" must be all lower-case
(#402) Variable "styleToUpdate" must be all lower-case
(#402) Variable "baseStyle" must be all lower-case
(#404) Variable "baseStyle" must be all lower-case
(#405) Variable "styleToUpdate" must be all lower-case
(#405) Variable "baseStyle" must be all lower-case
(#414) Private method name "Style::mergeCellProperties" must be in lower-case letters only
(#414) Variable "styleToUpdate" must be all lower-case
(#414) Variable "baseStyle" must be all lower-case
(#415) Opening brace should be on the same line as the declaration
(#416) Variable "baseStyle" must be all lower-case
(#417) Variable "styleToUpdate" must be all lower-case
(#419) Variable "baseStyle" must be all lower-case
(#420) Variable "styleToUpdate" must be all lower-case
(#420) Variable "baseStyle" must be all lower-case
(#422) Variable "baseStyle" must be all lower-case
(#423) Variable "styleToUpdate" must be all lower-case
(#423) Variable "baseStyle" must be all lower-case
mod/confman/thirdparty/Spout/Writer/Style/StyleBuilder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#30) Public method name "StyleBuilder::setFontBold" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#42) Public method name "StyleBuilder::setFontItalic" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#54) Public method name "StyleBuilder::setFontUnderline" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#66) Public method name "StyleBuilder::setFontStrikethrough" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#79) Public method name "StyleBuilder::setFontSize" must be in lower-case letters only
(#79) Variable "fontSize" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Variable "fontSize" must be all lower-case
(#92) Public method name "StyleBuilder::setFontColor" must be in lower-case letters only
(#92) Variable "fontColor" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#94) Variable "fontColor" must be all lower-case
(#105) Public method name "StyleBuilder::setFontName" must be in lower-case letters only
(#105) Variable "fontName" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#107) Variable "fontName" must be all lower-case
(#118) Public method name "StyleBuilder::setShouldWrapText" must be in lower-case letters only
(#118) Variable "shouldWrap" must be all lower-case
(#119) Opening brace should be on the same line as the declaration
(#120) Variable "shouldWrap" must be all lower-case
(#130) Public method name "StyleBuilder::setBorder" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#143) Public method name "StyleBuilder::setBackgroundColor" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#156) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/WriterFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Variable "writerType" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#30) Variable "writerType" must be all lower-case
(#41) Variable "writerType" must be all lower-case
mod/confman/thirdparty/Spout/Writer/WriterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "WriterInterface::openToFile" must be in lower-case letters only
(#20) Variable "outputFilePath" must be all lower-case
(#26) Line exceeds 132 characters; contains 145 characters
(#30) Public method name "WriterInterface::openToBrowser" must be in lower-case letters only
(#30) Variable "outputFileName" must be all lower-case
(#41) Public method name "WriterInterface::addRow" must be in lower-case letters only
(#41) Variable "dataRow" must be all lower-case
(#54) Public method name "WriterInterface::addRowWithStyle" must be in lower-case letters only
(#54) Variable "dataRow" must be all lower-case
(#69) Public method name "WriterInterface::addRows" must be in lower-case letters only
(#69) Variable "dataRows" must be all lower-case
(#82) Public method name "WriterInterface::addRowsWithStyle" must be in lower-case letters only
(#82) Variable "dataRows" must be all lower-case
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/BorderHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Member variable "xlsxStyleMap" must be all lower-case
(#42) Public method name "BorderHelper::serializeBorderPart" must be in lower-case letters only
(#42) Variable "borderPart" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#44) Variable "borderStyle" must be all lower-case
(#44) Variable "borderPart" must be all lower-case
(#46) Variable "colorEl" must be all lower-case
(#46) Variable "borderPart" must be all lower-case
(#46) Variable "borderPart" must be all lower-case
(#47) Variable "partEl" must be all lower-case
(#49) Variable "borderPart" must be all lower-case
(#50) Variable "borderStyle" must be all lower-case
(#51) Variable "colorEl" must be all lower-case
(#52) Variable "borderPart" must be all lower-case
(#55) Variable "partEl" must be all lower-case
(#64) Protected method name "BorderHelper::getBorderStyle" must be in lower-case letters only
(#64) Variable "borderPart" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Variable "xlsxStyleMap" must be all lower-case
(#66) Variable "borderPart" must be all lower-case
(#66) Variable "borderPart" must be all lower-case
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/FileSystemHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "rootFolder" must be all lower-case
(#36) Member variable "relsFolder" must be all lower-case
(#39) Member variable "docPropsFolder" must be all lower-case
(#42) Member variable "xlFolder" must be all lower-case
(#45) Member variable "xlRelsFolder" must be all lower-case
(#48) Member variable "xlWorksheetsFolder" must be all lower-case
(#53) Public method name "FileSystemHelper::getRootFolder" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#61) Public method name "FileSystemHelper::getXlFolder" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#69) Public method name "FileSystemHelper::getXlWorksheetsFolder" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#80) Public method name "FileSystemHelper::createBaseFilesAndFolders" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#95) Protected method name "FileSystemHelper::createRootFolder" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#107) Protected method name "FileSystemHelper::createRelsFolderAndFile" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#122) Protected method name "FileSystemHelper::createRelsFile" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#124) Variable "relsFileContents" must be all lower-case
(#127) Line exceeds 132 characters; contains 151 characters
(#128) Line exceeds 132 characters; contains 159 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#133) Variable "relsFileContents" must be all lower-case
(#144) Protected method name "FileSystemHelper::createDocPropsFolderAndFiles" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#160) Protected method name "FileSystemHelper::createAppXmlFile" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#162) Variable "appName" must be all lower-case
(#163) Variable "appXmlFileContents" must be all lower-case
(#166) Variable "appName" must be all lower-case
(#171) Variable "appXmlFileContents" must be all lower-case
(#182) Protected method name "FileSystemHelper::createCoreXmlFile" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
(#184) Variable "createdDate" must be all lower-case
(#185) Variable "coreXmlFileContents" must be all lower-case
(#187) Line exceeds maximum limit of 180 characters; contains 288 characters
(#188) Variable "createdDate" must be all lower-case
(#189) Variable "createdDate" must be all lower-case
(#194) Variable "coreXmlFileContents" must be all lower-case
(#205) Protected method name "FileSystemHelper::createXlFolderAndSubFolders" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#220) Protected method name "FileSystemHelper::createXlRelsFolder" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#232) Protected method name "FileSystemHelper::createXlWorksheetsFolder" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#244) Public method name "FileSystemHelper::createContentTypesFile" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#246) Variable "contentTypesXmlFileContents" must be all lower-case
(#254) Line indented incorrectly; expected at least 8 spaces, found 4
(#255) Line indented incorrectly; expected 8 spaces, found 4
(#256) Line indented incorrectly; expected at least 12 spaces, found 8
(#256) Variable "contentTypesXmlFileContents" must be all lower-case
(#256) Line exceeds maximum limit of 180 characters; contains 205 characters
(#257) Line indented incorrectly; expected 8 spaces, found 4
(#259) Line indented incorrectly; expected at least 8 spaces, found 4
(#259) Variable "contentTypesXmlFileContents" must be all lower-case
(#261) Line exceeds 132 characters; contains 140 characters
(#267) Variable "contentTypesXmlFileContents" must be all lower-case
(#278) Public method name "FileSystemHelper::createWorkbookFile" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#280) Variable "workbookXmlFileContents" must be all lower-case
(#282) Line exceeds 132 characters; contains 154 characters
(#286) Inline doc block comments are not allowed; use "// Comment." instead
(#291) Variable "worksheetName" must be all lower-case
(#292) Variable "worksheetId" must be all lower-case
(#293) Variable "workbookXmlFileContents" must be all lower-case
(#293) Variable "worksheetName" must be all lower-case
(#293) Variable "worksheetId" must be all lower-case
(#293) Variable "worksheetId" must be all lower-case
(#293) Line exceeds 132 characters; contains 166 characters
(#296) Variable "workbookXmlFileContents" must be all lower-case
(#301) Variable "workbookXmlFileContents" must be all lower-case
(#312) Public method name "FileSystemHelper::createWorkbookRelsFile" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#314) Variable "workbookRelsXmlFileContents" must be all lower-case
(#317) Line exceeds 132 characters; contains 136 characters
(#318) Line exceeds 132 characters; contains 157 characters
(#323) Variable "worksheetId" must be all lower-case
(#324) Variable "workbookRelsXmlFileContents" must be all lower-case
(#324) Variable "worksheetId" must be all lower-case
(#324) Variable "worksheetId" must be all lower-case
(#324) Line exceeds maximum limit of 180 characters; contains 231 characters
(#327) Variable "workbookRelsXmlFileContents" must be all lower-case
(#329) Variable "workbookRelsXmlFileContents" must be all lower-case
(#340) Public method name "FileSystemHelper::createStylesFile" must be in lower-case letters only
(#340) Variable "styleHelper" must be all lower-case
(#341) Opening brace should be on the same line as the declaration
(#342) Variable "stylesXmlFileContents" must be all lower-case
(#342) Variable "styleHelper" must be all lower-case
(#343) Variable "stylesXmlFileContents" must be all lower-case
(#354) Public method name "FileSystemHelper::zipRootFolderAndCopyToStream" must be in lower-case letters only
(#354) Variable "streamPointer" must be all lower-case
(#355) Opening brace should be on the same line as the declaration
(#356) Variable "zipHelper" must be all lower-case
(#361) Variable "zipHelper" must be all lower-case
(#362) Variable "zipHelper" must be all lower-case
(#363) Variable "zipHelper" must be all lower-case
(#365) Variable "zipHelper" must be all lower-case
(#366) Variable "zipHelper" must be all lower-case
(#366) Variable "streamPointer" must be all lower-case
(#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
(#369) Variable "zipHelper" must be all lower-case
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/SharedStringsHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "sharedStringsFilePointer" must be all lower-case
(#32) Member variable "numSharedStrings" must be all lower-case
(#35) Member variable "stringsEscaper" must be all lower-case
(#40) Variable "xlFolder" must be all lower-case
(#41) Opening brace should be on the same line as the declaration
(#42) Variable "sharedStringsFilePath" must be all lower-case
(#42) Variable "xlFolder" must be all lower-case
(#43) Variable "sharedStringsFilePath" must be all lower-case
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline doc block comments are not allowed; use "// Comment." instead
(#61) Protected method name "SharedStringsHelper::throwIfSharedStringsFilePointerIsNotAvailable" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#75) Public method name "SharedStringsHelper::writeString" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#77) Line exceeds 132 characters; contains 135 characters
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Opening brace should be on the same line as the declaration
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Variable "firstPartHeaderLength" must be all lower-case
(#99) Variable "defaultStringsCountPartLength" must be all lower-case
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Variable "firstPartHeaderLength" must be all lower-case
(#103) Variable "defaultStringsCountPartLength" must be all lower-case
(#103) Line exceeds maximum limit of 180 characters; contains 185 characters
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/StyleHelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Member variable "registeredFills" must be all lower-case
(#25) Member variable "styleIdToFillMappingTable" must be all lower-case
(#33) Member variable "fillIndex" must be all lower-case
(#38) Member variable "registeredBorders" must be all lower-case
(#43) Member variable "styleIdToBorderMappingTable" must be all lower-case
(#51) Public method name "StyleHelper::registerStyle" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "registeredStyle" must be all lower-case
(#54) Variable "registeredStyle" must be all lower-case
(#55) Variable "registeredStyle" must be all lower-case
(#56) Variable "registeredStyle" must be all lower-case
(#64) Protected method name "StyleHelper::registerFill" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#66) Variable "styleId" must be all lower-case
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "backgroundColor" must be all lower-case
(#72) Variable "backgroundColor" must be all lower-case
(#73) Variable "isBackgroundColorRegistered" must be all lower-case
(#73) Variable "backgroundColor" must be all lower-case
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Variable "isBackgroundColorRegistered" must be all lower-case
(#77) Variable "registeredStyleId" must be all lower-case
(#77) Variable "backgroundColor" must be all lower-case
(#78) Variable "registeredFillId" must be all lower-case
(#78) Variable "registeredStyleId" must be all lower-case
(#79) Variable "styleId" must be all lower-case
(#79) Variable "registeredFillId" must be all lower-case
(#81) Variable "backgroundColor" must be all lower-case
(#81) Variable "styleId" must be all lower-case
(#82) Variable "styleId" must be all lower-case
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Variable "styleId" must be all lower-case
(#97) Protected method name "StyleHelper::registerBorder" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "styleId" must be all lower-case
(#103) Variable "serializedBorder" must be all lower-case
(#105) Variable "isBorderAlreadyRegistered" must be all lower-case
(#105) Variable "serializedBorder" must be all lower-case
(#107) Variable "isBorderAlreadyRegistered" must be all lower-case
(#108) Variable "registeredStyleId" must be all lower-case
(#108) Variable "serializedBorder" must be all lower-case
(#109) Variable "registeredBorderId" must be all lower-case
(#109) Variable "registeredStyleId" must be all lower-case
(#110) Variable "styleId" must be all lower-case
(#110) Variable "registeredBorderId" must be all lower-case
(#112) Variable "serializedBorder" must be all lower-case
(#112) Variable "styleId" must be all lower-case
(#113) Variable "styleId" must be all lower-case
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "styleId" must be all lower-case
(#133) Public method name "StyleHelper::shouldApplyStyleOnEmptyCell" must be in lower-case letters only
(#133) Variable "styleId" must be all lower-case
(#134) Opening brace should be on the same line as the declaration
(#135) Variable "hasStyleCustomFill" must be all lower-case
(#135) Variable "styleId" must be all lower-case
(#135) Variable "styleId" must be all lower-case
(#135) Line exceeds 132 characters; contains 134 characters
(#136) Variable "hasStyleCustomBorders" must be all lower-case
(#136) Variable "styleId" must be all lower-case
(#136) Variable "styleId" must be all lower-case
(#136) Line exceeds 132 characters; contains 141 characters
(#138) Variable "hasStyleCustomFill" must be all lower-case
(#138) Variable "hasStyleCustomBorders" must be all lower-case
(#147) Public method name "StyleHelper::getStylesXMLFileContent" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#173) Protected method name "StyleHelper::getFontsSectionContent" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#211) Protected method name "StyleHelper::getFillsSectionContent" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Variable "fillsCount" must be all lower-case
(#215) Variable "fillsCount" must be all lower-case
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Variable "styleId" must be all lower-case
(#223) Variable "styleId" must be all lower-case
(#225) Variable "backgroundColor" must be all lower-case
(#228) Variable "backgroundColor" must be all lower-case
(#242) Protected method name "StyleHelper::getBordersSectionContent" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Variable "borderCount" must be all lower-case
(#248) Variable "borderCount" must be all lower-case
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Variable "styleId" must be all lower-case
(#255) Variable "styleId" must be all lower-case
(#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
(#260) Variable "sortOrder" must be all lower-case
(#262) Variable "sortOrder" must be all lower-case
(#262) Variable "partName" must be all lower-case
(#263) Variable "partName" must be all lower-case
(#264) Inline doc block comments are not allowed; use "// Comment." instead
(#265) Variable "partName" must be all lower-case
(#284) Protected method name "StyleHelper::getCellStyleXfsSectionContent" must be in lower-case letters only
(#285) Opening brace should be on the same line as the declaration
(#298) Protected method name "StyleHelper::getCellXfsSectionContent" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#300) Variable "registeredStyles" must be all lower-case
(#302) Variable "registeredStyles" must be all lower-case
(#304) Variable "registeredStyles" must be all lower-case
(#305) Variable "styleId" must be all lower-case
(#306) Variable "fillId" must be all lower-case
(#306) Variable "styleId" must be all lower-case
(#307) Variable "borderId" must be all lower-case
(#307) Variable "styleId" must be all lower-case
(#309) Variable "styleId" must be all lower-case
(#309) Variable "fillId" must be all lower-case
(#309) Variable "borderId" must be all lower-case
(#336) Protected method name "StyleHelper::getCellStylesSectionContent" must be in lower-case letters only
(#337) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/XLSX/Internal/Workbook.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Member variable "maxRowsPerWorksheet" must be all lower-case
(#27) Member variable "shouldUseInlineStrings" must be all lower-case
(#30) Member variable "fileSystemHelper" must be all lower-case
(#33) Member variable "sharedStringsHelper" must be all lower-case
(#36) Member variable "styleHelper" must be all lower-case
(#45) Variable "tempFolder" must be all lower-case
(#45) Variable "shouldUseInlineStrings" must be all lower-case
(#45) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#45) Variable "defaultRowStyle" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "shouldCreateNewSheetsAutomatically" must be all lower-case
(#47) Variable "defaultRowStyle" must be all lower-case
(#49) Variable "shouldUseInlineStrings" must be all lower-case
(#51) Variable "tempFolder" must be all lower-case
(#54) Variable "defaultRowStyle" must be all lower-case
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Variable "xlFolder" must be all lower-case
(#58) Variable "xlFolder" must be all lower-case
(#64) Protected method name "Workbook::getStyleHelper" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#72) Protected method name "Workbook::getMaxRowsPerWorksheet" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#74) Variable "maxRowsPerWorksheet" must be all lower-case
(#83) Public method name "Workbook::addNewSheet" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#85) Variable "newSheetIndex" must be all lower-case
(#86) Variable "newSheetIndex" must be all lower-case
(#88) Variable "worksheetFilesFolder" must be all lower-case
(#89) Variable "worksheetFilesFolder" must be all lower-case
(#89) Line exceeds 132 characters; contains 145 characters
(#103) Variable "finalFilePointer" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Variable "finalFilePointer" must be all lower-case
(#130) Protected method name "Workbook::cleanupTempFolder" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#132) Variable "xlsxRootFolder" must be all lower-case
(#133) Variable "xlsxRootFolder" must be all lower-case
mod/confman/thirdparty/Spout/Writer/XLSX/Internal/Worksheet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Line exceeds 132 characters; contains 134 characters
(#23) Line exceeds 132 characters; contains 134 characters
(#24) Line exceeds 132 characters; contains 139 characters
(#30) Line exceeds 132 characters; contains 155 characters
(#34) Member variable "externalSheet" must be all lower-case
(#37) Member variable "worksheetFilePath" must be all lower-case
(#40) Member variable "sharedStringsHelper" must be all lower-case
(#43) Member variable "styleHelper" must be all lower-case
(#46) Member variable "shouldUseInlineStrings" must be all lower-case
(#49) Member variable "stringsEscaper" must be all lower-case
(#52) Member variable "stringHelper" must be all lower-case
(#55) Member variable "sheetFilePointer" must be all lower-case
(#58) Member variable "lastWrittenRowIndex" must be all lower-case
(#68) Variable "externalSheet" must be all lower-case
(#68) Variable "worksheetFilesFolder" must be all lower-case
(#68) Variable "sharedStringsHelper" must be all lower-case
(#68) Variable "styleHelper" must be all lower-case
(#68) Variable "shouldUseInlineStrings" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#70) Variable "externalSheet" must be all lower-case
(#71) Variable "sharedStringsHelper" must be all lower-case
(#72) Variable "styleHelper" must be all lower-case
(#73) Variable "shouldUseInlineStrings" must be all lower-case
(#75) Inline doc block comments are not allowed; use "// Comment." instead
(#79) Variable "worksheetFilesFolder" must be all lower-case
(#89) Protected method name "Worksheet::startSheet" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#104) Protected method name "Worksheet::throwIfSheetFilePointerIsNotAvailable" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#114) Public method name "Worksheet::getExternalSheet" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#122) Public method name "Worksheet::getLastWrittenRowIndex" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#130) Public method name "Worksheet::getId" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#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
(#146) Public method name "Worksheet::addRow" must be in lower-case letters only
(#146) Variable "dataRow" must be all lower-case
(#147) Opening brace should be on the same line as the declaration
(#148) Variable "dataRow" must be all lower-case
(#149) Variable "dataRow" must be all lower-case
(#162) Protected method name "Worksheet::isEmptyRow" must be in lower-case letters only
(#162) Variable "dataRow" must be all lower-case
(#163) Opening brace should be on the same line as the declaration
(#164) Variable "numCells" must be all lower-case
(#164) Variable "dataRow" must be all lower-case
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Variable "numCells" must be all lower-case
(#166) Variable "dataRow" must be all lower-case
(#179) Protected method name "Worksheet::addNonEmptyRow" must be in lower-case letters only
(#179) Variable "dataRow" must be all lower-case
(#180) Opening brace should be on the same line as the declaration
(#181) Variable "cellNumber" must be all lower-case
(#182) Variable "rowIndex" must be all lower-case
(#183) Variable "numCells" must be all lower-case
(#183) Variable "dataRow" must be all lower-case
(#185) Variable "rowXML" must be all lower-case
(#185) Variable "rowIndex" must be all lower-case
(#185) Variable "numCells" must be all lower-case
(#187) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#187) Variable "dataRow" must be all lower-case
(#187) Variable "cellValue" must be all lower-case
(#188) Variable "rowXML" must be all lower-case
(#188) Variable "rowIndex" must be all lower-case
(#188) Variable "cellNumber" must be all lower-case
(#188) Variable "cellValue" must be all lower-case
(#189) Variable "cellNumber" must be all lower-case
(#192) Variable "rowXML" must be all lower-case
(#194) Variable "wasWriteSuccessful" must be all lower-case
(#194) Variable "rowXML" must be all lower-case
(#195) Variable "wasWriteSuccessful" must be all lower-case
(#210) Protected method name "Worksheet::getCellXML" must be in lower-case letters only
(#210) Variable "rowIndex" must be all lower-case
(#210) Variable "cellNumber" must be all lower-case
(#210) Variable "cellValue" must be all lower-case
(#210) Variable "styleId" must be all lower-case
(#211) Opening brace should be on the same line as the declaration
(#212) Variable "columnIndex" must be all lower-case
(#212) Variable "cellNumber" must be all lower-case
(#213) Variable "cellXML" must be all lower-case
(#213) Variable "columnIndex" must be all lower-case
(#213) Variable "rowIndex" must be all lower-case
(#214) Variable "cellXML" must be all lower-case
(#214) Variable "styleId" must be all lower-case
(#216) Variable "cellValue" must be all lower-case
(#217) Variable "cellXML" must be all lower-case
(#217) Variable "cellValue" must be all lower-case
(#218) Variable "cellValue" must be all lower-case
(#219) Variable "cellXML" must be all lower-case
(#219) Variable "cellValue" must be all lower-case
(#220) Variable "cellValue" must be all lower-case
(#221) Variable "cellXML" must be all lower-case
(#221) Variable "cellValue" must be all lower-case
(#222) Variable "cellValue" must be all lower-case
(#223) Variable "styleId" must be all lower-case
(#224) Variable "cellXML" must be all lower-case
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Variable "cellXML" must be all lower-case
(#231) Variable "cellValue" must be all lower-case
(#234) Variable "cellXML" must be all lower-case
(#244) Protected method name "Worksheet::getCellXMLFragmentForNonEmptyString" must be in lower-case letters only
(#244) Variable "cellValue" must be all lower-case
(#245) Opening brace should be on the same line as the declaration
(#246) Variable "cellValue" must be all lower-case
(#247) Line exceeds 132 characters; contains 145 characters
(#251) Variable "cellXMLFragment" must be all lower-case
(#251) Variable "cellValue" must be all lower-case
(#253) Variable "sharedStringId" must be all lower-case
(#253) Variable "cellValue" must be all lower-case
(#254) Variable "cellXMLFragment" must be all lower-case
(#254) Variable "sharedStringId" must be all lower-case
(#257) Variable "cellXMLFragment" must be all lower-case
(#266) Opening brace should be on the same line as the declaration
mod/confman/thirdparty/Spout/Writer/XLSX/Writer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "headerContentType" must be all lower-case
(#25) Member variable "tempFolder" must be all lower-case
(#28) Member variable "shouldUseInlineStrings" must be all lower-case
(#42) Public method name "Writer::setTempFolder" must be in lower-case letters only
(#42) Variable "tempFolder" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#46) Variable "tempFolder" must be all lower-case
(#59) Public method name "Writer::setShouldUseInlineStrings" must be in lower-case letters only
(#59) Variable "shouldUseInlineStrings" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#63) Variable "shouldUseInlineStrings" must be all lower-case
(#73) Protected method name "Writer::openWriter" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#76) Variable "tempFolder" must be all lower-case
(#77) Variable "tempFolder" must be all lower-case
(#77) Line exceeds 132 characters; contains 150 characters
(#85) Protected method name "Writer::getWorkbook" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#102) Protected method name "Writer::addRowToWriter" must be in lower-case letters only
(#102) Variable "dataRow" must be all lower-case
(#103) Opening brace should be on the same line as the declaration
(#105) Variable "dataRow" must be all lower-case
(#113) Protected method name "Writer::getDefaultRowStyle" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#126) Protected method name "Writer::closeWriter" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
mod/confman/view.php
(#60) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#60) AS keyword must be lowercase; expected "as" but found "AS"
(#71) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#71) AS keyword must be lowercase; expected "as" but found "AS"

Javascript coding style problems

(61 errors, 133 warnings)

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

mod/confman/amd/src/main.js
(#6) Missing JSDoc parameter type for 'sender'. (valid-jsdoc)
(#10) Identifier 'item_as_modal' is not in camel case. (camelcase)
(#11) Unexpected console statement. (no-console)
(#17) Comments should not begin with a lowercase character (capitalized-comments)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#18) Expected catch,fail() or return (promise/catch-or-return)
(#23) Each then() should return a value or throw (promise/always-return)
(#24) Comments should not begin with a lowercase character (capitalized-comments)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Missing JSDoc parameter type for 'uniqid'. (valid-jsdoc)
(#35) Identifier 'item_as_modal_prepare' is not in camel case. (camelcase)
(#36) Unexpected console statement. (no-console)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#39) Identifier 'item_file_mail' is not in camel case. (camelcase)
(#40) Unexpected console statement. (no-console)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Unexpected console statement. (no-console)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing JSDoc for parameter 'a'. (valid-jsdoc)
(#51) Identifier 'item_remove_file' is not in camel case. (camelcase)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected console statement. (no-console)
(#63) There should be no space after '{'. (object-curly-spacing)
(#63) There should be no space before '}'. (object-curly-spacing)
(#65) Unexpected console statement. (no-console)
(#69) Unexpected console statement. (no-console)
(#73) Unexpected alert. (no-alert)
(#75) Expected space(s) after "catch". (keyword-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Unexpected console statement. (no-console)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing JSDoc for parameter 'a'. (valid-jsdoc)
(#93) Missing JSDoc for parameter 'token'. (valid-jsdoc)
(#93) Missing JSDoc for parameter 'id'. (valid-jsdoc)
(#93) Missing JSDoc for parameter 'wwwroot'. (valid-jsdoc)
(#96) Identifier 'set_approved' is not in camel case. (camelcase)
(#97) Unexpected console statement. (no-console)
(#102) There should be no space after '{'. (object-curly-spacing)
(#102) There should be no space before '}'. (object-curly-spacing)
(#104) Unexpected console statement. (no-console)
(#108) Unexpected console statement. (no-console)
(#117) Expected space(s) after "catch". (keyword-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Unexpected console statement. (no-console)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing JSDoc parameter type for 'token'. (valid-jsdoc)
(#122) Missing JSDoc parameter type for 'id'. (valid-jsdoc)
(#122) Missing JSDoc parameter type for 'inp'. (valid-jsdoc)
(#122) Missing JSDoc parameter type for 'wwwroot'. (valid-jsdoc)
(#122) Missing JSDoc parameter type for 'uniqid'. (valid-jsdoc)
(#130) Identifier 'upload_file' is not in camel case. (camelcase)
(#131) Unexpected console statement. (no-console)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Comments should not begin with a lowercase character (capitalized-comments)
(#141) Missing JSDoc @returns for function. (valid-jsdoc)
(#141) Missing JSDoc parameter type for 'wwwroot'. (valid-jsdoc)
(#141) Missing JSDoc parameter type for 'uniqid'. (valid-jsdoc)
(#141) Missing JSDoc parameter type for 'filename'. (valid-jsdoc)
(#147) Identifier 'upload_file_domo' is not in camel case. (camelcase)
(#148) 'domo' used outside of binding context. (block-scoped-var)
(#149) 'domo' used outside of binding context. (block-scoped-var)
(#150) 'domo' is already defined. (no-redeclare)
(#154) Line 154 exceeds the maximum line length of 132. (max-len)
(#155) Line 155 exceeds the maximum line length of 132. (max-len)
(#159) 'domo' used outside of binding context. (block-scoped-var)
(#160) 'domo' used outside of binding context. (block-scoped-var)
(#162) Expected JSDoc for 'wwwroot' but found 'formData'. (valid-jsdoc)
(#162) Expected JSDoc for 'id' but found 'url'. (valid-jsdoc)
(#162) Missing JSDoc for parameter 'token'. (valid-jsdoc)
(#162) Missing JSDoc for parameter 'file'. (valid-jsdoc)
(#162) Missing JSDoc parameter type for 'domo'. (valid-jsdoc)
(#162) Missing JSDoc parameter type for 'formData'. (valid-jsdoc)
(#162) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#162) Expected JSDoc for 'uniqid' but found 'domo'. (valid-jsdoc)
(#168) Identifier 'upload_file_item' is not in camel case. (camelcase)
(#170) Multiple spaces found before '='. (no-multi-spaces)
(#171) Unexpected space before function parentheses. (space-before-function-paren)
(#188) Unexpected console statement. (no-console)
(#192) Unexpected console statement. (no-console)
(#194) Unexpected console statement. (no-console)
(#198) Unexpected console statement. (no-console)
(#202) Unexpected console statement. (no-console)
(#206) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#218) Expected space(s) after "catch". (keyword-spacing)
(#219) Unexpected console statement. (no-console)
(#219) Missing semicolon. (semi)
(#223) Unexpected alert. (no-alert)
(#226) Unexpected alert. (no-alert)
(#238) Missing JSDoc parameter type for 'uniqid'. (valid-jsdoc)
(#238) Missing JSDoc parameter type for 'files'. (valid-jsdoc)
(#238) Expected JSDoc for 'wwwroot' but found 'files'. (valid-jsdoc)
(#243) Identifier 'upload_file_prepare' is not in camel case. (camelcase)
(#244) Unexpected console statement. (no-console)
(#252) Missing JSDoc for parameter 'domo'. (valid-jsdoc)
(#255) Identifier 'upload_file_prepare_uploaded' is not in camel case. (camelcase)
(#258) Line 258 exceeds the maximum line length of 132. (max-len)
(#264) Missing JSDoc for parameter 'domo'. (valid-jsdoc)
(#267) Identifier 'upload_file_prepare_uploading' is not in camel case. (camelcase)
(#272) Missing semicolon. (semi)
mod/confman/script/js.js
(#23) Identifier 'mod_confman' is not in camel case. (camelcase)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#28) Unexpected console statement. (no-console)
(#29) Identifier 'mod_confman' is not in camel case. (camelcase)
(#30) Identifier 'mod_confman' is not in camel case. (camelcase)
(#31) '$' is not defined. (no-undef)
(#31) A space is required after ','. (comma-spacing)
(#32) '$' is not defined. (no-undef)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Identifier 'mod_confman' is not in camel case. (camelcase)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#42) '$' is not defined. (no-undef)
(#43) Expected space(s) after "if". (keyword-spacing)
(#44) '$' is not defined. (no-undef)
(#45) '$' is not defined. (no-undef)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#46) '$' is not defined. (no-undef)
(#46) A space is required after ','. (comma-spacing)
(#48) '$' is not defined. (no-undef)
(#50) '$' is not defined. (no-undef)
(#52) '$' is not defined. (no-undef)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before opening brace. (space-before-blocks)
(#55) Identifier 'mod_confman' is not in camel case. (camelcase)
(#56) Identifier 'mod_confman' is not in camel case. (camelcase)
(#57) '$' is not defined. (no-undef)
(#60) Identifier 'mod_confman' is not in camel case. (camelcase)
(#60) There should be no space after '{'. (object-curly-spacing)
(#60) There should be no space before '}'. (object-curly-spacing)
(#62) Missing space before opening brace. (space-before-blocks)
(#63) Unexpected console statement. (no-console)
(#64) Unexpected console statement. (no-console)
(#66) '$' is not defined. (no-undef)
(#67) Identifier 'mod_confman' is not in camel case. (camelcase)
(#67) Identifier 'mod_confman' is not in camel case. (camelcase)
(#70) Missing space before opening brace. (space-before-blocks)
(#71) Unexpected console statement. (no-console)
(#72) Unexpected console statement. (no-console)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Expected space(s) after "catch". (keyword-spacing)
(#73) Empty block statement. (no-empty)
(#73) Missing space before opening brace. (space-before-blocks)
(#74) Unexpected console statement. (no-console)
(#75) Unexpected console statement. (no-console)
(#76) Identifier 'mod_confman' is not in camel case. (camelcase)
(#77) Missing space before opening brace. (space-before-blocks)
(#78) Unexpected console statement. (no-console)
(#79) Unexpected console statement. (no-console)
(#80) Missing space before opening brace. (space-before-blocks)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) '$' is not defined. (no-undef)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#85) Unexpected console statement. (no-console)
(#86) Unexpected console statement. (no-console)
(#87) Unexpected console statement. (no-console)
(#89) Expected space(s) after "if". (keyword-spacing)
(#89) Missing space before opening brace. (space-before-blocks)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) Missing space before opening brace. (space-before-blocks)
(#91) '$' is not defined. (no-undef)
(#92) '$' is not defined. (no-undef)
(#94) '$' is not defined. (no-undef)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) Missing space before opening brace. (space-before-blocks)
(#99) '$' is not defined. (no-undef)
(#100) '$' is not defined. (no-undef)
(#101) Line 101 exceeds the maximum line length of 132. (max-len)
(#101) '$' is not defined. (no-undef)
(#101) A space is required after ','. (comma-spacing)
(#101) Identifier 'mod_confman' is not in camel case. (camelcase)
(#101) Identifier 'mod_confman' is not in camel case. (camelcase)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) '$' is not defined. (no-undef)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Expected space(s) after "catch". (keyword-spacing)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#102) Unexpected console statement. (no-console)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Requires a space before '}'. (block-spacing)
(#106) Missing semicolon. (semi)

CSS problems

(2 errors, 0 warnings)

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

mod/confman/less/main.less
(#2) Unexpected !important (declaration-no-important)
mod/confman/style/main.css
(#2) Unexpected !important (declaration-no-important)

PHPDocs style problems

(791 errors, 105 warnings)

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

mod/confman/ajax.php
(#17) No one-line description found in phpdocs for file
mod/confman/classes/comment_form.php
(#28) Class comment_form is not documented
(#35) Function comment_form::definition is not documented
(#63) Function comment_form::validation is not documented
(#29) Variable comment_form::$accepted_types is not documented
(#30) Variable comment_form::$areamaxbytes is not documented
(#31) Variable comment_form::$maxbytes is not documented
(#32) Variable comment_form::$maxfiles is not documented
(#33) Variable comment_form::$subdirs is not documented
(#17) No one-line description found in phpdocs for file
mod/confman/classes/item_form.php
(#29) Class item_form is not documented
(#36) Function item_form::definition is not documented
(#30) Variable item_form::$accepted_types is not documented
(#31) Variable item_form::$areamaxbytes is not documented
(#32) Variable item_form::$maxbytes is not documented
(#33) Variable item_form::$maxfiles is not documented
(#34) Variable item_form::$subdirs is not documented
(#17) No one-line description found in phpdocs for file
mod/confman/db/access.php
(#17) No one-line description found in phpdocs for file
mod/confman/db/caches.php
(#17) No one-line description found in phpdocs for file
mod/confman/db/upgrade.php
(#25) Function xmldb_confman_upgrade is not documented
(#17) No one-line description found in phpdocs for file
mod/confman/export.php
(#17) No one-line description found in phpdocs for file
mod/confman/index.php
(#17) No one-line description found in phpdocs for file
mod/confman/lang/en/confman.php
(#17) No one-line description found in phpdocs for file
mod/confman/lib.php
(#25) Class mod_confman_event is not documented
(#128) Class mod_confman_item is not documented
(#26) Function mod_confman_event::__construct is not documented
(#68) Function mod_confman_event::logo_url is not documented
(#95) Function mod_confman_event::list_items is not documented
(#217) Function mod_confman_item::get_table is not documented
(#257) Function mod_confman_item::get_title is not documented
(#325) Function mod_confman_item::store is not documented
(#383) Function mod_confman_item::manage_link is not documented
(#387) Function mod_confman_item::mail is not documented
(#709) Function mod_confman_item::asutf8 is not documented
(#718) Function mod_confman_pluginfile is not documented
(#759) Function confman_add_instance is not documented
(#780) Function confman_update_instance is not documented
(#798) Function confman_delete_instance is not documented
(#129) Variable mod_confman_item::$packed_vars is not documented
(#17) No one-line description found in phpdocs for file
(#85) Phpdocs for function mod_confman_event::html has incomplete parameters list
(#132) Phpdocs for function mod_confman_item::__construct has incomplete parameters list
(#236) Phpdocs for function mod_confman_item::get_files has incomplete parameters list
(#269) Phpdocs for function mod_confman_item::file_append has incomplete parameters list
(#305) Phpdocs for function mod_confman_item::file_delete has incomplete parameters list
(#590) Phpdocs for function mod_confman_item::set_form_data has incomplete parameters list
mod/confman/mod_form.php
(#30) Class mod_confman_mod_form is not documented
(#31) Function mod_confman_mod_form::definition is not documented
(#17) No one-line description found in phpdocs for file
mod/confman/thirdparty/Spout/Autoloader/Psr4Autoloader.php
(#9) Package Box\Spout\Autoloader is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Autoloader/autoload.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Common/Escaper/CSV.php
(#9) Package Box\Spout\Common\Escaper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class CSV
(#16) Invalid phpdocs tag @codeCoverageIgnore used
(#29) Invalid phpdocs tag @codeCoverageIgnore used
mod/confman/thirdparty/Spout/Common/Escaper/EscaperInterface.php
(#12) Package is not specified for function escape. It is also not specified in file-level phpdocs
(#20) Package is not specified for function unescape. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Common\Escaper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Common/Escaper/ODS.php
(#11) Package Box\Spout\Common\Escaper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class ODS
(#28) Inline phpdocs tag not enclosed with curly brackets @link found
mod/confman/thirdparty/Spout/Common/Escaper/XLSX.php
(#11) Package Box\Spout\Common\Escaper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class XLSX
(#71) There is no description in phpdocs for function getEscapableControlCharactersPattern
mod/confman/thirdparty/Spout/Common/Exception/EncodingConversionException.php
(#9) Package Box\Spout\Common\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Common/Exception/IOException.php
(#9) Package Box\Spout\Common\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Common/Exception/InvalidArgumentException.php
(#9) Package Box\Spout\Common\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Common/Exception/SpoutException.php
(#8) Package Box\Spout\Common\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Not recommended phpdocs tag @abstract used
mod/confman/thirdparty/Spout/Common/Exception/UnsupportedTypeException.php
(#9) Package Box\Spout\Common\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Common/Helper/EncodingHelper.php
(#11) Package Box\Spout\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Constant EncodingHelper::ENCODING_UTF16_LE is not documented
(#18) Constant EncodingHelper::ENCODING_UTF16_BE is not documented
(#19) Constant EncodingHelper::ENCODING_UTF32_LE is not documented
(#20) Constant EncodingHelper::ENCODING_UTF32_BE is not documented
(#24) Constant EncodingHelper::BOM_UTF16_LE is not documented
(#25) Constant EncodingHelper::BOM_UTF16_BE is not documented
(#26) Constant EncodingHelper::BOM_UTF32_LE is not documented
(#27) Constant EncodingHelper::BOM_UTF32_BE is not documented
(#7) No one-line description found in phpdocs for class EncodingHelper
(#35) There is no description in phpdocs for function __construct
mod/confman/thirdparty/Spout/Common/Helper/FileSystemHelper.php
(#12) Package Box\Spout\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class FileSystemHelper
(#19) There is no description in phpdocs for function __construct
mod/confman/thirdparty/Spout/Common/Helper/GlobalFunctionsHelper.php
(#11) Package Box\Spout\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class GlobalFunctionsHelper
(#210) Phpdocs for function GlobalFunctionsHelper::feof has incomplete parameters list
(#9) Invalid phpdocs tag @codeCoverageIgnore used
mod/confman/thirdparty/Spout/Common/Helper/StringHelper.php
(#11) Package Box\Spout\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class StringHelper
(#18) There is no description in phpdocs for function __construct
(#9) Invalid phpdocs tag @codeCoverageIgnore used
mod/confman/thirdparty/Spout/Common/Singleton.php
(#15) Package is not specified for function getInstance. It is also not specified in file-level phpdocs
(#25) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#33) Package is not specified for function init. It is also not specified in file-level phpdocs
(#39) Package is not specified for function __wakeup. It is also not specified in file-level phpdocs
(#40) Package is not specified for function __clone. It is also not specified in file-level phpdocs
(#9) Package Box\Spout\Common is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#39) Function __wakeup is not documented
(#40) Function __clone is not documented
(#15) There is no description in phpdocs for function getInstance
mod/confman/thirdparty/Spout/Common/Type.php
(#5) Package is not specified for class Type. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Constant Type::CSV is not documented
(#14) Constant Type::XLSX is not documented
(#15) Constant Type::ODS is not documented
(#5) No one-line description found in phpdocs for class Type
(#9) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/AbstractReader.php
(#11) Package Box\Spout\Reader is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#61) There is no description in phpdocs for function setGlobalFunctionsHelper
(#74) Invalid phpdocs tag @api used
(#87) Invalid phpdocs tag @api used
(#101) Invalid phpdocs tag @api used
(#206) Invalid phpdocs tag @api used
(#222) Invalid phpdocs tag @api used
(#12) Not recommended phpdocs tag @abstract used
mod/confman/thirdparty/Spout/Reader/CSV/Reader.php
(#12) Package Box\Spout\Reader\CSV is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) No one-line description found in phpdocs for class Reader
mod/confman/thirdparty/Spout/Reader/CSV/ReaderOptions.php
(#11) Package Box\Spout\Reader\CSV is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class ReaderOptions
(#27) There is no description in phpdocs for function getFieldDelimiter
(#48) There is no description in phpdocs for function getFieldEnclosure
(#69) There is no description in phpdocs for function getEncoding
(#90) There is no description in phpdocs for function getEndOfLineCharacter
mod/confman/thirdparty/Spout/Reader/CSV/RowIterator.php
(#12) Package Box\Spout\Reader\CSV is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) No one-line description found in phpdocs for class RowIterator
(#57) There is no description in phpdocs for function __construct
(#132) There is no description in phpdocs for function readDataForNextRow
(#153) There is no description in phpdocs for function shouldReadNextRow
(#220) There is no description in phpdocs for function isEmptyLine
mod/confman/thirdparty/Spout/Reader/CSV/Sheet.php
(#10) Package Box\Spout\Reader\CSV is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) There is no description in phpdocs for function __construct
(#27) There is no description in phpdocs for function getRowIterator
(#36) There is no description in phpdocs for function getIndex
(#45) There is no description in phpdocs for function getName
(#54) There is no description in phpdocs for function isActive
(#28) Invalid phpdocs tag @api used
(#37) Invalid phpdocs tag @api used
(#46) Invalid phpdocs tag @api used
(#55) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/CSV/SheetIterator.php
(#11) Package Box\Spout\Reader\CSV is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class SheetIterator
(#21) There is no description in phpdocs for function __construct
mod/confman/thirdparty/Spout/Reader/Common/ReaderOptions.php
(#9) Package Box\Spout\Reader\Common is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class ReaderOptions
(#19) There is no description in phpdocs for function shouldFormatDates
(#39) There is no description in phpdocs for function shouldPreserveEmptyRows
mod/confman/thirdparty/Spout/Reader/Common/XMLProcessor.php
(#11) Package Box\Spout\Reader\Common is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Constant XMLProcessor::NODE_TYPE_START is not documented
(#17) Constant XMLProcessor::NODE_TYPE_END is not documented
(#20) Constant XMLProcessor::CALLBACK_REFLECTION_METHOD is not documented
(#21) Constant XMLProcessor::CALLBACK_REFLECTION_OBJECT is not documented
(#24) Constant XMLProcessor::PROCESSING_CONTINUE is not documented
(#25) Constant XMLProcessor::PROCESSING_STOP is not documented
(#7) No one-line description found in phpdocs for class XMLProcessor
(#35) There is no description in phpdocs for function __construct
(#43) There is no description in phpdocs for function registerCallback
(#57) There is no description in phpdocs for function getCallbackKey
(#116) There is no description in phpdocs for function getRegisteredCallbackData
(#140) There is no description in phpdocs for function invokeCallback
mod/confman/thirdparty/Spout/Reader/Exception/IteratorNotRewindableException.php
(#9) Package Box\Spout\Reader\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/Exception/NoSheetsFoundException.php
(#9) Package Box\Spout\Reader\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/Exception/ReaderException.php
(#10) Package Box\Spout\Reader\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Not recommended phpdocs tag @abstract used
mod/confman/thirdparty/Spout/Reader/Exception/ReaderNotOpenedException.php
(#9) Package Box\Spout\Reader\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/Exception/SharedStringNotFoundException.php
(#9) Package Box\Spout\Reader\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/Exception/XMLProcessingException.php
(#8) Package Box\Spout\Reader\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Reader/IteratorInterface.php
(#12) Package is not specified for function end. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Reader is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Reader/ODS/Helper/CellValueFormatter.php
(#9) Package Box\Spout\Reader\ODS\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Constant CellValueFormatter::CELL_TYPE_FLOAT is not documented
(#16) Constant CellValueFormatter::CELL_TYPE_BOOLEAN is not documented
(#17) Constant CellValueFormatter::CELL_TYPE_DATE is not documented
(#18) Constant CellValueFormatter::CELL_TYPE_TIME is not documented
(#19) Constant CellValueFormatter::CELL_TYPE_CURRENCY is not documented
(#20) Constant CellValueFormatter::CELL_TYPE_PERCENTAGE is not documented
(#21) Constant CellValueFormatter::CELL_TYPE_VOID is not documented
(#25) Constant CellValueFormatter::XML_NODE_S is not documented
(#26) Constant CellValueFormatter::XML_NODE_A is not documented
(#27) Constant CellValueFormatter::XML_NODE_SPAN is not documented
(#31) Constant CellValueFormatter::XML_ATTRIBUTE_VALUE is not documented
(#32) Constant CellValueFormatter::XML_ATTRIBUTE_BOOLEAN_VALUE is not documented
(#33) Constant CellValueFormatter::XML_ATTRIBUTE_DATE_VALUE is not documented
(#34) Constant CellValueFormatter::XML_ATTRIBUTE_TIME_VALUE is not documented
(#35) Constant CellValueFormatter::XML_ATTRIBUTE_CURRENCY is not documented
(#36) Constant CellValueFormatter::XML_ATTRIBUTE_C is not documented
(#5) No one-line description found in phpdocs for class CellValueFormatter
(#44) There is no description in phpdocs for function __construct
(#51) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Reader/ODS/Helper/SettingsHelper.php
(#12) Package Box\Spout\Reader\ODS\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Constant SettingsHelper::SETTINGS_XML_FILE_PATH is not documented
(#20) Constant SettingsHelper::XML_ATTRIBUTE_CONFIG_NAME is not documented
(#21) Constant SettingsHelper::XML_ATTRIBUTE_VALUE_ACTIVE_TABLE is not documented
(#8) No one-line description found in phpdocs for class SettingsHelper
(#23) There is no description in phpdocs for function getActiveSheetName
mod/confman/thirdparty/Spout/Reader/ODS/Reader.php
(#12) Package Box\Spout\Reader\ODS is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) No one-line description found in phpdocs for class Reader
mod/confman/thirdparty/Spout/Reader/ODS/ReaderOptions.php
(#9) Package Box\Spout\Reader\ODS is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class ReaderOptions
mod/confman/thirdparty/Spout/Reader/ODS/RowIterator.php
(#16) Package Box\Spout\Reader\ODS is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Constant RowIterator::XML_NODE_ROW is not documented
(#23) Constant RowIterator::XML_NODE_CELL is not documented
(#24) Constant RowIterator::MAX_COLUMNS_EXCEL is not documented
(#28) Constant RowIterator::XML_ATTRIBUTE_NUM_COLUMNS_REPEATED is not documented
(#73) There is no description in phpdocs for function __construct
(#164) There is no description in phpdocs for function readDataForNextRow
(#182) There is no description in phpdocs for function processRowStartingNode
(#197) There is no description in phpdocs for function processCellStartingNode
(#223) There is no description in phpdocs for function processRowEndingNode
(#260) There is no description in phpdocs for function processTableEndingNode
(#271) There is no description in phpdocs for function getNumRowsRepeatedForCurrentNode
(#281) There is no description in phpdocs for function getNumColumnsRepeatedForCurrentNode
(#308) Phpdocs for function RowIterator::isEmptyRow has incomplete parameters list
mod/confman/thirdparty/Spout/Reader/ODS/Sheet.php
(#12) Package Box\Spout\Reader\ODS is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) No one-line description found in phpdocs for class Sheet
(#31) There is no description in phpdocs for function __construct
(#46) There is no description in phpdocs for function getRowIterator
(#55) There is no description in phpdocs for function getIndex
(#64) There is no description in phpdocs for function getName
(#73) There is no description in phpdocs for function isActive
(#47) Invalid phpdocs tag @api used
(#56) Invalid phpdocs tag @api used
(#65) Invalid phpdocs tag @api used
(#74) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/ODS/SheetIterator.php
(#15) Package Box\Spout\Reader\ODS is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Constant SheetIterator::CONTENT_XML_FILE_PATH is not documented
(#23) Constant SheetIterator::XML_ATTRIBUTE_TABLE_NAME is not documented
(#11) No one-line description found in phpdocs for class SheetIterator
(#46) There is no description in phpdocs for function __construct
(#133) Phpdocs for function SheetIterator::isActiveSheet has incomplete parameters list
(#57) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Reader/ReaderFactory.php
(#14) Package Box\Spout\Reader is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class ReaderFactory
(#21) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/ReaderInterface.php
(#12) Package is not specified for function open. It is also not specified in file-level phpdocs
(#22) Package is not specified for function getSheetIterator. It is also not specified in file-level phpdocs
(#30) Package is not specified for function close. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Reader is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Reader/SheetInterface.php
(#12) Package is not specified for function getRowIterator. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Reader is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Reader/Wrapper/XMLInternalErrorsHelper.php
(#17) Package is not specified for function useXMLInternalErrors. It is also not specified in file-level phpdocs
(#29) Package is not specified for function resetXMLInternalErrorsSettingAndThrowIfXMLErrorOccured. It is also not specified in file-level phpdocs
(#46) Package is not specified for function hasXMLErrorOccured. It is also not specified in file-level phpdocs
(#56) Package is not specified for function getLastXMLErrorMessage. It is also not specified in file-level phpdocs
(#74) Package is not specified for function resetXMLInternalErrorsSetting. It is also not specified in file-level phpdocs
(#10) Package Box\Spout\Reader\Wrapper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#74) There is no description in phpdocs for function resetXMLInternalErrorsSetting
mod/confman/thirdparty/Spout/Reader/Wrapper/XMLReader.php
(#12) Package Box\Spout\Reader\Wrapper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Constant XMLReader::ZIP_WRAPPER is not documented
(#7) No one-line description found in phpdocs for class XMLReader
(#134) There is no description in phpdocs for function isPositionedOnStartingNode
(#143) There is no description in phpdocs for function isPositionedOnEndingNode
(#152) There is no description in phpdocs for function isPositionedOnNode
(#168) There is no description in phpdocs for function getCurrentNodeName
(#161) Invalid inline phpdocs tag @see found
(#34) Inline phpdocs tag not enclosed with curly brackets @link found
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/CellHelper.php
(#11) Package Box\Spout\Reader\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Variable CellHelper::$columnLetterToIndexMapping is not documented
(#7) No one-line description found in phpdocs for class CellHelper
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/CellValueFormatter.php
(#9) Package Box\Spout\Reader\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Constant CellValueFormatter::CELL_TYPE_STR is not documented
(#16) Constant CellValueFormatter::CELL_TYPE_SHARED_STRING is not documented
(#17) Constant CellValueFormatter::CELL_TYPE_BOOLEAN is not documented
(#18) Constant CellValueFormatter::CELL_TYPE_NUMERIC is not documented
(#19) Constant CellValueFormatter::CELL_TYPE_DATE is not documented
(#20) Constant CellValueFormatter::CELL_TYPE_ERROR is not documented
(#24) Constant CellValueFormatter::XML_NODE_INLINE_STRING_VALUE is not documented
(#28) Constant CellValueFormatter::XML_ATTRIBUTE_STYLE_ID is not documented
(#32) Constant CellValueFormatter::NUM_SECONDS_IN_ONE_HOUR is not documented
(#33) Constant CellValueFormatter::NUM_SECONDS_IN_ONE_MINUTE is not documented
(#5) No one-line description found in phpdocs for class CellValueFormatter
(#53) There is no description in phpdocs for function __construct
(#64) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/DateFormatHelper.php
(#9) Package Box\Spout\Reader\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Constant DateFormatHelper::KEY_GENERAL is not documented
(#14) Constant DateFormatHelper::KEY_HOUR_12 is not documented
(#15) Constant DateFormatHelper::KEY_HOUR_24 is not documented
(#5) No one-line description found in phpdocs for class DateFormatHelper
(#116) There is no description in phpdocs for function has12HourFormatMarker
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/CachingStrategyFactory.php
(#8) Package Box\Spout\Reader\XLSX\Helper\SharedStringsCaching is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/CachingStrategyInterface.php
(#12) Package is not specified for function addStringForIndex. It is also not specified in file-level phpdocs
(#21) Package is not specified for function closeCache. It is also not specified in file-level phpdocs
(#29) Package is not specified for function getStringAtIndex. It is also not specified in file-level phpdocs
(#38) Package is not specified for function clearCache. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Reader\XLSX\Helper\SharedStringsCaching is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/FileBasedStrategy.php
(#16) Package Box\Spout\Reader\XLSX\Helper\SharedStringsCaching is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#53) There is no description in phpdocs for function __construct
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsCaching/InMemoryStrategy.php
(#13) Package Box\Spout\Reader\XLSX\Helper\SharedStringsCaching is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) There is no description in phpdocs for function __construct
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SharedStringsHelper.php
(#15) Package Box\Spout\Reader\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#27) Constant SharedStringsHelper::XML_NODE_SI is not documented
(#28) Constant SharedStringsHelper::XML_NODE_R is not documented
(#29) Constant SharedStringsHelper::XML_NODE_T is not documented
(#33) Constant SharedStringsHelper::XML_ATTRIBUTE_UNIQUE_COUNT is not documented
(#34) Constant SharedStringsHelper::XML_ATTRIBUTE_XML_SPACE is not documented
(#35) Constant SharedStringsHelper::XML_ATTRIBUTE_VALUE_PRESERVE is not documented
(#11) No one-line description found in phpdocs for class SharedStringsHelper
(#46) There is no description in phpdocs for function __construct
(#138) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/SheetHelper.php
(#12) Package Box\Spout\Reader\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Constant SheetHelper::WORKBOOK_XML_FILE_PATH is not documented
(#22) Constant SheetHelper::XML_NODE_SHEET is not documented
(#23) Constant SheetHelper::XML_NODE_SHEETS is not documented
(#24) Constant SheetHelper::XML_NODE_RELATIONSHIP is not documented
(#28) Constant SheetHelper::XML_ATTRIBUTE_R_ID is not documented
(#29) Constant SheetHelper::XML_ATTRIBUTE_NAME is not documented
(#30) Constant SheetHelper::XML_ATTRIBUTE_ID is not documented
(#31) Constant SheetHelper::XML_ATTRIBUTE_TARGET is not documented
(#8) No one-line description found in phpdocs for class SheetHelper
(#45) There is no description in phpdocs for function __construct
(#122) There is no description in phpdocs for function getSheetDataXMLFilePathForSheetId
(#46) Phpdocs for function SheetHelper::__construct has incomplete parameters list
(#109) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Reader/XLSX/Helper/StyleHelper.php
(#11) Package Box\Spout\Reader\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Constant StyleHelper::XML_NODE_NUM_FMT is not documented
(#21) Constant StyleHelper::XML_NODE_CELL_XFS is not documented
(#22) Constant StyleHelper::XML_NODE_XF is not documented
(#26) Constant StyleHelper::XML_ATTRIBUTE_FORMAT_CODE is not documented
(#27) Constant StyleHelper::XML_ATTRIBUTE_APPLY_NUMBER_FORMAT is not documented
(#32) Constant StyleHelper::NUMBER_FORMAT_GENERAL is not documented
(#7) No one-line description found in phpdocs for class StyleHelper
(#68) There is no description in phpdocs for function __construct
(#177) There is no description in phpdocs for function getCustomNumberFormats
(#189) There is no description in phpdocs for function getStylesAttributes
(#201) There is no description in phpdocs for function doesStyleIndicateDate
(#244) There is no description in phpdocs for function getFormatCodeForNumFmtId
(#256) There is no description in phpdocs for function isNumFmtIdBuiltInDateFormat
(#265) There is no description in phpdocs for function isFormatCodeCustomDateFormat
(#279) There is no description in phpdocs for function isFormatCodeMatchingDateFormatPattern
mod/confman/thirdparty/Spout/Reader/XLSX/Reader.php
(#13) Package Box\Spout\Reader\XLSX is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class Reader
(#40) There is no description in phpdocs for function setTempFolder
mod/confman/thirdparty/Spout/Reader/XLSX/ReaderOptions.php
(#9) Package Box\Spout\Reader\XLSX is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class ReaderOptions
(#16) There is no description in phpdocs for function getTempFolder
(#24) There is no description in phpdocs for function setTempFolder
mod/confman/thirdparty/Spout/Reader/XLSX/RowIterator.php
(#17) Package Box\Spout\Reader\XLSX is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Constant RowIterator::XML_NODE_WORKSHEET is not documented
(#24) Constant RowIterator::XML_NODE_ROW is not documented
(#25) Constant RowIterator::XML_NODE_CELL is not documented
(#29) Constant RowIterator::XML_ATTRIBUTE_SPANS is not documented
(#30) Constant RowIterator::XML_ATTRIBUTE_ROW_INDEX is not documented
(#31) Constant RowIterator::XML_ATTRIBUTE_CELL_INDEX is not documented
(#81) There is no description in phpdocs for function __construct
(#108) There is no description in phpdocs for function normalizeSheetDataXMLFilePath
(#196) There is no description in phpdocs for function readDataForNextRow
(#214) There is no description in phpdocs for function processDimensionStartingNode
(#229) There is no description in phpdocs for function processRowStartingNode
(#254) There is no description in phpdocs for function processCellStartingNode
(#270) There is no description in phpdocs for function processRowEndingNode
(#293) There is no description in phpdocs for function processWorksheetEndingNode
(#304) There is no description in phpdocs for function getRowIndex
(#319) There is no description in phpdocs for function getColumnIndex
(#345) There is no description in phpdocs for function isEmptyRow
mod/confman/thirdparty/Spout/Reader/XLSX/Sheet.php
(#11) Package Box\Spout\Reader\XLSX is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class Sheet
(#27) There is no description in phpdocs for function __construct
(#44) There is no description in phpdocs for function getRowIterator
(#53) There is no description in phpdocs for function getIndex
(#62) There is no description in phpdocs for function getName
(#71) There is no description in phpdocs for function isActive
(#28) Phpdocs for function Sheet::__construct has incomplete parameters list
(#45) Invalid phpdocs tag @api used
(#54) Invalid phpdocs tag @api used
(#63) Invalid phpdocs tag @api used
(#72) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Reader/XLSX/SheetIterator.php
(#13) Package Box\Spout\Reader\XLSX is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class SheetIterator
(#23) There is no description in phpdocs for function __construct
mod/confman/thirdparty/Spout/Writer/AbstractMultiSheetsWriter.php
(#10) Package Box\Spout\Writer is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) There is no description in phpdocs for function getWorkbook
(#27) Invalid phpdocs tag @api used
(#43) Invalid phpdocs tag @api used
(#65) Invalid phpdocs tag @api used
(#80) Invalid phpdocs tag @api used
(#94) Invalid phpdocs tag @api used
(#11) Not recommended phpdocs tag @abstract used
mod/confman/thirdparty/Spout/Writer/AbstractWriter.php
(#16) Package Box\Spout\Writer is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#67) There is no description in phpdocs for function __construct
(#91) There is no description in phpdocs for function setGlobalFunctionsHelper
(#105) Invalid phpdocs tag @api used
(#127) Invalid phpdocs tag @codeCoverageIgnore used
(#129) Invalid phpdocs tag @api used
(#200) Invalid phpdocs tag @api used
(#233) Invalid phpdocs tag @api used
(#257) Invalid phpdocs tag @api used
(#289) Invalid phpdocs tag @api used
(#348) Invalid phpdocs tag @api used
(#17) Not recommended phpdocs tag @abstract used
(#142) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Writer/CSV/Writer.php
(#13) Package Box\Spout\Writer\CSV is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class Writer
(#38) Invalid phpdocs tag @api used
(#51) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Common/Helper/AbstractStyleHelper.php
(#9) Package Box\Spout\Writer\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class AbstractStyleHelper
(#19) There is no description in phpdocs for function __construct
(#76) There is no description in phpdocs for function getRegisteredStyles
(#112) Invalid phpdocs tag @NOTE: used
mod/confman/thirdparty/Spout/Writer/Common/Helper/CellHelper.php
(#9) Package Box\Spout\Writer\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class CellHelper
(#49) There is no description in phpdocs for function isEmpty
(#58) There is no description in phpdocs for function isNonEmptyString
(#50) Phpdocs for function CellHelper::isEmpty has incomplete parameters list
(#59) Phpdocs for function CellHelper::isNonEmptyString has incomplete parameters list
(#71) Phpdocs for function CellHelper::isNumeric has incomplete parameters list
(#84) Phpdocs for function CellHelper::isBoolean has incomplete parameters list
mod/confman/thirdparty/Spout/Writer/Common/Helper/ZipHelper.php
(#9) Package Box\Spout\Writer\Common\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Constant ZipHelper::ZIP_EXTENSION is not documented
(#17) Constant ZipHelper::EXISTING_FILES_OVERWRITE is not documented
(#5) No one-line description found in phpdocs for class ZipHelper
(#25) There is no description in phpdocs for function __construct
(#51) There is no description in phpdocs for function getZipFilePath
(#133) There is no description in phpdocs for function canChooseCompressionMethod
(#142) There is no description in phpdocs for function addFolderToArchive
(#164) There is no description in phpdocs for function shouldSkipFile
mod/confman/thirdparty/Spout/Writer/Common/Internal/AbstractWorkbook.php
(#12) Package Box\Spout\Writer\Common is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class AbstractWorkbook
(#28) There is no description in phpdocs for function __construct
(#39) There is no description in phpdocs for function getStyleHelper
(#44) There is no description in phpdocs for function getMaxRowsPerWorksheet
(#72) There is no description in phpdocs for function getWorksheets
(#108) There is no description in phpdocs for function setCurrentWorksheet
(#174) There is no description in phpdocs for function hasCurrentWorkseetReachedMaxRows
mod/confman/thirdparty/Spout/Writer/Common/Internal/WorkbookInterface.php
(#12) Package is not specified for function addNewSheet. It is also not specified in file-level phpdocs
(#20) Package is not specified for function addNewSheetAndMakeItCurrent. It is also not specified in file-level phpdocs
(#29) Package is not specified for function getWorksheets. It is also not specified in file-level phpdocs
(#34) Package is not specified for function getCurrentWorksheet. It is also not specified in file-level phpdocs
(#41) Package is not specified for function setCurrentSheet. It is also not specified in file-level phpdocs
(#51) Package is not specified for function addRowToCurrentWorksheet. It is also not specified in file-level phpdocs
(#65) Package is not specified for function close. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Writer\Common\Internal is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) There is no description in phpdocs for function getWorksheets
mod/confman/thirdparty/Spout/Writer/Common/Internal/WorksheetInterface.php
(#12) Package is not specified for function getExternalSheet. It is also not specified in file-level phpdocs
(#17) Package is not specified for function getLastWrittenRowIndex. It is also not specified in file-level phpdocs
(#22) Package is not specified for function addRow. It is also not specified in file-level phpdocs
(#34) Package is not specified for function close. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Writer\Common\Internal is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) There is no description in phpdocs for function getExternalSheet
(#17) There is no description in phpdocs for function getLastWrittenRowIndex
mod/confman/thirdparty/Spout/Writer/Common/Sheet.php
(#12) Package Box\Spout\Writer\Common is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Constant Sheet::DEFAULT_SHEET_NAME_PREFIX is not documented
(#8) No one-line description found in phpdocs for class Sheet
(#39) There is no description in phpdocs for function __construct
(#55) There is no description in phpdocs for function getIndex
(#64) There is no description in phpdocs for function getName
(#56) Invalid phpdocs tag @api used
(#65) Invalid phpdocs tag @api used
(#80) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Exception/Border/InvalidNameException.php
(#8) Package is not specified for class InvalidNameException. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class InvalidNameException is not documented
(#10) Function InvalidNameException::__construct is not documented
mod/confman/thirdparty/Spout/Writer/Exception/Border/InvalidStyleException.php
(#8) Package is not specified for class InvalidStyleException. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class InvalidStyleException is not documented
(#10) Function InvalidStyleException::__construct is not documented
mod/confman/thirdparty/Spout/Writer/Exception/Border/InvalidWidthException.php
(#8) Package is not specified for class InvalidWidthException. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class InvalidWidthException is not documented
(#10) Function InvalidWidthException::__construct is not documented
mod/confman/thirdparty/Spout/Writer/Exception/InvalidColorException.php
(#9) Package Box\Spout\Writer\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Exception/InvalidSheetNameException.php
(#9) Package Box\Spout\Writer\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Exception/SheetNotFoundException.php
(#9) Package Box\Spout\Writer\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Exception/WriterAlreadyOpenedException.php
(#9) Package Box\Spout\Writer\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Exception/WriterException.php
(#10) Package Box\Spout\Writer\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Not recommended phpdocs tag @abstract used
mod/confman/thirdparty/Spout/Writer/Exception/WriterNotOpenedException.php
(#9) Package Box\Spout\Writer\Exception is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/ODS/Helper/BorderHelper.php
(#8) Package is not specified for class BorderHelper. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#47) There is no description in phpdocs for function serializeBorderPart
mod/confman/thirdparty/Spout/Writer/ODS/Helper/FileSystemHelper.php
(#13) Package Box\Spout\Writer\ODS\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Constant FileSystemHelper::APP_NAME is not documented
(#18) Constant FileSystemHelper::MIMETYPE is not documented
(#20) Constant FileSystemHelper::META_INF_FOLDER_NAME is not documented
(#21) Constant FileSystemHelper::SHEETS_CONTENT_TEMP_FOLDER_NAME is not documented
(#23) Constant FileSystemHelper::MANIFEST_XML_FILE_NAME is not documented
(#24) Constant FileSystemHelper::CONTENT_XML_FILE_NAME is not documented
(#25) Constant FileSystemHelper::META_XML_FILE_NAME is not documented
(#26) Constant FileSystemHelper::MIMETYPE_FILE_NAME is not documented
(#27) Constant FileSystemHelper::STYLES_XML_FILE_NAME is not documented
(#8) No one-line description found in phpdocs for class FileSystemHelper
(#38) There is no description in phpdocs for function getRootFolder
(#46) There is no description in phpdocs for function getSheetsContentTempFolder
(#270) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Writer/ODS/Helper/StyleHelper.php
(#12) Package Box\Spout\Writer\ODS\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) No one-line description found in phpdocs for class StyleHelper
(#32) There is no description in phpdocs for function getUsedFonts
mod/confman/thirdparty/Spout/Writer/ODS/Internal/Workbook.php
(#15) Package Box\Spout\Writer\ODS\Internal is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) No one-line description found in phpdocs for class Workbook
(#31) There is no description in phpdocs for function __construct
(#47) There is no description in phpdocs for function getStyleHelper
(#55) There is no description in phpdocs for function getMaxRowsPerWorksheet
(#19) Phpdocs for variable Workbook::$maxRowsPerWorksheet does not contain @var or incorrect
mod/confman/thirdparty/Spout/Writer/ODS/Internal/Worksheet.php
(#16) Package Box\Spout\Writer\ODS\Internal is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) No one-line description found in phpdocs for class Worksheet
(#41) There is no description in phpdocs for function __construct
(#85) There is no description in phpdocs for function getWorksheetFilePath
(#109) There is no description in phpdocs for function getExternalSheet
(#117) There is no description in phpdocs for function getLastWrittenRowIndex
(#49) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Writer/ODS/Writer.php
(#13) Package Box\Spout\Writer\ODS is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class Writer
(#56) There is no description in phpdocs for function getWorkbook
(#30) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Style/Border.php
(#5) Package is not specified for class Border. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Constant Border::LEFT is not documented
(#11) Constant Border::RIGHT is not documented
(#12) Constant Border::TOP is not documented
(#13) Constant Border::BOTTOM is not documented
(#15) Constant Border::STYLE_NONE is not documented
(#16) Constant Border::STYLE_SOLID is not documented
(#17) Constant Border::STYLE_DASHED is not documented
(#18) Constant Border::STYLE_DOTTED is not documented
(#19) Constant Border::STYLE_DOUBLE is not documented
(#21) Constant Border::WIDTH_THIN is not documented
(#22) Constant Border::WIDTH_MEDIUM is not documented
(#23) Constant Border::WIDTH_THICK is not documented
(#30) There is no description in phpdocs for function __construct
(#38) There is no description in phpdocs for function getPart
(#47) There is no description in phpdocs for function hasPart
(#56) There is no description in phpdocs for function getParts
(#76) There is no description in phpdocs for function addPart
(#31) Phpdocs for function Border::__construct has incomplete parameters list
(#39) Phpdocs for function Border::getPart has incomplete parameters list
(#48) Phpdocs for function Border::hasPart has incomplete parameters list
mod/confman/thirdparty/Spout/Writer/Style/BorderBuilder.php
(#5) Package is not specified for class BorderBuilder. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function BorderBuilder::__construct is not documented
(#20) There is no description in phpdocs for function setBorderTop
(#32) There is no description in phpdocs for function setBorderRight
(#44) There is no description in phpdocs for function setBorderBottom
(#56) There is no description in phpdocs for function setBorderLeft
(#68) There is no description in phpdocs for function build
(#22) Invalid inline phpdocs tag @see found
(#22) Invalid inline phpdocs tag @see found
(#34) Invalid inline phpdocs tag @see found
(#34) Invalid inline phpdocs tag @see found
(#46) Invalid inline phpdocs tag @see found
(#46) Invalid inline phpdocs tag @see found
(#58) Invalid inline phpdocs tag @see found
(#58) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Writer/Style/BorderPart.php
(#9) Package is not specified for class BorderPart. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#64) There is no description in phpdocs for function __construct
(#81) There is no description in phpdocs for function getName
(#89) There is no description in phpdocs for function setName
(#102) There is no description in phpdocs for function getStyle
(#110) There is no description in phpdocs for function setStyle
(#123) There is no description in phpdocs for function getColor
(#131) There is no description in phpdocs for function setColor
(#140) There is no description in phpdocs for function getWidth
(#148) There is no description in phpdocs for function setWidth
(#161) There is no description in phpdocs for function getAllowedStyles
(#169) There is no description in phpdocs for function getAllowedNames
(#177) There is no description in phpdocs for function getAllowedWidths
(#65) Invalid inline phpdocs tag @see found
(#65) Invalid inline phpdocs tag @see found
(#65) Invalid inline phpdocs tag @see found
(#90) Invalid inline phpdocs tag @see found
(#111) Invalid inline phpdocs tag @see found
(#132) Invalid inline phpdocs tag @see found
(#149) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Writer/Style/Color.php
(#11) Package Box\Spout\Writer\Style is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Constant Color::WHITE is not documented
(#18) Constant Color::RED is not documented
(#19) Constant Color::DARK_RED is not documented
(#20) Constant Color::ORANGE is not documented
(#21) Constant Color::YELLOW is not documented
(#22) Constant Color::LIGHT_GREEN is not documented
(#23) Constant Color::GREEN is not documented
(#24) Constant Color::LIGHT_BLUE is not documented
(#25) Constant Color::BLUE is not documented
(#26) Constant Color::DARK_BLUE is not documented
(#27) Constant Color::PURPLE is not documented
(#7) No one-line description found in phpdocs for class Color
(#32) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/Style/Style.php
(#9) Package Box\Spout\Writer\Style is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Constant Style::DEFAULT_FONT_COLOR is not documented
(#16) Constant Style::DEFAULT_FONT_NAME is not documented
(#5) No one-line description found in phpdocs for class Style
(#81) There is no description in phpdocs for function getId
(#89) There is no description in phpdocs for function setId
(#99) There is no description in phpdocs for function getBorder
(#107) There is no description in phpdocs for function setBorder
(#118) There is no description in phpdocs for function shouldApplyBorder
(#126) There is no description in phpdocs for function isFontBold
(#134) There is no description in phpdocs for function setFontBold
(#145) There is no description in phpdocs for function isFontItalic
(#153) There is no description in phpdocs for function setFontItalic
(#164) There is no description in phpdocs for function isFontUnderline
(#172) There is no description in phpdocs for function setFontUnderline
(#183) There is no description in phpdocs for function isFontStrikethrough
(#191) There is no description in phpdocs for function setFontStrikethrough
(#202) There is no description in phpdocs for function getFontSize
(#210) There is no description in phpdocs for function setFontSize
(#222) There is no description in phpdocs for function getFontColor
(#244) There is no description in phpdocs for function getFontName
(#252) There is no description in phpdocs for function setFontName
(#264) There is no description in phpdocs for function shouldWrapText
(#272) There is no description in phpdocs for function setShouldWrapText
(#283) There is no description in phpdocs for function hasSetWrapText
(#291) There is no description in phpdocs for function shouldApplyFont
(#311) There is no description in phpdocs for function getBackgroundColor
(#319) There is no description in phpdocs for function shouldApplyBackgroundColor
(#370) There is no description in phpdocs for function mergeFontStyles
(#391) There is no description in phpdocs for function mergeOtherFontProperties
(#409) There is no description in phpdocs for function mergeCellProperties
(#354) Invalid phpdocs tag @NOTE: used
(#233) Invalid inline phpdocs tag @see found
(#301) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Writer/Style/StyleBuilder.php
(#9) Package Box\Spout\Writer\Style is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) No one-line description found in phpdocs for class StyleBuilder
(#16) There is no description in phpdocs for function __construct
(#27) Invalid phpdocs tag @api used
(#39) Invalid phpdocs tag @api used
(#51) Invalid phpdocs tag @api used
(#63) Invalid phpdocs tag @api used
(#75) Invalid phpdocs tag @api used
(#88) Invalid phpdocs tag @api used
(#101) Invalid phpdocs tag @api used
(#114) Invalid phpdocs tag @api used
(#139) Invalid phpdocs tag @api used
(#152) Invalid phpdocs tag @api used
(#89) Invalid inline phpdocs tag @see found
(#140) Invalid inline phpdocs tag @see found
mod/confman/thirdparty/Spout/Writer/WriterFactory.php
(#14) Package Box\Spout\Writer is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class WriterFactory
(#21) Invalid phpdocs tag @api used
mod/confman/thirdparty/Spout/Writer/WriterInterface.php
(#12) Package is not specified for function openToFile. It is also not specified in file-level phpdocs
(#22) Package is not specified for function openToBrowser. It is also not specified in file-level phpdocs
(#32) Package is not specified for function addRow. It is also not specified in file-level phpdocs
(#43) Package is not specified for function addRowWithStyle. It is also not specified in file-level phpdocs
(#56) Package is not specified for function addRows. It is also not specified in file-level phpdocs
(#71) Package is not specified for function addRowsWithStyle. It is also not specified in file-level phpdocs
(#84) Package is not specified for function close. It is also not specified in file-level phpdocs
(#8) Package Box\Spout\Writer is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/BorderHelper.php
(#8) Package is not specified for class BorderHelper. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class BorderHelper is not documented
(#10) Variable BorderHelper::$xlsxStyleMap is not documented
(#38) There is no description in phpdocs for function serializeBorderPart
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/FileSystemHelper.php
(#13) Package Box\Spout\Writer\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Constant FileSystemHelper::APP_NAME is not documented
(#19) Constant FileSystemHelper::RELS_FOLDER_NAME is not documented
(#20) Constant FileSystemHelper::DOC_PROPS_FOLDER_NAME is not documented
(#21) Constant FileSystemHelper::XL_FOLDER_NAME is not documented
(#22) Constant FileSystemHelper::WORKSHEETS_FOLDER_NAME is not documented
(#24) Constant FileSystemHelper::RELS_FILE_NAME is not documented
(#25) Constant FileSystemHelper::APP_XML_FILE_NAME is not documented
(#26) Constant FileSystemHelper::CORE_XML_FILE_NAME is not documented
(#27) Constant FileSystemHelper::CONTENT_TYPES_XML_FILE_NAME is not documented
(#28) Constant FileSystemHelper::WORKBOOK_XML_FILE_NAME is not documented
(#29) Constant FileSystemHelper::WORKBOOK_RELS_XML_FILE_NAME is not documented
(#30) Constant FileSystemHelper::STYLES_XML_FILE_NAME is not documented
(#8) No one-line description found in phpdocs for class FileSystemHelper
(#50) There is no description in phpdocs for function getRootFolder
(#58) There is no description in phpdocs for function getXlFolder
(#66) There is no description in phpdocs for function getXlWorksheetsFolder
(#286) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/SharedStringsHelper.php
(#11) Package Box\Spout\Writer\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Constant SharedStringsHelper::SHARED_STRINGS_FILE_NAME is not documented
(#17) Constant SharedStringsHelper::SHARED_STRINGS_XML_FILE_FIRST_PART_HEADER is not documented
(#7) No one-line description found in phpdocs for class SharedStringsHelper
(#37) There is no description in phpdocs for function __construct
(#51) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Writer/XLSX/Helper/StyleHelper.php
(#13) Package Box\Spout\Writer\XLSX\Helper is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class StyleHelper
(#259) Inline phpdocs tag not enclosed with curly brackets @link found
mod/confman/thirdparty/Spout/Writer/XLSX/Internal/Workbook.php
(#16) Package Box\Spout\Writer\XLSX\Internal is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) No one-line description found in phpdocs for class Workbook
(#38) There is no description in phpdocs for function __construct
(#61) There is no description in phpdocs for function getStyleHelper
(#69) There is no description in phpdocs for function getMaxRowsPerWorksheet
(#20) Phpdocs for variable Workbook::$maxRowsPerWorksheet does not contain @var or incorrect
mod/confman/thirdparty/Spout/Writer/XLSX/Internal/Worksheet.php
(#16) Package Box\Spout\Writer\XLSX\Internal is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#28) Constant Worksheet::SHEET_XML_FILE_HEADER is not documented
(#11) No one-line description found in phpdocs for class Worksheet
(#60) There is no description in phpdocs for function __construct
(#111) There is no description in phpdocs for function getExternalSheet
(#119) There is no description in phpdocs for function getLastWrittenRowIndex
(#127) There is no description in phpdocs for function getId
(#61) Phpdocs for function Worksheet::__construct has incomplete parameters list
(#75) Invalid phpdocs tag @noinspection used
mod/confman/thirdparty/Spout/Writer/XLSX/Writer.php
(#13) Package Box\Spout\Writer\XLSX is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Constant Writer::DEFAULT_FONT_NAME is not documented
(#9) No one-line description found in phpdocs for class Writer
(#82) There is no description in phpdocs for function getWorkbook
(#37) Invalid phpdocs tag @api used
(#54) Invalid phpdocs tag @api used
mod/confman/version.php
(#17) No one-line description found in phpdocs for file
mod/confman/view.php
(#17) No one-line description found in phpdocs for file

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 38 warnings)

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

mod/confman/templates/alert.mustache
(#1) Example context missing (@template section not found.)
mod/confman/templates/comment.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: The “center” element is obsolete. Use CSS instead. (_comment"><center> <)
(#1) HTML Validation error, line 4: The “width” attribute on the “table” element is obsolete. Use CSS instead. (nter> <table width="80%" class="generaltable"> )
mod/confman/templates/event.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 4: Empty heading. (><body><h1></h1>)
mod/confman/templates/event_public.mustache
(#1) Example context missing (@template section not found.)
mod/confman/templates/export_html.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 2: Empty heading. (ad><body><h1></h1>)
mod/confman/templates/form_row.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (> <label class="col-form-label d-inline " for="id_organization"> )
mod/confman/templates/item.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: The “width” attribute on the “table” element is obsolete. Use CSS instead. (tem"> <table border="1" width="80%"> )
(#1) HTML Validation error, line 5: The “border” attribute on the “table” element is obsolete. Use CSS instead. (tem"> <table border="1" width="80%"> )
(#1) HTML Validation error, line 7: The “width” attribute on the “th” element is obsolete. Use CSS instead. ( <tr> <th width="150">[[ ite)
mod/confman/templates/item_table_foot.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Stray end tag “tbody”. (body> </tbody></tab)
(#1) HTML Validation error, line 3: Stray end tag “table”. ( </tbody></table><br /)
(#1) HTML Validation error, line 8: Stray end tag “form”. (</button></form></bo)
mod/confman/templates/item_table_head.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 14: The “width” attribute on the “table” element is obsolete. Use CSS instead. (ved</a>]<table width="100%" id="mod_confman_item_table" class="generaltable"> <)
(#1) HTML Validation error, line 26: The “width” attribute on the “td” element is obsolete. Use CSS instead. (an ]]</td> <td width="50%">[[ ite)
(#1) HTML Validation error, line 31: Stray end tag “body”. (id-items"></body></html)
(#1) HTML Validation error, line 31: Stray end tag “html”. (></body></html>)
(#1) HTML Validation error, line 31: End of file seen and there were open elements. (></body></html>)
(#1) HTML Validation error, line 14: Unclosed element “table”. (ved</a>]<table width="100%" id="mod_confman_item_table" class="generaltable"> <)
(#1) HTML Validation error, line 4: Unclosed element “form”. (><body><form action="export.php?event=" method="POST"> <)
mod/confman/templates/item_table_row.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Stray start tag “tr”. (d><body><tr> <)
(#1) HTML Validation error, line 4: Stray start tag “td”. (<tr> <td class="export"> )
(#1) HTML Validation error, line 6: Stray end tag “td”. ("" /> </td> <)
(#1) HTML Validation error, line 7: Stray start tag “td”. (</td> <td> )
(#1) HTML Validation error, line 9: Stray end tag “td”. ( </td> <)
(#1) HTML Validation error, line 10: Stray start tag “td”. (</td> <td class="contributor"></td>)
(#1) HTML Validation error, line 10: Stray end tag “td”. (tributor"></td> <)
(#1) HTML Validation error, line 11: Stray start tag “td”. (</td> <td class="title"></td>)
(#1) HTML Validation error, line 11: Stray end tag “td”. (s="title"></td></tr>)
(#1) HTML Validation error, line 12: Stray end tag “tr”. (le"></td></tr></bo)