Prechecker results: error


PHP lint problems

(3 errors, 0 warnings)

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

blocks/mfavatar/vendor/symfony/translation/Command/XliffLintCommand.php
(#260) PHP Parse error: syntax error, unexpected '?' in /blocks/mfavatar/vendor/symfony/translation/Command/XliffLintCommand.php on line 260
blocks/mfavatar/vendor/symfony/translation/MessageCatalogue.php
(#33) PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /blocks/mfavatar/vendor/symfony/translation/MessageCatalogue.php on line 33
blocks/mfavatar/vendor/symfony/translation/Translator.php
(#79) PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /blocks/mfavatar/vendor/symfony/translation/Translator.php on line 79

PHP coding style problems

(7878 errors, 1498 warnings)

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

blocks/mfavatar/ajax.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// convert webrtc" but found "//convert webrtc"
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) No space found before comment text; expected "// decode" but found "//decode"
blocks/mfavatar/block_mfavatar.php
(#30) Visibility must be declared on method "init"
(#34) Visibility must be declared on method "instance_allow_multiple"
(#38) Visibility must be declared on method "has_config"
(#42) Visibility must be declared on method "applicable_formats"
(#49) Visibility must be declared on method "instance_allow_config"
(#53) Visibility must be declared on method "specialization"
(#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
(#63) Visibility must be declared on method "get_content"
(#66) "require_once" must be immediately followed by an open parenthesis
(#73) Line exceeds maximum limit of 180 characters; contains 197 characters
(#86) Line exceeds 132 characters; contains 144 characters
blocks/mfavatar/classes/avatargenerator.php
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) This comment is 43% valid code; is this commented out code?
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 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
(#111) Member variable "override_avatar" must not contain underscores.
(#120) "require_once" must be immediately followed by an open parenthesis
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Blank comments are not allowed
blocks/mfavatar/classes/observer.php
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#47) Expected "if (...) {\n"; found "if (...){\n"
blocks/mfavatar/classes/task/update_avatars.php
(#52) Expected "if (...) {\n"; found "if(...){\n"
blocks/mfavatar/lang/en/block_mfavatar.php
(#53) Whitespace found at end of line within string
blocks/mfavatar/renderer.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#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
(#48) Commas (,) must be followed by white space.
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Line exceeds maximum limit of 180 characters; contains 199 characters
blocks/mfavatar/vendor/autoload.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
blocks/mfavatar/vendor/composer/ClassLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#43) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Member variable "prefixLengthsPsr4" must be all lower-case
(#47) Member variable "prefixDirsPsr4" must be all lower-case
(#48) Member variable "fallbackDirsPsr4" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Member variable "prefixesPsr0" must be all lower-case
(#52) Member variable "fallbackDirsPsr0" must be all lower-case
(#54) Member variable "useIncludePath" must be all lower-case
(#55) Member variable "classMap" must be all lower-case
(#56) Member variable "classMapAuthoritative" must be all lower-case
(#57) Member variable "missingClasses" must be all lower-case
(#58) Member variable "apcuPrefix" must be all lower-case
(#60) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#74) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#79) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#84) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#92) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#92) Variable "classMap" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#95) Variable "classMap" must be all lower-case
(#97) Variable "classMap" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#156) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#171) Usage of ELSEIF not allowed; use ELSE IF instead
(#179) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Opening brace should be on the same line as the declaration
(#219) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#238) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#238) Variable "useIncludePath" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#240) Variable "useIncludePath" must be all lower-case
(#249) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#260) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#260) Variable "classMapAuthoritative" must be all lower-case
(#261) Opening brace should be on the same line as the declaration
(#262) Variable "classMapAuthoritative" must be all lower-case
(#270) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#280) Public method name "ClassLoader::setApcuPrefix" must be in lower-case letters only
(#280) Variable "apcuPrefix" must be all lower-case
(#281) Opening brace should be on the same line as the declaration
(#282) Variable "apcuPrefix" must be all lower-case
(#290) Public method name "ClassLoader::getApcuPrefix" must be in lower-case letters only
(#291) Opening brace should be on the same line as the declaration
(#301) Opening brace should be on the same line as the declaration
(#309) Opening brace should be on the same line as the declaration
(#319) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
(#335) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#336) Opening brace should be on the same line as the declaration
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Variable "logicalPathPsr4" must be all lower-case
(#377) Variable "subPath" must be all lower-case
(#378) Variable "lastPos" must be all lower-case
(#378) Variable "subPath" must be all lower-case
(#379) Variable "subPath" must be all lower-case
(#379) Variable "subPath" must be all lower-case
(#379) Variable "lastPos" must be all lower-case
(#380) Variable "subPath" must be all lower-case
(#384) Variable "logicalPathPsr4" must be all lower-case
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Variable "logicalPathPsr4" must be all lower-case
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Variable "logicalPathPsr0" must be all lower-case
(#402) Variable "logicalPathPsr4" must be all lower-case
(#403) Variable "logicalPathPsr4" must be all lower-case
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Variable "logicalPathPsr0" must be all lower-case
(#413) Variable "logicalPathPsr0" must be all lower-case
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Variable "logicalPathPsr0" must be all lower-case
(#429) Variable "logicalPathPsr0" must be all lower-case
(#442) function name "includeFile" must be lower-case letters only
(#443) Opening brace should be on the same line as the declaration
(#444) "include" must be immediately followed by an open parenthesis
blocks/mfavatar/vendor/composer/autoload_classmap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
blocks/mfavatar/vendor/composer/autoload_files.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#10) Variable "vendorDir" must be all lower-case
(#11) Variable "vendorDir" must be all lower-case
(#12) Variable "vendorDir" must be all lower-case
blocks/mfavatar/vendor/composer/autoload_namespaces.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
blocks/mfavatar/vendor/composer/autoload_psr4.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#10) Variable "vendorDir" must be all lower-case
(#11) Variable "vendorDir" must be all lower-case
(#12) Variable "vendorDir" must be all lower-case
(#13) Variable "vendorDir" must be all lower-case
(#14) Variable "vendorDir" must be all lower-case
(#15) Variable "vendorDir" must be all lower-case
(#16) Variable "vendorDir" must be all lower-case
(#17) Variable "vendorDir" must be all lower-case
(#18) Variable "vendorDir" must be all lower-case
(#19) Variable "vendorDir" must be all lower-case
(#20) Variable "vendorDir" must be all lower-case
(#21) Variable "vendorDir" must be all lower-case
(#22) Variable "vendorDir" must be all lower-case
blocks/mfavatar/vendor/composer/autoload_real.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Public method name "ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494::loadClassLoader" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#12) "require" must be immediately followed by an open parenthesis
(#16) Public method name "ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494::getLoader" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#26) Variable "useStaticLoader" must be all lower-case
(#26) Line exceeds 132 characters; contains 160 characters
(#27) Variable "useStaticLoader" must be all lower-case
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require" must be immediately followed by an open parenthesis
(#37) "require" must be immediately followed by an open parenthesis
(#42) Variable "classMap" must be all lower-case
(#42) "require" must be immediately followed by an open parenthesis
(#43) Variable "classMap" must be all lower-case
(#44) Variable "classMap" must be all lower-case
(#50) Variable "useStaticLoader" must be all lower-case
(#51) Variable "includeFiles" must be all lower-case
(#53) Variable "includeFiles" must be all lower-case
(#53) "require" must be immediately followed by an open parenthesis
(#55) Variable "includeFiles" must be all lower-case
(#55) Variable "fileIdentifier" must be all lower-case
(#56) Variable "fileIdentifier" must be all lower-case
(#63) function name "composerRequired5738815eb53bbcc1b0898f9cac5d494" must be lower-case letters only
(#63) Variable "fileIdentifier" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "GLOBALS" must be all lower-case
(#65) Variable "fileIdentifier" must be all lower-case
(#66) "require" must be immediately followed by an open parenthesis
(#68) Variable "GLOBALS" must be all lower-case
(#68) Variable "fileIdentifier" must be all lower-case
blocks/mfavatar/vendor/composer/autoload_static.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "prefixLengthsPsr4" must be all lower-case
(#17) Whitespace found at end of line
(#23) Whitespace found at end of line
(#29) Whitespace found at end of line
(#33) Whitespace found at end of line
(#40) Whitespace found at end of line
(#44) Whitespace found at end of line
(#50) Member variable "prefixDirsPsr4" must be all lower-case
(#51) Whitespace found at end of line
(#55) Whitespace found at end of line
(#59) Whitespace found at end of line
(#63) Whitespace found at end of line
(#67) Whitespace found at end of line
(#71) Whitespace found at end of line
(#75) Whitespace found at end of line
(#79) Whitespace found at end of line
(#83) Whitespace found at end of line
(#87) Whitespace found at end of line
(#91) Whitespace found at end of line
(#95) Whitespace found at end of line
(#99) Whitespace found at end of line
(#105) Member variable "fallbackDirsPsr4" must be all lower-case
(#109) Public method name "ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494::getInitializer" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#112) Variable "prefixLengthsPsr4" must be all lower-case
(#113) Variable "prefixDirsPsr4" must be all lower-case
(#114) Variable "fallbackDirsPsr4" must be all lower-case
blocks/mfavatar/vendor/danielstjules/stringy/src/Create.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/danielstjules/stringy/src/StaticStringy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#59) Line exceeds 132 characters; contains 138 characters
(#93) Expected MOODLE_INTERNAL check or config.php inclusion
(#102) Member variable "methodArgs" must be all lower-case
(#121) Opening brace should be on the same line as the declaration
(#122) Variable "methodArgs" must be all lower-case
(#123) Variable "stringyClass" must be all lower-case
(#124) Variable "stringyClass" must be all lower-case
(#128) Variable "methodArgs" must be all lower-case
(#132) Variable "methodArgs" must be all lower-case
(#136) Variable "numArgs" must be all lower-case
(#137) Variable "numArgs" must be all lower-case
(#139) Variable "numArgs" must be all lower-case
(#139) Variable "methodArgs" must be all lower-case
(#141) Variable "numArgs" must be all lower-case
blocks/mfavatar/vendor/danielstjules/stringy/src/Stringy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Opening brace should be on the same line as the declaration
(#48) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#93) Opening brace should be on the same line as the declaration
(#104) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#120) Variable "startIndex" must be all lower-case
(#121) Variable "startIndex" must be all lower-case
(#125) Variable "substrIndex" must be all lower-case
(#125) Variable "startIndex" must be all lower-case
(#126) Variable "endIndex" must be all lower-case
(#126) Variable "substrIndex" must be all lower-case
(#127) Variable "endIndex" must be all lower-case
(#131) Variable "substrIndex" must be all lower-case
(#131) Variable "endIndex" must be all lower-case
(#131) Variable "substrIndex" must be all lower-case
(#142) Opening brace should be on the same line as the declaration
(#176) Opening brace should be on the same line as the declaration
(#192) Public method name "Stringy::collapseWhitespace" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#206) Variable "caseSensitive" must be all lower-case
(#207) Opening brace should be on the same line as the declaration
(#210) Variable "caseSensitive" must be all lower-case
(#226) Public method name "Stringy::containsAll" must be in lower-case letters only
(#226) Variable "caseSensitive" must be all lower-case
(#227) Opening brace should be on the same line as the declaration
(#233) Variable "caseSensitive" must be all lower-case
(#250) Public method name "Stringy::containsAny" must be in lower-case letters only
(#250) Variable "caseSensitive" must be all lower-case
(#251) Opening brace should be on the same line as the declaration
(#257) Variable "caseSensitive" must be all lower-case
(#271) Opening brace should be on the same line as the declaration
(#284) Public method name "Stringy::countSubstr" must be in lower-case letters only
(#284) Variable "caseSensitive" must be all lower-case
(#285) Opening brace should be on the same line as the declaration
(#286) Variable "caseSensitive" must be all lower-case
(#304) Opening brace should be on the same line as the declaration
(#318) Opening brace should be on the same line as the declaration
(#319) Variable "regexEncoding" must be all lower-case
(#326) Variable "regexEncoding" must be all lower-case
(#340) Public method name "Stringy::endsWith" must be in lower-case letters only
(#340) Variable "caseSensitive" must be all lower-case
(#341) Opening brace should be on the same line as the declaration
(#342) Variable "substringLength" must be all lower-case
(#343) Variable "strLength" must be all lower-case
(#345) Variable "endOfStr" must be all lower-case
(#345) Variable "strLength" must be all lower-case
(#345) Variable "substringLength" must be all lower-case
(#346) Variable "substringLength" must be all lower-case
(#348) Variable "caseSensitive" must be all lower-case
(#350) Variable "endOfStr" must be all lower-case
(#350) Variable "endOfStr" must be all lower-case
(#353) Variable "endOfStr" must be all lower-case
(#366) Public method name "Stringy::endsWithAny" must be in lower-case letters only
(#366) Variable "caseSensitive" must be all lower-case
(#367) Opening brace should be on the same line as the declaration
(#373) Variable "caseSensitive" must be all lower-case
(#388) Public method name "Stringy::ensureLeft" must be in lower-case letters only
(#389) Opening brace should be on the same line as the declaration
(#406) Public method name "Stringy::ensureRight" must be in lower-case letters only
(#407) Opening brace should be on the same line as the declaration
(#424) Opening brace should be on the same line as the declaration
(#440) Public method name "Stringy::getEncoding" must be in lower-case letters only
(#441) Opening brace should be on the same line as the declaration
(#453) Public method name "Stringy::getIterator" must be in lower-case letters only
(#454) Opening brace should be on the same line as the declaration
(#464) Public method name "Stringy::hasLowerCase" must be in lower-case letters only
(#465) Opening brace should be on the same line as the declaration
(#475) Public method name "Stringy::hasUpperCase" must be in lower-case letters only
(#476) Opening brace should be on the same line as the declaration
(#489) Public method name "Stringy::htmlDecode" must be in lower-case letters only
(#490) Opening brace should be on the same line as the declaration
(#504) Public method name "Stringy::htmlEncode" must be in lower-case letters only
(#505) Opening brace should be on the same line as the declaration
(#518) Opening brace should be on the same line as the declaration
(#533) Public method name "Stringy::indexOf" must be in lower-case letters only
(#534) Opening brace should be on the same line as the declaration
(#549) Public method name "Stringy::indexOfLast" must be in lower-case letters only
(#550) Opening brace should be on the same line as the declaration
(#563) Opening brace should be on the same line as the declaration
(#584) Public method name "Stringy::isAlpha" must be in lower-case letters only
(#585) Opening brace should be on the same line as the declaration
(#595) Public method name "Stringy::isAlphanumeric" must be in lower-case letters only
(#596) Opening brace should be on the same line as the declaration
(#606) Public method name "Stringy::isBlank" must be in lower-case letters only
(#607) Opening brace should be on the same line as the declaration
(#617) Public method name "Stringy::isHexadecimal" must be in lower-case letters only
(#618) Opening brace should be on the same line as the declaration
(#629) Public method name "Stringy::isJson" must be in lower-case letters only
(#630) Opening brace should be on the same line as the declaration
(#646) Public method name "Stringy::isLowerCase" must be in lower-case letters only
(#647) Opening brace should be on the same line as the declaration
(#656) Public method name "Stringy::isSerialized" must be in lower-case letters only
(#657) Opening brace should be on the same line as the declaration
(#667) Public method name "Stringy::isBase64" must be in lower-case letters only
(#668) Opening brace should be on the same line as the declaration
(#678) Public method name "Stringy::isUpperCase" must be in lower-case letters only
(#679) Opening brace should be on the same line as the declaration
(#690) Opening brace should be on the same line as the declaration
(#707) Opening brace should be on the same line as the declaration
(#718) Opening brace should be on the same line as the declaration
(#733) Public method name "Stringy::longestCommonPrefix" must be in lower-case letters only
(#733) Variable "otherStr" must be all lower-case
(#734) Opening brace should be on the same line as the declaration
(#736) Variable "maxLength" must be all lower-case
(#736) Variable "otherStr" must be all lower-case
(#738) Variable "longestCommonPrefix" must be all lower-case
(#739) Variable "maxLength" must be all lower-case
(#742) Variable "otherStr" must be all lower-case
(#743) Variable "longestCommonPrefix" must be all lower-case
(#749) Variable "longestCommonPrefix" must be all lower-case
(#758) Public method name "Stringy::longestCommonSuffix" must be in lower-case letters only
(#758) Variable "otherStr" must be all lower-case
(#759) Opening brace should be on the same line as the declaration
(#761) Variable "maxLength" must be all lower-case
(#761) Variable "otherStr" must be all lower-case
(#763) Variable "longestCommonSuffix" must be all lower-case
(#764) Variable "maxLength" must be all lower-case
(#767) Variable "otherStr" must be all lower-case
(#768) Variable "longestCommonSuffix" must be all lower-case
(#768) Variable "longestCommonSuffix" must be all lower-case
(#774) Variable "longestCommonSuffix" must be all lower-case
(#784) Public method name "Stringy::longestCommonSubstring" must be in lower-case letters only
(#784) Variable "otherStr" must be all lower-case
(#785) Opening brace should be on the same line as the declaration
(#787) Inline comments must end in full-stops, exclamation marks, or question marks
(#790) Variable "strLength" must be all lower-case
(#791) Variable "otherLength" must be all lower-case
(#791) Variable "otherStr" must be all lower-case
(#793) Inline comments must end in full-stops, exclamation marks, or question marks
(#794) Variable "strLength" must be all lower-case
(#794) Variable "otherLength" must be all lower-case
(#801) Variable "strLength" must be all lower-case
(#802) Variable "otherLength" must be all lower-case
(#804) Variable "strLength" must be all lower-case
(#805) Variable "otherLength" must be all lower-case
(#806) Variable "strChar" must be all lower-case
(#807) Variable "otherChar" must be all lower-case
(#807) Variable "otherStr" must be all lower-case
(#809) Variable "strChar" must be all lower-case
(#809) Variable "otherChar" must be all lower-case
(#831) Public method name "Stringy::lowerCaseFirst" must be in lower-case letters only
(#832) Opening brace should be on the same line as the declaration
(#851) Opening brace should be on the same line as the declaration
(#874) Opening brace should be on the same line as the declaration
(#894) Opening brace should be on the same line as the declaration
(#895) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Opening brace should be on the same line as the declaration
(#908) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) Variable "padStr" must be all lower-case
(#926) Variable "padType" must be all lower-case
(#927) Opening brace should be on the same line as the declaration
(#928) Variable "padType" must be all lower-case
(#933) Variable "padType" must be all lower-case
(#935) Variable "padStr" must be all lower-case
(#937) Variable "padStr" must be all lower-case
(#939) Variable "padStr" must be all lower-case
(#951) Public method name "Stringy::padBoth" must be in lower-case letters only
(#951) Variable "padStr" must be all lower-case
(#952) Opening brace should be on the same line as the declaration
(#956) Variable "padStr" must be all lower-case
(#967) Public method name "Stringy::padLeft" must be in lower-case letters only
(#967) Variable "padStr" must be all lower-case
(#968) Opening brace should be on the same line as the declaration
(#969) Variable "padStr" must be all lower-case
(#980) Public method name "Stringy::padRight" must be in lower-case letters only
(#980) Variable "padStr" must be all lower-case
(#981) Opening brace should be on the same line as the declaration
(#982) Variable "padStr" must be all lower-case
(#992) Opening brace should be on the same line as the declaration
(#1008) Public method name "Stringy::regexReplace" must be in lower-case letters only
(#1009) Opening brace should be on the same line as the declaration
(#1010) Variable "regexEncoding" must be all lower-case
(#1014) Variable "regexEncoding" must be all lower-case
(#1025) Public method name "Stringy::removeLeft" must be in lower-case letters only
(#1026) Opening brace should be on the same line as the declaration
(#1030) Variable "substringLength" must be all lower-case
(#1031) Variable "substringLength" must be all lower-case
(#1043) Public method name "Stringy::removeRight" must be in lower-case letters only
(#1044) Opening brace should be on the same line as the declaration
(#1048) Variable "substringLength" must be all lower-case
(#1049) Variable "substringLength" must be all lower-case
(#1062) Opening brace should be on the same line as the declaration
(#1076) Opening brace should be on the same line as the declaration
(#1086) Opening brace should be on the same line as the declaration
(#1087) Variable "strLength" must be all lower-case
(#1090) Inline comments must end in full-stops, exclamation marks, or question marks
(#1091) Variable "strLength" must be all lower-case
(#1108) Public method name "Stringy::safeTruncate" must be in lower-case letters only
(#1109) Opening brace should be on the same line as the declaration
(#1115) Inline comments must end in full-stops, exclamation marks, or question marks
(#1117) Variable "substringLength" must be all lower-case
(#1118) Variable "substringLength" must be all lower-case
(#1122) Inline comments must end in full-stops, exclamation marks, or question marks
(#1124) Inline comments must end in full-stops, exclamation marks, or question marks
(#1125) Variable "lastPos" must be all lower-case
(#1126) Variable "lastPos" must be all lower-case
(#1127) Variable "lastPos" must be all lower-case
(#1143) Opening brace should be on the same line as the declaration
(#1147) Variable "shuffledStr" must be all lower-case
(#1149) Variable "shuffledStr" must be all lower-case
(#1152) Variable "shuffledStr" must be all lower-case
(#1168) Opening brace should be on the same line as the declaration
(#1172) Variable "quotedReplacement" must be all lower-case
(#1173) Variable "quotedReplacement" must be all lower-case
(#1177) Object operator not indented correctly; expected 12 spaces but found 23
(#1190) Public method name "Stringy::startsWith" must be in lower-case letters only
(#1190) Variable "caseSensitive" must be all lower-case
(#1191) Opening brace should be on the same line as the declaration
(#1192) Variable "substringLength" must be all lower-case
(#1193) Variable "startOfStr" must be all lower-case
(#1193) Variable "substringLength" must be all lower-case
(#1196) Variable "caseSensitive" must be all lower-case
(#1198) Variable "startOfStr" must be all lower-case
(#1198) Variable "startOfStr" must be all lower-case
(#1201) Variable "startOfStr" must be all lower-case
(#1214) Public method name "Stringy::startsWithAny" must be in lower-case letters only
(#1214) Variable "caseSensitive" must be all lower-case
(#1215) Opening brace should be on the same line as the declaration
(#1221) Variable "caseSensitive" must be all lower-case
(#1240) Opening brace should be on the same line as the declaration
(#1243) Usage of ELSEIF not allowed; use ELSE IF instead
(#1245) Usage of ELSEIF not allowed; use ELSE IF instead
(#1264) Opening brace should be on the same line as the declaration
(#1269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1270) Inline comments must end in full-stops, exclamation marks, or question marks
(#1275) Variable "regexEncoding" must be all lower-case
(#1278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1279) Inline comments must end in full-stops, exclamation marks, or question marks
(#1282) Variable "functionExists" must be all lower-case
(#1283) Variable "functionExists" must be all lower-case
(#1284) Variable "functionExists" must be all lower-case
(#1287) Variable "functionExists" must be all lower-case
(#1293) Variable "regexEncoding" must be all lower-case
(#1313) Public method name "Stringy::stripWhitespace" must be in lower-case letters only
(#1314) Opening brace should be on the same line as the declaration
(#1328) Opening brace should be on the same line as the declaration
(#1343) Opening brace should be on the same line as the declaration
(#1354) Public method name "Stringy::swapCase" must be in lower-case letters only
(#1355) Opening brace should be on the same line as the declaration
(#1382) Opening brace should be on the same line as the declaration
(#1407) Opening brace should be on the same line as the declaration
(#1441) Public method name "Stringy::toAscii" must be in lower-case letters only
(#1441) Variable "removeUnsupported" must be all lower-case
(#1442) Opening brace should be on the same line as the declaration
(#1445) Variable "langSpecific" must be all lower-case
(#1446) Variable "langSpecific" must be all lower-case
(#1447) Variable "langSpecific" must be all lower-case
(#1447) Variable "langSpecific" must be all lower-case
(#1454) Variable "removeUnsupported" must be all lower-case
(#1472) Public method name "Stringy::toBoolean" must be in lower-case letters only
(#1473) Opening brace should be on the same line as the declaration
(#1488) Usage of ELSEIF not allowed; use ELSE IF instead
(#1501) Public method name "Stringy::toLowerCase" must be in lower-case letters only
(#1502) Opening brace should be on the same line as the declaration
(#1515) Public method name "Stringy::toSpaces" must be in lower-case letters only
(#1515) Variable "tabLength" must be all lower-case
(#1516) Opening brace should be on the same line as the declaration
(#1517) Variable "tabLength" must be all lower-case
(#1531) Public method name "Stringy::toTabs" must be in lower-case letters only
(#1531) Variable "tabLength" must be all lower-case
(#1532) Opening brace should be on the same line as the declaration
(#1533) Variable "tabLength" must be all lower-case
(#1544) Public method name "Stringy::toTitleCase" must be in lower-case letters only
(#1545) Opening brace should be on the same line as the declaration
(#1557) Public method name "Stringy::toUpperCase" must be in lower-case letters only
(#1558) Opening brace should be on the same line as the declaration
(#1573) Opening brace should be on the same line as the declaration
(#1587) Public method name "Stringy::trimLeft" must be in lower-case letters only
(#1588) Opening brace should be on the same line as the declaration
(#1602) Public method name "Stringy::trimRight" must be in lower-case letters only
(#1603) Opening brace should be on the same line as the declaration
(#1619) Opening brace should be on the same line as the declaration
(#1625) Inline comments must end in full-stops, exclamation marks, or question marks
(#1626) Variable "substringLength" must be all lower-case
(#1627) Variable "substringLength" must be all lower-case
(#1644) Opening brace should be on the same line as the declaration
(#1655) Public method name "Stringy::upperCamelize" must be in lower-case letters only
(#1656) Opening brace should be on the same line as the declaration
(#1665) Public method name "Stringy::upperCaseFirst" must be in lower-case letters only
(#1666) Opening brace should be on the same line as the declaration
(#1681) Protected method name "Stringy::charsArray" must be in lower-case letters only
(#1682) Opening brace should be on the same line as the declaration
(#1683) Variable "charsArray" must be all lower-case
(#1684) Inline control structures are not allowed
(#1684) Variable "charsArray" must be all lower-case
(#1684) Variable "charsArray" must be all lower-case
(#1686) Variable "charsArray" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1859) Protected method name "Stringy::langSpecificCharsArray" must be in lower-case letters only
(#1860) Opening brace should be on the same line as the declaration
(#1864) Variable "charsArray" must be all lower-case
(#1865) Variable "charsArray" must be all lower-case
(#1866) Variable "charsArray" must be all lower-case
(#1869) Variable "languageSpecific" must be all lower-case
(#1880) Variable "languageSpecific" must be all lower-case
(#1881) Variable "charsArray" must be all lower-case
(#1881) Variable "languageSpecific" must be all lower-case
(#1883) Variable "charsArray" must be all lower-case
(#1886) Variable "charsArray" must be all lower-case
(#1898) Protected method name "Stringy::applyPadding" must be in lower-case letters only
(#1898) Variable "padStr" must be all lower-case
(#1899) Opening brace should be on the same line as the declaration
(#1901) Variable "padStr" must be all lower-case
(#1903) Variable "strLength" must be all lower-case
(#1904) Variable "paddedLength" must be all lower-case
(#1904) Variable "strLength" must be all lower-case
(#1906) Variable "paddedLength" must be all lower-case
(#1906) Variable "strLength" must be all lower-case
(#1910) Variable "leftPadding" must be all lower-case
(#1910) Variable "padStr" must be all lower-case
(#1912) Variable "rightPadding" must be all lower-case
(#1912) Variable "padStr" must be all lower-case
(#1915) Variable "leftPadding" must be all lower-case
(#1915) Variable "rightPadding" must be all lower-case
(#1926) Protected method name "Stringy::matchesPattern" must be in lower-case letters only
(#1927) Opening brace should be on the same line as the declaration
(#1928) Variable "regexEncoding" must be all lower-case
(#1932) Variable "regexEncoding" must be all lower-case
(#1941) Protected method name "Stringy::eregReplace" must be in lower-case letters only
(#1942) Opening brace should be on the same line as the declaration
(#1943) Variable "functionExists" must be all lower-case
(#1944) Variable "functionExists" must be all lower-case
(#1945) Variable "functionExists" must be all lower-case
(#1948) Variable "functionExists" must be all lower-case
(#1960) Protected method name "Stringy::regexEncoding" must be in lower-case letters only
(#1961) Opening brace should be on the same line as the declaration
(#1962) Variable "functionExists" must be all lower-case
(#1964) Variable "functionExists" must be all lower-case
(#1965) Variable "functionExists" must be all lower-case
(#1968) Variable "functionExists" must be all lower-case
(#1974) Protected method name "Stringy::supportsEncoding" must be in lower-case letters only
(#1975) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#238) Whitespace found at end of line
(#260) Member variable "initialState" must be all lower-case
(#266) Opening brace should be on the same line as the declaration
(#274) Opening brace should be on the same line as the declaration
(#282) Opening brace should be on the same line as the declaration
(#312) Opening brace should be on the same line as the declaration
(#321) Opening brace should be on the same line as the declaration
(#322) Variable "initialState" must be all lower-case
(#323) Variable "initialState" must be all lower-case
(#328) Variable "initialState" must be all lower-case
(#357) Opening brace should be on the same line as the declaration
(#379) Usage of ELSEIF not allowed; use ELSE IF instead
(#395) Opening brace should be on the same line as the declaration
(#414) Line exceeds 132 characters; contains 139 characters
(#442) Opening brace should be on the same line as the declaration
(#467) Line exceeds 132 characters; contains 143 characters
blocks/mfavatar/vendor/guzzlehttp/psr7/src/AppendStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
(#49) Public method name "AppendStream::addStream" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Public method name "AppendStream::getContents" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#74) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#96) Opening brace should be on the same line as the declaration
(#108) Public method name "AppendStream::getSize" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#124) Opening brace should be on the same line as the declaration
(#131) Opening brace should be on the same line as the declaration
(#141) Opening brace should be on the same line as the declaration
(#144) Usage of ELSEIF not allowed; use ELSE IF instead
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Opening brace should be on the same line as the declaration
(#179) Variable "progressToNext" must be all lower-case
(#184) Variable "progressToNext" must be all lower-case
(#185) Variable "progressToNext" must be all lower-case
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Variable "progressToNext" must be all lower-case
(#209) Public method name "AppendStream::isReadable" must be in lower-case letters only
(#210) Opening brace should be on the same line as the declaration
(#214) Public method name "AppendStream::isWritable" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#219) Public method name "AppendStream::isSeekable" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#225) Opening brace should be on the same line as the declaration
(#229) Public method name "AppendStream::getMetadata" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/BufferStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#32) Opening brace should be on the same line as the declaration
(#36) Public method name "BufferStream::getContents" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#45) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
(#54) Public method name "BufferStream::getSize" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#59) Public method name "BufferStream::isReadable" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Public method name "BufferStream::isWritable" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#69) Public method name "BufferStream::isSeekable" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#75) Opening brace should be on the same line as the declaration
(#80) Opening brace should be on the same line as the declaration
(#85) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "currentLength" must be all lower-case
(#101) Variable "currentLength" must be all lower-case
(#118) Opening brace should be on the same line as the declaration
(#129) Public method name "BufferStream::getMetadata" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/CachingStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "remoteStream" must be all lower-case
(#18) Member variable "skipReadBytes" must be all lower-case
(#34) Public method name "CachingStream::getSize" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#45) Opening brace should be on the same line as the declaration
(#48) Usage of ELSEIF not allowed; use ELSE IF instead
(#50) Usage of ELSEIF not allowed; use ELSE IF instead
(#76) Opening brace should be on the same line as the declaration
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Variable "remoteData" must be all lower-case
(#92) Variable "remoteData" must be all lower-case
(#93) Variable "remoteData" must be all lower-case
(#93) Variable "remoteData" must be all lower-case
(#97) Variable "remoteData" must be all lower-case
(#98) Variable "remoteData" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#127) Opening brace should be on the same line as the declaration
(#131) Private method name "CachingStream::cacheEntireStream" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/DroppingStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "maxLength" must be all lower-case
(#20) Variable "maxLength" must be all lower-case
(#21) Opening brace should be on the same line as the declaration
(#23) Variable "maxLength" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/FnStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Opening brace should be on the same line as the declaration
(#49) Opening brace should be on the same line as the declaration
(#65) Opening brace should be on the same line as the declaration
(#76) Opening brace should be on the same line as the declaration
(#81) Opening brace should be on the same line as the declaration
(#86) Opening brace should be on the same line as the declaration
(#90) Public method name "FnStream::getSize" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#96) Opening brace should be on the same line as the declaration
(#101) Opening brace should be on the same line as the declaration
(#105) Public method name "FnStream::isSeekable" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#111) Opening brace should be on the same line as the declaration
(#116) Opening brace should be on the same line as the declaration
(#120) Public method name "FnStream::isWritable" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#126) Opening brace should be on the same line as the declaration
(#130) Public method name "FnStream::isReadable" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#136) Opening brace should be on the same line as the declaration
(#140) Public method name "FnStream::getContents" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#145) Public method name "FnStream::getMetadata" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/InflateStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Variable "filenameHeaderLength" must be all lower-case
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Variable "filenameHeaderLength" must be all lower-case
(#38) Private method name "InflateStream::getLengthOfPossibleFilenameHeader" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "filename_header_length" must not contain underscores.
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Variable "filename_header_length" must not contain underscores.
(#46) Variable "filename_header_length" must not contain underscores.
(#50) Variable "filename_header_length" must not contain underscores.
blocks/mfavatar/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#35) Protected method name "LazyOpenStream::createStream" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/LimitStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Opening brace should be on the same line as the declaration
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Public method name "LimitStream::getSize" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#60) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) Opening brace should be on the same line as the declaration
(#97) Opening brace should be on the same line as the declaration
(#108) Public method name "LimitStream::setOffset" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Usage of ELSEIF not allowed; use ELSE IF instead
(#133) Public method name "LimitStream::setLimit" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#139) Opening brace should be on the same line as the declaration
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/guzzlehttp/psr7/src/MessageTrait.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "headerNames" must be all lower-case
(#23) function name "getProtocolVersion" must be lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#28) function name "withProtocolVersion" must be lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#39) function name "getHeaders" must be lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#44) function name "hasHeader" must be lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#49) function name "getHeader" must be lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#62) function name "getHeaderLine" must be lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#67) function name "withHeader" must be lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#86) function name "withAddedHeader" must be lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#107) function name "withoutHeader" must be lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#123) function name "getBody" must be lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#132) function name "withBody" must be lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#143) function name "setHeaders" must be lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#177) function name "trimHeaderValues" must be lower-case letters only
(#178) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/MultipartStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Opening brace should be on the same line as the declaration
(#39) Public method name "MultipartStream::getBoundary" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#44) Public method name "MultipartStream::isWritable" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#52) Private method name "MultipartStream::getHeaders" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#65) Protected method name "MultipartStream::createStream" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Private method name "MultipartStream::addElement" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#111) Private method name "MultipartStream::createElement" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Private method name "MultipartStream::getHeader" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#144) Variable "lowercaseHeader" must be all lower-case
(#146) Variable "lowercaseHeader" must be all lower-case
blocks/mfavatar/vendor/guzzlehttp/psr7/src/NoSeekStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#18) Public method name "NoSeekStream::isSeekable" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/PumpStream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Member variable "tellPos" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#61) Opening brace should be on the same line as the declaration
(#66) Opening brace should be on the same line as the declaration
(#71) Public method name "PumpStream::getSize" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#77) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#86) Public method name "PumpStream::isSeekable" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#92) Opening brace should be on the same line as the declaration
(#97) Opening brace should be on the same line as the declaration
(#101) Public method name "PumpStream::isWritable" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#107) Opening brace should be on the same line as the declaration
(#111) Public method name "PumpStream::isReadable" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#117) Opening brace should be on the same line as the declaration
(#119) Variable "readLen" must be all lower-case
(#120) Variable "readLen" must be all lower-case
(#121) Variable "readLen" must be all lower-case
(#126) Variable "readLen" must be all lower-case
(#132) Public method name "PumpStream::getContents" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#142) Public method name "PumpStream::getMetadata" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#152) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Request.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Member variable "requestTarget" must be all lower-case
(#57) Public method name "Request::getRequestTarget" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#74) Public method name "Request::withRequestTarget" must be in lower-case letters only
(#74) Variable "requestTarget" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#76) Variable "requestTarget" must be all lower-case
(#83) Variable "requestTarget" must be all lower-case
(#87) Public method name "Request::getMethod" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#92) Public method name "Request::withMethod" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#99) Public method name "Request::getUri" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#104) Public method name "Request::withUri" must be in lower-case letters only
(#104) Variable "preserveHost" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#113) Variable "preserveHost" must be all lower-case
(#120) Private method name "Request::updateHostFromUri" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Response.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#77) Member variable "reasonPhrase" must be all lower-case
(#80) Member variable "statusCode" must be all lower-case
(#87) Line exceeds 132 characters; contains 134 characters
(#112) Public method name "Response::getStatusCode" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#117) Public method name "Response::getReasonPhrase" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#122) Public method name "Response::withStatus" must be in lower-case letters only
(#122) Variable "reasonPhrase" must be all lower-case
(#123) Opening brace should be on the same line as the declaration
(#126) Variable "reasonPhrase" must be all lower-case
(#127) Variable "reasonPhrase" must be all lower-case
(#129) Variable "reasonPhrase" must be all lower-case
blocks/mfavatar/vendor/guzzlehttp/psr7/src/ServerRequest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Member variable "cookieParams" must be all lower-case
(#40) Member variable "parsedBody" must be all lower-case
(#45) Member variable "queryParams" must be all lower-case
(#50) Member variable "serverParams" must be all lower-case
(#55) Member variable "uploadedFiles" must be all lower-case
(#71) Variable "serverParams" must be all lower-case
(#73) Variable "serverParams" must be all lower-case
(#85) Public method name "ServerRequest::normalizeFiles" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#92) Usage of ELSEIF not allowed; use ELSE IF instead
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Private method name "ServerRequest::createUploadedFileFromSpec" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#138) Private method name "ServerRequest::normalizeNestedFileSpec" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#140) Variable "normalizedFiles" must be all lower-case
(#150) Variable "normalizedFiles" must be all lower-case
(#153) Variable "normalizedFiles" must be all lower-case
(#166) Public method name "ServerRequest::fromGlobals" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#174) Variable "serverRequest" must be all lower-case
(#176) Variable "serverRequest" must be all lower-case
(#188) Public method name "ServerRequest::getUriFromGlobals" must be in lower-case letters only
(#193) Variable "hasPort" must be all lower-case
(#195) Variable "hostHeaderParts" must be all lower-case
(#196) Variable "hostHeaderParts" must be all lower-case
(#197) Variable "hostHeaderParts" must be all lower-case
(#198) Variable "hasPort" must be all lower-case
(#199) Variable "hostHeaderParts" must be all lower-case
(#201) Usage of ELSEIF not allowed; use ELSE IF instead
(#203) Usage of ELSEIF not allowed; use ELSE IF instead
(#207) Variable "hasPort" must be all lower-case
(#211) Variable "hasQuery" must be all lower-case
(#213) Variable "requestUriParts" must be all lower-case
(#214) Variable "requestUriParts" must be all lower-case
(#215) Variable "requestUriParts" must be all lower-case
(#216) Variable "hasQuery" must be all lower-case
(#217) Variable "requestUriParts" must be all lower-case
(#221) Variable "hasQuery" must be all lower-case
(#232) Public method name "ServerRequest::getServerParams" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#240) Public method name "ServerRequest::getUploadedFiles" must be in lower-case letters only
(#241) Opening brace should be on the same line as the declaration
(#248) Public method name "ServerRequest::withUploadedFiles" must be in lower-case letters only
(#248) Variable "uploadedFiles" must be all lower-case
(#249) Opening brace should be on the same line as the declaration
(#251) Variable "uploadedFiles" must be all lower-case
(#259) Public method name "ServerRequest::getCookieParams" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#267) Public method name "ServerRequest::withCookieParams" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#278) Public method name "ServerRequest::getQueryParams" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#286) Public method name "ServerRequest::withQueryParams" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#297) Public method name "ServerRequest::getParsedBody" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#305) Public method name "ServerRequest::withParsedBody" must be in lower-case letters only
(#306) Opening brace should be on the same line as the declaration
(#316) Public method name "ServerRequest::getAttributes" must be in lower-case letters only
(#317) Opening brace should be on the same line as the declaration
(#324) Public method name "ServerRequest::getAttribute" must be in lower-case letters only
(#325) Opening brace should be on the same line as the declaration
(#336) Public method name "ServerRequest::withAttribute" must be in lower-case letters only
(#337) Opening brace should be on the same line as the declaration
(#347) Public method name "ServerRequest::withoutAttribute" must be in lower-case letters only
(#348) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Stream.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "customMetadata" must be all lower-case
(#22) Member variable "readWriteHash" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#68) Variable "readWriteHash" must be all lower-case
(#69) Variable "readWriteHash" must be all lower-case
(#74) Opening brace should be on the same line as the declaration
(#86) Opening brace should be on the same line as the declaration
(#91) Opening brace should be on the same line as the declaration
(#100) Public method name "Stream::getContents" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#112) Opening brace should be on the same line as the declaration
(#122) Opening brace should be on the same line as the declaration
(#135) Public method name "Stream::getSize" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Public method name "Stream::isReadable" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#164) Public method name "Stream::isWritable" must be in lower-case letters only
(#165) Opening brace should be on the same line as the declaration
(#169) Public method name "Stream::isSeekable" must be in lower-case letters only
(#170) Opening brace should be on the same line as the declaration
(#175) Opening brace should be on the same line as the declaration
(#180) Opening brace should be on the same line as the declaration
(#191) Opening brace should be on the same line as the declaration
(#196) Opening brace should be on the same line as the declaration
(#199) Usage of ELSEIF not allowed; use ELSE IF instead
(#206) Opening brace should be on the same line as the declaration
(#227) Opening brace should be on the same line as the declaration
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Public method name "Stream::getMetadata" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#247) Usage of ELSEIF not allowed; use ELSE IF instead
(#249) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/mfavatar/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Function name "__construct" is invalid; only PHP magic methods should be prefixed with a double underscore
(#16) Opening brace should be on the same line as the declaration
(#28) Function name "__get" 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
(#38) Function name "__toString" is invalid; only PHP magic methods should be prefixed with a double underscore
(#39) Opening brace should be on the same line as the declaration
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) function name "getContents" must be lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#66) Function name "__call" is invalid; only PHP magic methods should be prefixed with a double underscore
(#67) Opening brace should be on the same line as the declaration
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Opening brace should be on the same line as the declaration
(#79) function name "getMetadata" must be lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#85) Opening brace should be on the same line as the declaration
(#89) function name "getSize" must be lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#95) Opening brace should be on the same line as the declaration
(#100) Opening brace should be on the same line as the declaration
(#104) function name "isReadable" must be lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#109) function name "isWritable" must be lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#114) function name "isSeekable" must be lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#120) Opening brace should be on the same line as the declaration
(#125) Opening brace should be on the same line as the declaration
(#130) Opening brace should be on the same line as the declaration
(#135) Opening brace should be on the same line as the declaration
(#145) function name "createStream" must be lower-case letters only
(#146) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/StreamWrapper.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "StreamWrapper::getResource" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#34) Usage of ELSEIF not allowed; use ELSE IF instead
(#50) Opening brace should be on the same line as the declaration
(#56) Variable "opened_path" must not contain underscores.
(#57) Opening brace should be on the same line as the declaration
(#71) Opening brace should be on the same line as the declaration
(#76) Opening brace should be on the same line as the declaration
(#81) Opening brace should be on the same line as the declaration
(#86) Opening brace should be on the same line as the declaration
(#91) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "modeMap" must be all lower-case
(#108) Variable "modeMap" must be all lower-case
blocks/mfavatar/vendor/guzzlehttp/psr7/src/UploadedFile.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Member variable "clientFilename" must be all lower-case
(#33) Member variable "clientMediaType" must be all lower-case
(#68) Variable "streamOrFile" must be all lower-case
(#70) Variable "errorStatus" must be all lower-case
(#71) Variable "clientFilename" must be all lower-case
(#72) Variable "clientMediaType" must be all lower-case
(#74) Variable "errorStatus" must be all lower-case
(#76) Variable "clientFilename" must be all lower-case
(#77) Variable "clientMediaType" must be all lower-case
(#80) Variable "streamOrFile" must be all lower-case
(#90) Private method name "UploadedFile::setStreamOrFile" must be in lower-case letters only
(#90) Variable "streamOrFile" must be all lower-case
(#91) Opening brace should be on the same line as the declaration
(#92) Variable "streamOrFile" must be all lower-case
(#93) Variable "streamOrFile" must be all lower-case
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#94) Variable "streamOrFile" must be all lower-case
(#95) Variable "streamOrFile" must be all lower-case
(#96) Usage of ELSEIF not allowed; use ELSE IF instead
(#96) Variable "streamOrFile" must be all lower-case
(#97) Variable "streamOrFile" must be all lower-case
(#109) Private method name "UploadedFile::setError" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#117) Must use "self::" for local static member reference
(#130) Private method name "UploadedFile::setSize" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#145) Private method name "UploadedFile::isStringOrNull" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#154) Private method name "UploadedFile::isStringNotEmpty" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#163) Private method name "UploadedFile::setClientFilename" must be in lower-case letters only
(#163) Variable "clientFilename" must be all lower-case
(#164) Opening brace should be on the same line as the declaration
(#165) Variable "clientFilename" must be all lower-case
(#171) Variable "clientFilename" must be all lower-case
(#178) Private method name "UploadedFile::setClientMediaType" must be in lower-case letters only
(#178) Variable "clientMediaType" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "clientMediaType" must be all lower-case
(#186) Variable "clientMediaType" must be all lower-case
(#194) Private method name "UploadedFile::isOk" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#202) Public method name "UploadedFile::isMoved" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#210) Private method name "UploadedFile::validateActive" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#225) Public method name "UploadedFile::getStream" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#247) Public method name "UploadedFile::moveTo" must be in lower-case letters only
(#247) Variable "targetPath" must be all lower-case
(#248) Opening brace should be on the same line as the declaration
(#251) Variable "targetPath" must be all lower-case
(#259) Variable "targetPath" must be all lower-case
(#260) Variable "targetPath" must be all lower-case
(#264) Variable "targetPath" must be all lower-case
(#272) Variable "targetPath" must be all lower-case
(#282) Public method name "UploadedFile::getSize" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#293) Public method name "UploadedFile::getError" must be in lower-case letters only
(#294) Opening brace should be on the same line as the declaration
(#304) Public method name "UploadedFile::getClientFilename" must be in lower-case letters only
(#305) Opening brace should be on the same line as the declaration
(#312) Public method name "UploadedFile::getClientMediaType" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Uri.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "defaultPorts" must be all lower-case
(#37) Member variable "charUnreserved" must be all lower-case
(#38) Member variable "charSubDelims" must be all lower-case
(#39) Member variable "replaceQuery" must be all lower-case
(#45) Member variable "userInfo" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Opening brace should be on the same line as the declaration
(#114) Public method name "Uri::composeComponents" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Public method name "Uri::isDefaultPort" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#153) Variable "defaultPorts" must be all lower-case
(#153) Variable "defaultPorts" must be all lower-case
(#174) Public method name "Uri::isAbsolute" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#189) Public method name "Uri::isNetworkPathReference" must be in lower-case letters only
(#190) Opening brace should be on the same line as the declaration
(#204) Public method name "Uri::isAbsolutePathReference" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#222) Public method name "Uri::isRelativePathReference" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#242) Public method name "Uri::isSameDocumentReference" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#266) Public method name "Uri::removeDotSegments" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#283) Opening brace should be on the same line as the declaration
(#302) Public method name "Uri::withoutQueryValue" must be in lower-case letters only
(#303) Opening brace should be on the same line as the declaration
(#309) Variable "decodedKey" must be all lower-case
(#310) Variable "decodedKey" must be all lower-case
(#311) Variable "decodedKey" must be all lower-case
(#332) Public method name "Uri::withQueryValue" must be in lower-case letters only
(#333) Opening brace should be on the same line as the declaration
(#339) Variable "decodedKey" must be all lower-case
(#340) Variable "decodedKey" must be all lower-case
(#341) Variable "decodedKey" must be all lower-case
(#348) Variable "replaceQuery" must be all lower-case
(#351) Variable "replaceQuery" must be all lower-case
(#369) Public method name "Uri::fromParts" must be in lower-case letters only
(#370) Opening brace should be on the same line as the declaration
(#378) Public method name "Uri::getScheme" must be in lower-case letters only
(#379) Opening brace should be on the same line as the declaration
(#383) Public method name "Uri::getAuthority" must be in lower-case letters only
(#384) Opening brace should be on the same line as the declaration
(#397) Public method name "Uri::getUserInfo" must be in lower-case letters only
(#398) Opening brace should be on the same line as the declaration
(#402) Public method name "Uri::getHost" must be in lower-case letters only
(#403) Opening brace should be on the same line as the declaration
(#407) Public method name "Uri::getPort" must be in lower-case letters only
(#408) Opening brace should be on the same line as the declaration
(#412) Public method name "Uri::getPath" must be in lower-case letters only
(#413) Opening brace should be on the same line as the declaration
(#417) Public method name "Uri::getQuery" must be in lower-case letters only
(#418) Opening brace should be on the same line as the declaration
(#422) Public method name "Uri::getFragment" must be in lower-case letters only
(#423) Opening brace should be on the same line as the declaration
(#427) Public method name "Uri::withScheme" must be in lower-case letters only
(#428) Opening brace should be on the same line as the declaration
(#443) Public method name "Uri::withUserInfo" must be in lower-case letters only
(#444) Opening brace should be on the same line as the declaration
(#461) Public method name "Uri::withHost" must be in lower-case letters only
(#462) Opening brace should be on the same line as the declaration
(#476) Public method name "Uri::withPort" must be in lower-case letters only
(#477) Opening brace should be on the same line as the declaration
(#492) Public method name "Uri::withPath" must be in lower-case letters only
(#493) Opening brace should be on the same line as the declaration
(#507) Public method name "Uri::withQuery" must be in lower-case letters only
(#508) Opening brace should be on the same line as the declaration
(#521) Public method name "Uri::withFragment" must be in lower-case letters only
(#522) Opening brace should be on the same line as the declaration
(#540) Private method name "Uri::applyParts" must be in lower-case letters only
(#541) Opening brace should be on the same line as the declaration
(#575) Private method name "Uri::filterScheme" must be in lower-case letters only
(#576) Opening brace should be on the same line as the declaration
(#591) Private method name "Uri::filterHost" must be in lower-case letters only
(#592) Opening brace should be on the same line as the declaration
(#607) Private method name "Uri::filterPort" must be in lower-case letters only
(#608) Opening brace should be on the same line as the declaration
(#623) Private method name "Uri::removeDefaultPort" must be in lower-case letters only
(#624) Opening brace should be on the same line as the declaration
(#639) Private method name "Uri::filterPath" must be in lower-case letters only
(#640) Opening brace should be on the same line as the declaration
(#646) Variable "charUnreserved" must be all lower-case
(#646) Variable "charSubDelims" must be all lower-case
(#661) Private method name "Uri::filterQueryAndFragment" must be in lower-case letters only
(#662) Opening brace should be on the same line as the declaration
(#668) Variable "charUnreserved" must be all lower-case
(#668) Variable "charSubDelims" must be all lower-case
(#674) Private method name "Uri::rawurlencodeMatchZero" must be in lower-case letters only
(#675) Opening brace should be on the same line as the declaration
(#679) Private method name "Uri::validateState" must be in lower-case letters only
(#680) Opening brace should be on the same line as the declaration
(#690) Line exceeds 132 characters; contains 135 characters
(#692) Usage of ELSEIF not allowed; use ELSE IF instead
(#699) Inline comments must start with a capital letter, digit or 3-dots sequence
(#699) Inline comments must end in full-stops, exclamation marks, or question marks
(#699) This comment is 70% valid code; is this commented out code?
(#699) No space found before comment text; expected "// throw new \InvalidArgumentException('The path of a URI with an authority must start with a slash "/" or be empty');" but found "//throw new \InvalidArgumentException('The path of a URI with an authority must start with a slash "/" or be empty');"
blocks/mfavatar/vendor/guzzlehttp/psr7/src/UriNormalizer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#120) Opening brace should be on the same line as the declaration
(#152) Variable "queryKeyValues" must be all lower-case
(#153) Variable "queryKeyValues" must be all lower-case
(#154) Variable "queryKeyValues" must be all lower-case
(#175) Public method name "UriNormalizer::isEquivalent" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#180) Private method name "UriNormalizer::capitalizePercentEncoding" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#196) Private method name "UriNormalizer::decodeUnreservedCharacters" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#213) Opening brace should be on the same line as the declaration
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/guzzlehttp/psr7/src/UriResolver.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "UriResolver::removeDotSegments" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#34) Usage of ELSEIF not allowed; use ELSE IF instead
(#39) Variable "newPath" must be all lower-case
(#41) Variable "newPath" must be all lower-case
(#41) Variable "newPath" must be all lower-case
(#43) Variable "newPath" must be all lower-case
(#43) Variable "newPath" must be all lower-case
(#44) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Variable "newPath" must be all lower-case
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Variable "newPath" must be all lower-case
(#50) Variable "newPath" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#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
(#74) Variable "targetAuthority" must be all lower-case
(#75) Variable "targetPath" must be all lower-case
(#76) Variable "targetQuery" must be all lower-case
(#78) Variable "targetAuthority" must be all lower-case
(#80) Variable "targetPath" must be all lower-case
(#81) Variable "targetQuery" must be all lower-case
(#84) Variable "targetPath" must be all lower-case
(#86) Variable "targetAuthority" must be all lower-case
(#87) Variable "targetPath" must be all lower-case
(#89) Variable "lastSlashPos" must be all lower-case
(#90) Variable "lastSlashPos" must be all lower-case
(#91) Variable "targetPath" must be all lower-case
(#93) Variable "targetPath" must be all lower-case
(#93) Variable "lastSlashPos" must be all lower-case
(#97) Variable "targetPath" must be all lower-case
(#97) Variable "targetPath" must be all lower-case
(#98) Variable "targetQuery" must be all lower-case
(#104) Variable "targetAuthority" must be all lower-case
(#105) Variable "targetPath" must be all lower-case
(#106) Variable "targetQuery" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#159) Variable "emptyPathUri" must be all lower-case
(#162) Variable "emptyPathUri" must be all lower-case
(#167) Variable "emptyPathUri" must be all lower-case
(#174) Variable "lastSegment" must be all lower-case
(#176) Variable "emptyPathUri" must be all lower-case
(#176) Variable "lastSegment" must be all lower-case
(#176) Variable "lastSegment" must be all lower-case
(#179) Variable "emptyPathUri" must be all lower-case
(#182) Private method name "UriResolver::getRelativePath" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
(#184) Variable "sourceSegments" must be all lower-case
(#185) Variable "targetSegments" must be all lower-case
(#186) Variable "sourceSegments" must be all lower-case
(#187) Variable "targetLastSegment" must be all lower-case
(#187) Variable "targetSegments" must be all lower-case
(#188) Variable "sourceSegments" must be all lower-case
(#189) Variable "targetSegments" must be all lower-case
(#189) Variable "targetSegments" must be all lower-case
(#190) Variable "sourceSegments" must be all lower-case
(#190) Variable "targetSegments" must be all lower-case
(#195) Variable "targetSegments" must be all lower-case
(#195) Variable "targetLastSegment" must be all lower-case
(#196) Variable "relativePath" must be all lower-case
(#196) Variable "sourceSegments" must be all lower-case
(#196) Variable "targetSegments" must be all lower-case
(#201) Variable "relativePath" must be all lower-case
(#201) Variable "relativePath" must be all lower-case
(#202) Variable "relativePath" must be all lower-case
(#202) Variable "relativePath" must be all lower-case
(#203) Usage of ELSEIF not allowed; use ELSE IF instead
(#203) Variable "relativePath" must be all lower-case
(#206) Variable "relativePath" must be all lower-case
(#206) Variable "relativePath" must be all lower-case
(#208) Variable "relativePath" must be all lower-case
(#208) Variable "relativePath" must be all lower-case
(#212) Variable "relativePath" must be all lower-case
(#216) Opening brace should be on the same line as the declaration
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/guzzlehttp/psr7/src/functions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
(#27) Usage of ELSEIF not allowed; use ELSE IF instead
(#55) Opening brace should be on the same line as the declaration
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Opening brace should be on the same line as the declaration
(#95) Usage of ELSEIF not allowed; use ELSE IF instead
(#104) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Opening brace should be on the same line as the declaration
(#163) Opening brace should be on the same line as the declaration
(#202) Opening brace should be on the same line as the declaration
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Variable "standardPorts" must be all lower-case
(#219) Variable "standardPorts" must be all lower-case
(#219) Variable "standardPorts" must be all lower-case
(#275) Opening brace should be on the same line as the declaration
(#296) Opening brace should be on the same line as the declaration
(#311) Inline doc block comments are not allowed; use "// Comment." instead
(#328) Variable "maxLen" must be all lower-case
(#329) Opening brace should be on the same line as the declaration
(#332) Variable "maxLen" must be all lower-case
(#345) Variable "maxLen" must be all lower-case
(#346) Variable "maxLen" must be all lower-case
(#372) Variable "maxLen" must be all lower-case
(#374) Variable "bufferSize" must be all lower-case
(#376) Variable "maxLen" must be all lower-case
(#378) Variable "bufferSize" must be all lower-case
(#383) Variable "maxLen" must be all lower-case
(#385) Variable "bufferSize" must be all lower-case
(#409) Variable "rawOutput" must be all lower-case
(#422) Variable "rawOutput" must be all lower-case
(#436) Variable "maxLength" must be all lower-case
(#437) Opening brace should be on the same line as the declaration
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) Variable "maxLength" must be all lower-case
(#464) Opening brace should be on the same line as the declaration
(#492) Opening brace should be on the same line as the declaration
(#524) Variable "urlEncoding" must be all lower-case
(#525) Opening brace should be on the same line as the declaration
(#532) Variable "urlEncoding" must be all lower-case
(#536) Usage of ELSEIF not allowed; use ELSE IF instead
(#536) Variable "urlEncoding" must be all lower-case
(#538) Usage of ELSEIF not allowed; use ELSE IF instead
(#538) Variable "urlEncoding" must be all lower-case
(#541) Closing brace must be on a line by itself
(#575) Opening brace should be on the same line as the declaration
(#581) Closing brace must be on a line by itself
(#582) Usage of ELSEIF not allowed; use ELSE IF instead
(#584) Usage of ELSEIF not allowed; use ELSE IF instead
(#621) Opening brace should be on the same line as the declaration
(#634) Opening brace should be on the same line as the declaration
(#756) Opening brace should be on the same line as the declaration
(#761) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) Variable "totalLines" must be all lower-case
(#766) Variable "totalLines" must be all lower-case
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#770) Variable "totalLines" must be all lower-case
(#796) Opening brace should be on the same line as the declaration
(#797) Variable "hostKey" must be all lower-case
(#802) Variable "hostKey" must be all lower-case
(#806) Variable "hostKey" must be all lower-case
(#814) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/guzzlehttp/psr7/src/functions_include.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require" must be immediately followed by an open parenthesis
blocks/mfavatar/vendor/illuminate/cache/ApcStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Opening brace should be on the same line as the declaration
(#45) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#74) Opening brace should be on the same line as the declaration
(#86) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#109) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#128) Public method name "ApcStore::getPrefix" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/ApcWrapper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#31) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#79) Opening brace should be on the same line as the declaration
(#89) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/ArrayStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#67) Opening brace should be on the same line as the declaration
(#79) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#102) Opening brace should be on the same line as the declaration
(#113) Public method name "ArrayStore::getPrefix" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/CacheManager.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Member variable "customCreators" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#55) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#79) Opening brace should be on the same line as the declaration
(#92) Opening brace should be on the same line as the declaration
(#102) Variable "driverMethod" must be all lower-case
(#104) Variable "driverMethod" must be all lower-case
(#105) Variable "driverMethod" must be all lower-case
(#118) Protected method name "CacheManager::callCustomCreator" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#129) Protected method name "CacheManager::createApcDriver" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#141) Protected method name "CacheManager::createArrayDriver" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
(#152) Protected method name "CacheManager::createFileDriver" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#163) Protected method name "CacheManager::createMemcachedDriver" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#182) Protected method name "CacheManager::createNullDriver" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
(#193) Protected method name "CacheManager::createRedisDriver" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#208) Protected method name "CacheManager::createDatabaseDriver" must be in lower-case letters only
(#209) Opening brace should be on the same line as the declaration
(#226) Opening brace should be on the same line as the declaration
(#244) Protected method name "CacheManager::getPrefix" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#255) Protected method name "CacheManager::getConfig" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#265) Public method name "CacheManager::getDefaultDriver" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#276) Public method name "CacheManager::setDefaultDriver" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#289) Opening brace should be on the same line as the declaration
(#303) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/CacheServiceProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Console/CacheTableCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "fullPath" must be all lower-case
(#61) Variable "fullPath" must be all lower-case
(#73) Protected method name "CacheTableCommand::createBaseMigration" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Console/ClearCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#49) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#83) Public method name "ClearCommand::flushFacades" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#85) Variable "storagePath" must be all lower-case
(#89) Variable "storagePath" must be all lower-case
(#102) Opening brace should be on the same line as the declaration
(#114) Opening brace should be on the same line as the declaration
(#123) Protected method name "ClearCommand::getArguments" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#135) Protected method name "ClearCommand::getOptions" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Console/ForgetCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/DatabaseStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#58) Opening brace should be on the same line as the declaration
(#93) Opening brace should be on the same line as the declaration
(#115) Opening brace should be on the same line as the declaration
(#129) Opening brace should be on the same line as the declaration
(#143) Protected method name "DatabaseStore::incrementOrDecrement" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#149) Object operator not indented correctly; expected 16 spaces but found 24
(#187) Protected method name "DatabaseStore::getTime" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#200) Opening brace should be on the same line as the declaration
(#211) Opening brace should be on the same line as the declaration
(#223) Opening brace should be on the same line as the declaration
(#233) Opening brace should be on the same line as the declaration
(#242) Public method name "DatabaseStore::getConnection" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#252) Public method name "DatabaseStore::getPrefix" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Events/CacheEvent.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Opening brace should be on the same line as the declaration
(#40) Public method name "CacheEvent::setTags" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Events/CacheHit.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Events/CacheMissed.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/cache/Events/KeyForgotten.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/cache/Events/KeyWritten.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/FileStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
(#61) Opening brace should be on the same line as the declaration
(#75) Protected method name "FileStore::ensureCacheDirectoryExists" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#93) Variable "newValue" must be all lower-case
(#94) Variable "newValue" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#129) Opening brace should be on the same line as the declaration
(#143) Opening brace should be on the same line as the declaration
(#163) Protected method name "FileStore::getPayload" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#202) Protected method name "FileStore::emptyPayload" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#214) Opening brace should be on the same line as the declaration
(#227) Opening brace should be on the same line as the declaration
(#238) Public method name "FileStore::getFilesystem" must be in lower-case letters only
(#239) Opening brace should be on the same line as the declaration
(#248) Public method name "FileStore::getDirectory" must be in lower-case letters only
(#249) Opening brace should be on the same line as the declaration
(#258) Public method name "FileStore::getPrefix" must be in lower-case letters only
(#259) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Lock.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
(#74) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/MemcachedConnector.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Variable "connectionId" must be all lower-case
(#19) Opening brace should be on the same line as the declaration
(#21) Variable "connectionId" must be all lower-case
(#46) Protected method name "MemcachedConnector::getMemcached" must be in lower-case letters only
(#46) Variable "connectionId" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "connectionId" must be all lower-case
(#67) Protected method name "MemcachedConnector::createMemcachedInstance" must be in lower-case letters only
(#67) Variable "connectionId" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "connectionId" must be all lower-case
(#69) Variable "connectionId" must be all lower-case
(#79) Protected method name "MemcachedConnector::setCredentials" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/MemcachedLock.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
(#49) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/MemcachedStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "onVersionThree" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#49) Object operator not indented correctly; expected 12 spaces but found 28
(#59) Opening brace should be on the same line as the declaration
(#76) Opening brace should be on the same line as the declaration
(#77) Variable "prefixedKeys" must be all lower-case
(#82) Variable "prefixedKeys" must be all lower-case
(#86) Variable "prefixedKeys" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#116) Public method name "MemcachedStore::putMany" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
(#118) Variable "prefixedValues" must be all lower-case
(#121) Variable "prefixedValues" must be all lower-case
(#124) Variable "prefixedValues" must be all lower-case
(#136) Opening brace should be on the same line as the declaration
(#148) Opening brace should be on the same line as the declaration
(#160) Opening brace should be on the same line as the declaration
(#172) Opening brace should be on the same line as the declaration
(#184) Opening brace should be on the same line as the declaration
(#195) Opening brace should be on the same line as the declaration
(#205) Opening brace should be on the same line as the declaration
(#215) Protected method name "MemcachedStore::toTimestamp" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
(#225) Public method name "MemcachedStore::getMemcached" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#235) Public method name "MemcachedStore::getPrefix" must be in lower-case letters only
(#236) Opening brace should be on the same line as the declaration
(#246) Public method name "MemcachedStore::setPrefix" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/NullStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#26) Blank comments are not allowed
(#38) Opening brace should be on the same line as the declaration
(#39) Blank comments are not allowed
(#50) Opening brace should be on the same line as the declaration
(#51) Blank comments are not allowed
(#62) Opening brace should be on the same line as the declaration
(#63) Blank comments are not allowed
(#74) Opening brace should be on the same line as the declaration
(#75) Blank comments are not allowed
(#85) Opening brace should be on the same line as the declaration
(#86) Blank comments are not allowed
(#95) Opening brace should be on the same line as the declaration
(#104) Public method name "NullStore::getPrefix" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/RateLimiter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#37) Public method name "RateLimiter::tooManyAttempts" must be in lower-case letters only
(#37) Variable "maxAttempts" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "maxAttempts" must be all lower-case
(#57) Variable "decayMinutes" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#60) Variable "decayMinutes" must be all lower-case
(#60) Variable "decayMinutes" must be all lower-case
(#63) Variable "decayMinutes" must be all lower-case
(#68) Variable "decayMinutes" must be all lower-case
(#81) Opening brace should be on the same line as the declaration
(#91) Public method name "RateLimiter::resetAttempts" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#103) Public method name "RateLimiter::retriesLeft" must be in lower-case letters only
(#103) Variable "maxAttempts" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#107) Variable "maxAttempts" must be all lower-case
(#117) Opening brace should be on the same line as the declaration
(#129) Public method name "RateLimiter::availableIn" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/RedisLock.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/RedisStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#91) Opening brace should be on the same line as the declaration
(#104) Public method name "RedisStore::putMany" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#124) Opening brace should be on the same line as the declaration
(#140) Opening brace should be on the same line as the declaration
(#152) Opening brace should be on the same line as the declaration
(#164) Opening brace should be on the same line as the declaration
(#176) Opening brace should be on the same line as the declaration
(#187) Opening brace should be on the same line as the declaration
(#197) Opening brace should be on the same line as the declaration
(#210) Opening brace should be on the same line as the declaration
(#222) Opening brace should be on the same line as the declaration
(#232) Public method name "RedisStore::setConnection" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#242) Public method name "RedisStore::getRedis" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#252) Public method name "RedisStore::getPrefix" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#263) Public method name "RedisStore::setPrefix" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#275) Opening brace should be on the same line as the declaration
(#286) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/RedisTaggedCache.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#71) Opening brace should be on the same line as the declaration
(#83) Opening brace should be on the same line as the declaration
(#97) Protected method name "RedisTaggedCache::pushStandardKeys" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#109) Protected method name "RedisTaggedCache::pushForeverKeys" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#122) Protected method name "RedisTaggedCache::pushKeys" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#124) Variable "fullKey" must be all lower-case
(#127) Variable "fullKey" must be all lower-case
(#136) Protected method name "RedisTaggedCache::deleteForeverKeys" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#146) Protected method name "RedisTaggedCache::deleteStandardKeys" must be in lower-case letters only
(#147) Opening brace should be on the same line as the declaration
(#157) Protected method name "RedisTaggedCache::deleteKeysByReference" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#172) Protected method name "RedisTaggedCache::deleteValues" must be in lower-case letters only
(#172) Variable "referenceKey" must be all lower-case
(#173) Opening brace should be on the same line as the declaration
(#174) Variable "referenceKey" must be all lower-case
(#177) Variable "valuesChunk" must be all lower-case
(#178) Variable "valuesChunk" must be all lower-case
(#190) Protected method name "RedisTaggedCache::referenceKey" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/Repository.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#58) Opening brace should be on the same line as the declaration
(#69) Opening brace should be on the same line as the declaration
(#81) Opening brace should be on the same line as the declaration
(#111) Opening brace should be on the same line as the declaration
(#124) Public method name "Repository::getMultiple" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#147) Protected method name "Repository::handleManyResult" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#174) Opening brace should be on the same line as the declaration
(#189) Opening brace should be on the same line as the declaration
(#205) Opening brace should be on the same line as the declaration
(#216) Public method name "Repository::putMany" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#230) Public method name "Repository::setMultiple" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#244) Opening brace should be on the same line as the declaration
(#278) Opening brace should be on the same line as the declaration
(#290) Opening brace should be on the same line as the declaration
(#302) Opening brace should be on the same line as the declaration
(#317) Opening brace should be on the same line as the declaration
(#340) Opening brace should be on the same line as the declaration
(#351) Public method name "Repository::rememberForever" must be in lower-case letters only
(#352) Opening brace should be on the same line as the declaration
(#374) Opening brace should be on the same line as the declaration
(#384) Opening brace should be on the same line as the declaration
(#391) Public method name "Repository::deleteMultiple" must be in lower-case letters only
(#392) Opening brace should be on the same line as the declaration
(#404) Opening brace should be on the same line as the declaration
(#417) Opening brace should be on the same line as the declaration
(#437) Protected method name "Repository::itemKey" must be in lower-case letters only
(#438) Opening brace should be on the same line as the declaration
(#447) Public method name "Repository::getDefaultCacheTime" must be in lower-case letters only
(#448) Opening brace should be on the same line as the declaration
(#458) Public method name "Repository::setDefaultCacheTime" must be in lower-case letters only
(#459) Opening brace should be on the same line as the declaration
(#470) Public method name "Repository::getStore" must be in lower-case letters only
(#471) Opening brace should be on the same line as the declaration
(#482) Opening brace should be on the same line as the declaration
(#494) Public method name "Repository::setEventDispatcher" must be in lower-case letters only
(#495) Opening brace should be on the same line as the declaration
(#506) Opening brace should be on the same line as the declaration
(#517) Opening brace should be on the same line as the declaration
(#529) Opening brace should be on the same line as the declaration
(#540) Opening brace should be on the same line as the declaration
(#550) Protected method name "Repository::getMinutes" must be in lower-case letters only
(#551) Opening brace should be on the same line as the declaration
(#569) Opening brace should be on the same line as the declaration
(#583) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/RetrievesMultipleKeys.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#33) function name "putMany" must be lower-case letters only
(#34) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/TagSet.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
(#52) Public method name "TagSet::resetTag" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#64) Public method name "TagSet::getNamespace" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#74) Protected method name "TagSet::tagIds" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#85) Public method name "TagSet::tagId" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#96) Public method name "TagSet::tagKey" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#106) Public method name "TagSet::getNames" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/TaggableStore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/cache/TaggedCache.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#69) Protected method name "TaggedCache::itemKey" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#80) Public method name "TaggedCache::taggedItemKey" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#92) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/contracts/Auth/Access/Authorizable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Auth/Access/Gate.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#104) Public method name "Gate::getPolicyFor" must be in lower-case letters only
(#112) Public method name "Gate::forUser" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/Authenticatable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "Authenticatable::getAuthIdentifierName" must be in lower-case letters only
(#19) Public method name "Authenticatable::getAuthIdentifier" must be in lower-case letters only
(#26) Public method name "Authenticatable::getAuthPassword" must be in lower-case letters only
(#33) Public method name "Authenticatable::getRememberToken" must be in lower-case letters only
(#41) Public method name "Authenticatable::setRememberToken" must be in lower-case letters only
(#48) Public method name "Authenticatable::getRememberTokenName" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/CanResetPassword.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "CanResetPassword::getEmailForPasswordReset" must be in lower-case letters only
(#20) Public method name "CanResetPassword::sendPasswordResetNotification" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "Factory::shouldUse" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/Guard.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#49) Public method name "Guard::setUser" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/PasswordBroker.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#50) Public method name "PasswordBroker::sendResetLink" must be in lower-case letters only
(#75) Public method name "PasswordBroker::validateNewPassword" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/PasswordBrokerFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Auth/StatefulGuard.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Public method name "StatefulGuard::loginUsingId" must be in lower-case letters only
(#48) Public method name "StatefulGuard::onceUsingId" must be in lower-case letters only
(#55) Public method name "StatefulGuard::viaRemember" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Auth/SupportsBasicAuth.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Variable "extraConditions" must be all lower-case
(#23) Public method name "SupportsBasicAuth::onceBasic" must be in lower-case letters only
(#23) Variable "extraConditions" must be all lower-case
blocks/mfavatar/vendor/illuminate/contracts/Auth/UserProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "UserProvider::retrieveById" must be in lower-case letters only
(#22) Public method name "UserProvider::retrieveByToken" must be in lower-case letters only
(#31) Public method name "UserProvider::updateRememberToken" must be in lower-case letters only
(#39) Public method name "UserProvider::retrieveByCredentials" must be in lower-case letters only
(#48) Public method name "UserProvider::validateCredentials" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/Broadcaster.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "Broadcaster::validAuthenticationResponse" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ShouldBroadcast::broadcastOn" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/ShouldBroadcastNow.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Bus/Dispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "Dispatcher::dispatchNow" must be in lower-case letters only
(#30) Public method name "Dispatcher::hasCommandHandler" must be in lower-case letters only
(#38) Public method name "Dispatcher::getCommandHandler" must be in lower-case letters only
(#46) Public method name "Dispatcher::pipeThrough" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Bus/QueueingDispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "QueueingDispatcher::dispatchToQueue" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Cache/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Cache/Lock.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Cache/LockProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Cache/LockTimeoutException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Cache/Repository.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#109) Public method name "Repository::rememberForever" must be in lower-case letters only
(#124) Public method name "Repository::getStore" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Cache/Store.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Public method name "Store::putMany" must be in lower-case letters only
(#91) Public method name "Store::getPrefix" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Config/Repository.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Console/Application.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Variable "outputBuffer" must be all lower-case
blocks/mfavatar/vendor/illuminate/contracts/Console/Kernel.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Variable "outputBuffer" must be all lower-case
blocks/mfavatar/vendor/illuminate/contracts/Container/BindingResolutionException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Container/Container.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#62) Public method name "Container::bindIf" must be in lower-case letters only
(#126) Variable "defaultMethod" must be all lower-case
(#152) Public method name "Container::afterResolving" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Container/ContextualBindingBuilder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Cookie/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Variable "httpOnly" must be all lower-case
(#21) Variable "sameSite" must be all lower-case
(#21) Line exceeds 132 characters; contains 151 characters
(#36) Variable "httpOnly" must be all lower-case
(#36) Variable "sameSite" must be all lower-case
(#36) Line exceeds 132 characters; contains 140 characters
blocks/mfavatar/vendor/illuminate/contracts/Cookie/QueueingFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Public method name "QueueingFactory::getQueuedCookies" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Database/ModelIdentifier.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/contracts/Debug/ExceptionHandler.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "ExceptionHandler::renderForConsole" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Encryption/DecryptException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Encryption/EncryptException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Encryption/Encrypter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Events/Dispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "Dispatcher::hasListeners" must be in lower-case letters only
(#22) Variable "eventName" must be all lower-case
(#81) Public method name "Dispatcher::forgetPushed" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/Cloud.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/FileNotFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/Filesystem.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#55) Public method name "Filesystem::getVisibility" must be in lower-case letters only
(#64) Public method name "Filesystem::setVisibility" must be in lower-case letters only
(#124) Public method name "Filesystem::lastModified" must be in lower-case letters only
(#141) Public method name "Filesystem::allFiles" must be in lower-case letters only
(#158) Public method name "Filesystem::allDirectories" must be in lower-case letters only
(#166) Public method name "Filesystem::makeDirectory" must be in lower-case letters only
(#174) Public method name "Filesystem::deleteDirectory" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Foundation/Application.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "Application::basePath" must be in lower-case letters only
(#35) Public method name "Application::runningInConsole" must be in lower-case letters only
(#42) Public method name "Application::runningUnitTests" must be in lower-case letters only
(#49) Public method name "Application::isDownForMaintenance" must be in lower-case letters only
(#56) Public method name "Application::registerConfiguredProviders" must be in lower-case letters only
(#75) Public method name "Application::registerDeferredProvider" must be in lower-case letters only
(#105) Public method name "Application::getCachedServicesPath" must be in lower-case letters only
(#112) Public method name "Application::getCachedPackagesPath" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Hashing/Hasher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Variable "hashedValue" must be all lower-case
(#32) Variable "hashedValue" must be all lower-case
(#41) Public method name "Hasher::needsRehash" must be in lower-case letters only
(#41) Variable "hashedValue" must be all lower-case
blocks/mfavatar/vendor/illuminate/contracts/Http/Kernel.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Public method name "Kernel::getApplication" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Mail/MailQueue.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Mail/Mailable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Mail/Mailer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Notifications/Dispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "Dispatcher::sendNow" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Notifications/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "Factory::sendNow" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "LengthAwarePaginator::getUrlRange" must be in lower-case letters only
(#28) Public method name "LengthAwarePaginator::lastPage" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Pagination/Paginator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Public method name "Paginator::nextPageUrl" must be in lower-case letters only
(#44) Public method name "Paginator::previousPageUrl" must be in lower-case letters only
(#58) Public method name "Paginator::firstItem" must be in lower-case letters only
(#65) Public method name "Paginator::lastItem" must be in lower-case letters only
(#72) Public method name "Paginator::perPage" must be in lower-case letters only
(#79) Public method name "Paginator::currentPage" must be in lower-case letters only
(#86) Public method name "Paginator::hasPages" must be in lower-case letters only
(#93) Public method name "Paginator::hasMorePages" must be in lower-case letters only
(#100) Public method name "Paginator::isEmpty" must be in lower-case letters only
(#107) Public method name "Paginator::isNotEmpty" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Pipeline/Hub.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Pipeline/Pipeline.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Queue/EntityNotFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/contracts/Queue/EntityResolver.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Queue/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Queue/Job.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "Job::getJobId" must be in lower-case letters only
(#48) Public method name "Job::isDeleted" must be in lower-case letters only
(#55) Public method name "Job::isDeletedOrReleased" must be in lower-case letters only
(#77) Public method name "Job::maxTries" must be in lower-case letters only
(#91) Public method name "Job::timeoutAt" must be in lower-case letters only
(#98) Public method name "Job::getName" must be in lower-case letters only
(#107) Public method name "Job::resolveName" must be in lower-case letters only
(#114) Public method name "Job::getConnectionName" must be in lower-case letters only
(#121) Public method name "Job::getQueue" must be in lower-case letters only
(#128) Public method name "Job::getRawBody" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Queue/Monitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Queue/Queue.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "Queue::pushOn" must be in lower-case letters only
(#43) Public method name "Queue::pushRaw" must be in lower-case letters only
(#65) Public method name "Queue::laterOn" must be in lower-case letters only
(#90) Public method name "Queue::getConnectionName" must be in lower-case letters only
(#98) Public method name "Queue::setConnectionName" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Queue/QueueableCollection.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "QueueableCollection::getQueueableClass" must be in lower-case letters only
(#19) Public method name "QueueableCollection::getQueueableIds" must be in lower-case letters only
(#26) Public method name "QueueableCollection::getQueueableRelations" must be in lower-case letters only
(#33) Public method name "QueueableCollection::getQueueableConnection" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Queue/QueueableEntity.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "QueueableEntity::getQueueableId" must be in lower-case letters only
(#19) Public method name "QueueableEntity::getQueueableRelations" must be in lower-case letters only
(#26) Public method name "QueueableEntity::getQueueableConnection" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Queue/ShouldQueue.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Redis/Connection.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Redis/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Redis/LimiterTimeoutException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Routing/BindingRegistrar.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "BindingRegistrar::getBindingCallback" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Routing/Registrar.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#96) Public method name "Registrar::substituteBindings" must be in lower-case letters only
(#104) Public method name "Registrar::substituteImplicitBindings" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Routing/ResponseFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#70) Public method name "ResponseFactory::streamDownload" must be in lower-case letters only
(#92) Public method name "ResponseFactory::redirectTo" must be in lower-case letters only
(#103) Public method name "ResponseFactory::redirectToRoute" must be in lower-case letters only
(#114) Public method name "ResponseFactory::redirectToAction" must be in lower-case letters only
(#125) Public method name "ResponseFactory::redirectGuest" must be in lower-case letters only
(#136) Public method name "ResponseFactory::redirectToIntended" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Routing/UrlGenerator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#70) Public method name "UrlGenerator::setRootControllerNamespace" must be in lower-case letters only
(#70) Variable "rootNamespace" must be all lower-case
blocks/mfavatar/vendor/illuminate/contracts/Routing/UrlRoutable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "UrlRoutable::getRouteKey" must be in lower-case letters only
(#19) Public method name "UrlRoutable::getRouteKeyName" must be in lower-case letters only
(#27) Public method name "UrlRoutable::resolveRouteBinding" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Session/Session.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "Session::getName" must be in lower-case letters only
(#19) Public method name "Session::getId" must be in lower-case letters only
(#27) Public method name "Session::setId" must be in lower-case letters only
(#127) Public method name "Session::isStarted" must be in lower-case letters only
(#134) Public method name "Session::previousUrl" must be in lower-case letters only
(#142) Public method name "Session::setPreviousUrl" must be in lower-case letters only
(#149) Public method name "Session::getHandler" must be in lower-case letters only
(#156) Public method name "Session::handlerNeedsRequest" must be in lower-case letters only
(#164) Public method name "Session::setRequestOnHandler" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Support/Arrayable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "Arrayable::toArray" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Support/Htmlable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "Htmlable::toHtml" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Support/Jsonable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "Jsonable::toJson" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Support/MessageBag.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#70) Public method name "MessageBag::getMessages" must be in lower-case letters only
(#77) Public method name "MessageBag::getFormat" must be in lower-case letters only
(#85) Public method name "MessageBag::setFormat" must be in lower-case letters only
(#92) Public method name "MessageBag::isEmpty" must be in lower-case letters only
(#99) Public method name "MessageBag::isNotEmpty" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Support/MessageProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "MessageProvider::getMessageBag" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Support/Renderable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Support/Responsable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "Responsable::toResponse" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Translation/Loader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Public method name "Loader::addNamespace" must be in lower-case letters only
(#32) Public method name "Loader::addJsonPath" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Translation/Translator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "Translator::transChoice" must be in lower-case letters only
(#33) Public method name "Translator::getLocale" must be in lower-case letters only
(#41) Public method name "Translator::setLocale" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Validation/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Variable "customAttributes" must be all lower-case
(#36) Public method name "Factory::extendImplicit" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Validation/ImplicitRule.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/contracts/Validation/Rule.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/Validation/ValidatesWhenResolved.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ValidatesWhenResolved::validateResolved" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/Validation/Validator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/View/Engine.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/contracts/View/Factory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Variable "mergeData" must be all lower-case
(#33) Variable "mergeData" must be all lower-case
(#69) Public method name "Factory::addNamespace" must be in lower-case letters only
(#78) Public method name "Factory::replaceNamespace" must be in lower-case letters only
blocks/mfavatar/vendor/illuminate/contracts/View/View.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/illuminate/support/AggregateServiceProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#41) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Arr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
(#54) Usage of ELSEIF not allowed; use ELSE IF instead
(#70) Public method name "Arr::crossJoin" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#110) Opening brace should be on the same line as the declaration
(#132) Opening brace should be on the same line as the declaration
(#146) Opening brace should be on the same line as the declaration
(#163) Opening brace should be on the same line as the declaration
(#192) Opening brace should be on the same line as the declaration
(#208) Opening brace should be on the same line as the declaration
(#216) Usage of ELSEIF not allowed; use ELSE IF instead
(#234) Opening brace should be on the same line as the declaration
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Opening brace should be on the same line as the declaration
(#315) Opening brace should be on the same line as the declaration
(#331) Variable "subKeyArray" must be all lower-case
(#338) Variable "subKeyArray" must be all lower-case
(#338) Variable "subKeyArray" must be all lower-case
(#339) Variable "subKeyArray" must be all lower-case
(#339) Variable "subKeyArray" must be all lower-case
(#357) Public method name "Arr::isAssoc" must be in lower-case letters only
(#358) Opening brace should be on the same line as the declaration
(#372) Opening brace should be on the same line as the declaration
(#385) Opening brace should be on the same line as the declaration
(#391) Variable "itemValue" must be all lower-case
(#397) Variable "itemValue" must be all lower-case
(#399) Variable "itemKey" must be all lower-case
(#401) Variable "itemKey" must be all lower-case
(#401) Variable "itemKey" must be all lower-case
(#402) Variable "itemKey" must be all lower-case
(#402) Variable "itemKey" must be all lower-case
(#405) Variable "itemKey" must be all lower-case
(#405) Variable "itemValue" must be all lower-case
(#419) Protected method name "Arr::explodePluckParameters" must be in lower-case letters only
(#420) Opening brace should be on the same line as the declaration
(#437) Opening brace should be on the same line as the declaration
(#456) Opening brace should be on the same line as the declaration
(#474) Opening brace should be on the same line as the declaration
(#515) Opening brace should be on the same line as the declaration
(#548) Opening brace should be on the same line as the declaration
(#570) Opening brace should be on the same line as the declaration
(#580) Public method name "Arr::sortRecursive" must be in lower-case letters only
(#581) Opening brace should be on the same line as the declaration
(#605) Opening brace should be on the same line as the declaration
(#616) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Carbon.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "Carbon::jsonSerialize" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#44) Public method name "Carbon::serializeUsing" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Collection.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#42) Expected MOODLE_INTERNAL check or config.php inclusion
(#71) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#93) Opening brace should be on the same line as the declaration
(#106) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#136) Opening brace should be on the same line as the declaration
(#147) Opening brace should be on the same line as the declaration
(#160) Opening brace should be on the same line as the declaration
(#171) Opening brace should be on the same line as the declaration
(#199) Opening brace should be on the same line as the declaration
(#216) Variable "highestValue" must be all lower-case
(#218) Variable "highestValue" must be all lower-case
(#219) Variable "highestValue" must be all lower-case
(#229) Opening brace should be on the same line as the declaration
(#242) Opening brace should be on the same line as the declaration
(#263) Public method name "Collection::containsStrict" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#284) Public method name "Collection::crossJoin" must be in lower-case letters only
(#285) Opening brace should be on the same line as the declaration
(#297) Opening brace should be on the same line as the declaration
(#309) Opening brace should be on the same line as the declaration
(#326) Opening brace should be on the same line as the declaration
(#337) Public method name "Collection::diffUsing" must be in lower-case letters only
(#338) Opening brace should be on the same line as the declaration
(#348) Public method name "Collection::diffAssoc" must be in lower-case letters only
(#349) Opening brace should be on the same line as the declaration
(#360) Public method name "Collection::diffAssocUsing" must be in lower-case letters only
(#361) Opening brace should be on the same line as the declaration
(#371) Public method name "Collection::diffKeys" must be in lower-case letters only
(#372) Opening brace should be on the same line as the declaration
(#383) Public method name "Collection::diffKeysUsing" must be in lower-case letters only
(#384) Opening brace should be on the same line as the declaration
(#395) Opening brace should be on the same line as the declaration
(#411) Public method name "Collection::eachSpread" must be in lower-case letters only
(#412) Opening brace should be on the same line as the declaration
(#429) Opening brace should be on the same line as the declaration
(#452) Opening brace should be on the same line as the declaration
(#455) Usage of ELSEIF not allowed; use ELSE IF instead
(#469) Opening brace should be on the same line as the declaration
(#486) Opening brace should be on the same line as the declaration
(#489) Usage of ELSEIF not allowed; use ELSE IF instead
(#505) Opening brace should be on the same line as the declaration
(#518) Opening brace should be on the same line as the declaration
(#530) Protected method name "Collection::operatorForWhere" must be in lower-case letters only
(#531) Opening brace should be on the same line as the declaration
(#552) Closing brace must be on a line by itself
(#552) Closing brace must be on a line by itself
(#552) Closing brace must be on a line by itself
(#554) Closing brace must be on a line by itself
(#554) Closing brace must be on a line by itself
(#555) Closing brace must be on a line by itself
(#556) Closing brace must be on a line by itself
(#557) Closing brace must be on a line by itself
(#558) Closing brace must be on a line by itself
(#559) Closing brace must be on a line by itself
(#560) Closing brace must be on a line by itself
(#572) Public method name "Collection::whereStrict" must be in lower-case letters only
(#573) Opening brace should be on the same line as the declaration
(#585) Public method name "Collection::whereIn" must be in lower-case letters only
(#586) Opening brace should be on the same line as the declaration
(#601) Public method name "Collection::whereInStrict" must be in lower-case letters only
(#602) Opening brace should be on the same line as the declaration
(#614) Public method name "Collection::whereNotIn" must be in lower-case letters only
(#615) Opening brace should be on the same line as the declaration
(#630) Public method name "Collection::whereNotInStrict" must be in lower-case letters only
(#631) Opening brace should be on the same line as the declaration
(#641) Public method name "Collection::whereInstanceOf" must be in lower-case letters only
(#642) Opening brace should be on the same line as the declaration
(#656) Opening brace should be on the same line as the declaration
(#668) Public method name "Collection::firstWhere" must be in lower-case letters only
(#669) Opening brace should be on the same line as the declaration
(#680) Opening brace should be on the same line as the declaration
(#690) Opening brace should be on the same line as the declaration
(#701) Opening brace should be on the same line as the declaration
(#717) Opening brace should be on the same line as the declaration
(#732) Public method name "Collection::groupBy" must be in lower-case letters only
(#732) Variable "groupBy" must be all lower-case
(#732) Variable "preserveKeys" must be all lower-case
(#733) Opening brace should be on the same line as the declaration
(#734) Variable "groupBy" must be all lower-case
(#735) Variable "nextGroups" must be all lower-case
(#735) Variable "groupBy" must be all lower-case
(#737) Variable "groupBy" must be all lower-case
(#737) Variable "nextGroups" must be all lower-case
(#740) Variable "groupBy" must be all lower-case
(#740) Variable "groupBy" must be all lower-case
(#745) Variable "groupKeys" must be all lower-case
(#745) Variable "groupBy" must be all lower-case
(#747) Variable "groupKeys" must be all lower-case
(#748) Variable "groupKeys" must be all lower-case
(#748) Variable "groupKeys" must be all lower-case
(#751) Variable "groupKeys" must be all lower-case
(#751) Variable "groupKey" must be all lower-case
(#752) Variable "groupKey" must be all lower-case
(#752) Variable "groupKey" must be all lower-case
(#752) Variable "groupKey" must be all lower-case
(#752) Variable "groupKey" must be all lower-case
(#754) Variable "groupKey" must be all lower-case
(#755) Variable "groupKey" must be all lower-case
(#758) Variable "groupKey" must be all lower-case
(#758) Variable "preserveKeys" must be all lower-case
(#764) Variable "nextGroups" must be all lower-case
(#765) Variable "nextGroups" must be all lower-case
(#765) Variable "preserveKeys" must be all lower-case
(#777) Public method name "Collection::keyBy" must be in lower-case letters only
(#777) Variable "keyBy" must be all lower-case
(#778) Opening brace should be on the same line as the declaration
(#779) Variable "keyBy" must be all lower-case
(#779) Variable "keyBy" must be all lower-case
(#784) Variable "resolvedKey" must be all lower-case
(#784) Variable "keyBy" must be all lower-case
(#786) Variable "resolvedKey" must be all lower-case
(#787) Variable "resolvedKey" must be all lower-case
(#787) Variable "resolvedKey" must be all lower-case
(#790) Variable "resolvedKey" must be all lower-case
(#803) Opening brace should be on the same line as the declaration
(#823) Opening brace should be on the same line as the declaration
(#840) Opening brace should be on the same line as the declaration
(#850) Public method name "Collection::intersectByKeys" must be in lower-case letters only
(#851) Opening brace should be on the same line as the declaration
(#862) Public method name "Collection::isEmpty" must be in lower-case letters only
(#863) Opening brace should be on the same line as the declaration
(#872) Public method name "Collection::isNotEmpty" must be in lower-case letters only
(#873) Opening brace should be on the same line as the declaration
(#883) Protected method name "Collection::useAsCallable" must be in lower-case letters only
(#884) Opening brace should be on the same line as the declaration
(#894) Opening brace should be on the same line as the declaration
(#906) Opening brace should be on the same line as the declaration
(#918) Opening brace should be on the same line as the declaration
(#929) Opening brace should be on the same line as the declaration
(#943) Public method name "Collection::mapSpread" must be in lower-case letters only
(#944) Opening brace should be on the same line as the declaration
(#960) Public method name "Collection::mapToDictionary" must be in lower-case letters only
(#961) Opening brace should be on the same line as the declaration
(#989) Public method name "Collection::mapToGroups" must be in lower-case letters only
(#990) Opening brace should be on the same line as the declaration
(#1004) Public method name "Collection::mapWithKeys" must be in lower-case letters only
(#1005) Opening brace should be on the same line as the declaration
(#1011) Variable "mapKey" must be all lower-case
(#1011) Variable "mapValue" must be all lower-case
(#1012) Variable "mapKey" must be all lower-case
(#1012) Variable "mapValue" must be all lower-case
(#1025) Public method name "Collection::flatMap" must be in lower-case letters only
(#1026) Opening brace should be on the same line as the declaration
(#1036) Public method name "Collection::mapInto" must be in lower-case letters only
(#1037) Opening brace should be on the same line as the declaration
(#1050) Opening brace should be on the same line as the declaration
(#1069) Opening brace should be on the same line as the declaration
(#1080) Opening brace should be on the same line as the declaration
(#1091) Opening brace should be on the same line as the declaration
(#1102) Opening brace should be on the same line as the declaration
(#1122) Opening brace should be on the same line as the declaration
(#1145) Opening brace should be on the same line as the declaration
(#1166) Public method name "Collection::forPage" must be in lower-case letters only
(#1166) Variable "perPage" must be all lower-case
(#1167) Opening brace should be on the same line as the declaration
(#1168) Variable "perPage" must be all lower-case
(#1170) Variable "perPage" must be all lower-case
(#1182) Opening brace should be on the same line as the declaration
(#1203) Opening brace should be on the same line as the declaration
(#1213) Opening brace should be on the same line as the declaration
(#1225) Opening brace should be on the same line as the declaration
(#1238) Opening brace should be on the same line as the declaration
(#1251) Opening brace should be on the same line as the declaration
(#1269) Opening brace should be on the same line as the declaration
(#1281) Opening brace should be on the same line as the declaration
(#1296) Opening brace should be on the same line as the declaration
(#1312) Opening brace should be on the same line as the declaration
(#1323) Opening brace should be on the same line as the declaration
(#1341) Opening brace should be on the same line as the declaration
(#1353) Opening brace should be on the same line as the declaration
(#1373) Opening brace should be on the same line as the declaration
(#1384) Opening brace should be on the same line as the declaration
(#1396) Opening brace should be on the same line as the declaration
(#1406) Variable "numberOfGroups" must be all lower-case
(#1407) Opening brace should be on the same line as the declaration
(#1412) Variable "groupSize" must be all lower-case
(#1412) Variable "numberOfGroups" must be all lower-case
(#1414) Variable "groupSize" must be all lower-case
(#1424) Opening brace should be on the same line as the declaration
(#1445) Opening brace should be on the same line as the declaration
(#1463) Public method name "Collection::sortBy" must be in lower-case letters only
(#1464) Opening brace should be on the same line as the declaration
(#1496) Public method name "Collection::sortByDesc" must be in lower-case letters only
(#1497) Opening brace should be on the same line as the declaration
(#1508) Public method name "Collection::sortKeys" must be in lower-case letters only
(#1509) Opening brace should be on the same line as the declaration
(#1523) Public method name "Collection::sortKeysDesc" must be in lower-case letters only
(#1524) Opening brace should be on the same line as the declaration
(#1537) Opening brace should be on the same line as the declaration
(#1552) Opening brace should be on the same line as the declaration
(#1571) Opening brace should be on the same line as the declaration
(#1586) Opening brace should be on the same line as the declaration
(#1599) Opening brace should be on the same line as the declaration
(#1613) Opening brace should be on the same line as the declaration
(#1633) Public method name "Collection::uniqueStrict" must be in lower-case letters only
(#1634) Opening brace should be on the same line as the declaration
(#1644) Opening brace should be on the same line as the declaration
(#1654) Protected method name "Collection::valueRetriever" must be in lower-case letters only
(#1655) Opening brace should be on the same line as the declaration
(#1675) Opening brace should be on the same line as the declaration
(#1676) Variable "arrayableItems" must be all lower-case
(#1682) Variable "arrayableItems" must be all lower-case
(#1695) Opening brace should be on the same line as the declaration
(#1704) Public method name "Collection::toArray" must be in lower-case letters only
(#1705) Opening brace should be on the same line as the declaration
(#1716) Public method name "Collection::jsonSerialize" must be in lower-case letters only
(#1717) Opening brace should be on the same line as the declaration
(#1721) Usage of ELSEIF not allowed; use ELSE IF instead
(#1723) Usage of ELSEIF not allowed; use ELSE IF instead
(#1737) Public method name "Collection::toJson" must be in lower-case letters only
(#1738) Opening brace should be on the same line as the declaration
(#1747) Public method name "Collection::getIterator" must be in lower-case letters only
(#1748) Opening brace should be on the same line as the declaration
(#1758) Public method name "Collection::getCachingIterator" must be in lower-case letters only
(#1759) Opening brace should be on the same line as the declaration
(#1769) Opening brace should be on the same line as the declaration
(#1778) Public method name "Collection::toBase" must be in lower-case letters only
(#1779) Opening brace should be on the same line as the declaration
(#1790) Opening brace should be on the same line as the declaration
(#1801) Opening brace should be on the same line as the declaration
(#1813) Opening brace should be on the same line as the declaration
(#1828) Opening brace should be on the same line as the declaration
(#1838) Opening brace should be on the same line as the declaration
(#1848) Protected method name "Collection::getArrayableItems" must be in lower-case letters only
(#1849) Opening brace should be on the same line as the declaration
(#1852) Usage of ELSEIF not allowed; use ELSE IF instead
(#1854) Usage of ELSEIF not allowed; use ELSE IF instead
(#1856) Usage of ELSEIF not allowed; use ELSE IF instead
(#1858) Usage of ELSEIF not allowed; use ELSE IF instead
(#1860) Usage of ELSEIF not allowed; use ELSE IF instead
(#1874) Opening brace should be on the same line as the declaration
(#1887) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Composer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "workingPath" must be all lower-case
(#32) Variable "workingPath" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#35) Variable "workingPath" must be all lower-case
(#44) Public method name "Composer::dumpAutoloads" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#58) Public method name "Composer::dumpOptimized" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#68) Protected method name "Composer::findComposer" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#82) Protected method name "Composer::getProcess" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#93) Public method name "Composer::setWorkingPath" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Debug/Dumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Debug/HtmlDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Line exceeds maximum limit of 180 characters; contains 216 characters
blocks/mfavatar/vendor/illuminate/support/Facades/App.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Line exceeds 132 characters; contains 158 characters
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Protected method name "App::getFacadeAccessor" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Artisan.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Line exceeds 132 characters; contains 150 characters
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Protected method name "Artisan::getFacadeAccessor" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Auth.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Protected method name "Auth::getFacadeAccessor" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#45) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Blade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Protected method name "Blade::getFacadeAccessor" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Broadcast.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Protected method name "Broadcast::getFacadeAccessor" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Bus.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#35) Protected method name "Bus::getFacadeAccessor" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Cache.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Protected method name "Cache::getFacadeAccessor" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Config.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Protected method name "Config::getFacadeAccessor" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Cookie.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
(#42) Protected method name "Cookie::getFacadeAccessor" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Crypt.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Protected method name "Crypt::getFacadeAccessor" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/DB.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Protected method name "DB::getFacadeAccessor" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Event.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Variable "eventsToFake" must be all lower-case
(#30) Opening brace should be on the same line as the declaration
(#31) Variable "eventsToFake" must be all lower-case
(#43) Public method name "Event::fakeFor" must be in lower-case letters only
(#43) Variable "eventsToFake" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "originalDispatcher" must be all lower-case
(#47) Variable "eventsToFake" must be all lower-case
(#49) Variable "originalDispatcher" must be all lower-case
(#50) Variable "originalDispatcher" must be all lower-case
(#52) Variable "originalDispatcher" must be all lower-case
(#61) Protected method name "Event::getFacadeAccessor" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Facade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "resolvedInstance" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
(#44) Public method name "Facade::shouldReceive" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#49) Variable "resolvedInstance" must be all lower-case
(#60) Protected method name "Facade::createFreshMockInstance" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#74) Protected method name "Facade::createMock" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#86) Protected method name "Facade::isMock" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#90) Variable "resolvedInstance" must be all lower-case
(#91) Variable "resolvedInstance" must be all lower-case
(#99) Protected method name "Facade::getMockableClass" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#113) Opening brace should be on the same line as the declaration
(#114) Variable "resolvedInstance" must be all lower-case
(#126) Public method name "Facade::getFacadeRoot" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#138) Protected method name "Facade::getFacadeAccessor" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#149) Protected method name "Facade::resolveFacadeInstance" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#155) Variable "resolvedInstance" must be all lower-case
(#156) Variable "resolvedInstance" must be all lower-case
(#159) Variable "resolvedInstance" must be all lower-case
(#168) Public method name "Facade::clearResolvedInstance" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#170) Variable "resolvedInstance" must be all lower-case
(#178) Public method name "Facade::clearResolvedInstances" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "resolvedInstance" must be all lower-case
(#188) Public method name "Facade::getFacadeApplication" must be in lower-case letters only
(#189) Opening brace should be on the same line as the declaration
(#199) Public method name "Facade::setFacadeApplication" must be in lower-case letters only
(#200) Opening brace should be on the same line as the declaration
(#214) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/File.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#44) Expected MOODLE_INTERNAL check or config.php inclusion
(#51) Protected method name "File::getFacadeAccessor" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Gate.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Protected method name "Gate::getFacadeAccessor" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Hash.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Protected method name "Hash::getFacadeAccessor" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Input.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#47) Expected MOODLE_INTERNAL check or config.php inclusion
(#59) Opening brace should be on the same line as the declaration
(#68) Protected method name "Input::getFacadeAccessor" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Lang.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Protected method name "Lang::getFacadeAccessor" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Protected method name "Log::getFacadeAccessor" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Mail.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Line exceeds 132 characters; contains 135 characters
(#14) Line exceeds 132 characters; contains 152 characters
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#35) Protected method name "Mail::getFacadeAccessor" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Notification.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#38) Opening brace should be on the same line as the declaration
(#47) Protected method name "Notification::getFacadeAccessor" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Password.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#55) Protected method name "Password::getFacadeAccessor" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Queue.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#39) Protected method name "Queue::getFacadeAccessor" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Redirect.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Line exceeds 132 characters; contains 136 characters
(#15) Line exceeds 132 characters; contains 138 characters
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Protected method name "Redirect::getFacadeAccessor" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Redis.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Protected method name "Redis::getFacadeAccessor" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Request.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#47) Expected MOODLE_INTERNAL check or config.php inclusion
(#54) Protected method name "Request::getFacadeAccessor" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Response.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Line exceeds 132 characters; contains 137 characters
(#11) Line exceeds 132 characters; contains 156 characters
(#12) Line exceeds 132 characters; contains 135 characters
(#13) Line exceeds maximum limit of 180 characters; contains 195 characters
(#14) Line exceeds maximum limit of 180 characters; contains 200 characters
(#15) Line exceeds 132 characters; contains 144 characters
(#16) Line exceeds 132 characters; contains 146 characters
(#17) Line exceeds 132 characters; contains 148 characters
(#18) Line exceeds 132 characters; contains 147 characters
(#19) Line exceeds 132 characters; contains 161 characters
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Protected method name "Response::getFacadeAccessor" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Route.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line exceeds 132 characters; contains 145 characters
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Protected method name "Route::getFacadeAccessor" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Schema.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#32) Protected method name "Schema::getFacadeAccessor" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Session.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Protected method name "Session::getFacadeAccessor" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Storage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#38) Public method name "Storage::persistentFake" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#52) Protected method name "Storage::getFacadeAccessor" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/URL.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Protected method name "URL::getFacadeAccessor" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/Validator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#6) Line exceeds 132 characters; contains 144 characters
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Protected method name "Validator::getFacadeAccessor" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Facades/View.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Protected method name "View::getFacadeAccessor" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Fluent.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#53) Public method name "Fluent::getAttributes" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#63) Public method name "Fluent::toArray" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#73) Public method name "Fluent::jsonSerialize" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#84) Public method name "Fluent::toJson" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#96) Opening brace should be on the same line as the declaration
(#107) Opening brace should be on the same line as the declaration
(#119) 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
(#155) Opening brace should be on the same line as the declaration
(#167) Opening brace should be on the same line as the declaration
(#178) Opening brace should be on the same line as the declaration
(#189) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/HigherOrderCollectionProxy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#58) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/HigherOrderTapProxy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/HtmlString.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#32) Public method name "HtmlString::toHtml" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/InteractsWithTime.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) function name "secondsUntil" must be lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#31) function name "availableAt" must be lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#46) function name "parseDateInterval" must be lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#60) function name "currentTime" must be lower-case letters only
(#61) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Manager.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "customCreators" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#47) Public method name "Manager::getDefaultDriver" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#83) Protected method name "Manager::createDriver" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#106) Protected method name "Manager::callCustomCreator" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#130) Public method name "Manager::getDrivers" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#143) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/MessageBag.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#75) Protected method name "MessageBag::isUnique" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#89) Opening brace should be on the same line as the declaration
(#106) Opening brace should be on the same line as the declaration
(#128) Public method name "MessageBag::hasAny" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#149) Opening brace should be on the same line as the declaration
(#152) Variable "firstMessage" must be all lower-case
(#154) Variable "firstMessage" must be all lower-case
(#154) Variable "firstMessage" must be all lower-case
(#154) Variable "firstMessage" must be all lower-case
(#165) Opening brace should be on the same line as the declaration
(#189) Protected method name "MessageBag::getMessagesForWildcardKey" must be in lower-case letters only
(#190) Opening brace should be on the same line as the declaration
(#192) Variable "messageKey" must be all lower-case
(#193) Variable "messageKey" must be all lower-case
(#195) Variable "messageKey" must be all lower-case
(#197) Variable "messageKey" must be all lower-case
(#209) Opening brace should be on the same line as the declaration
(#228) Opening brace should be on the same line as the declaration
(#240) Variable "messageKey" must be all lower-case
(#241) Opening brace should be on the same line as the declaration
(#243) Variable "messageKey" must be all lower-case
(#247) Variable "messageKey" must be all lower-case
(#257) Protected method name "MessageBag::checkFormat" must be in lower-case letters only
(#258) Opening brace should be on the same line as the declaration
(#268) Opening brace should be on the same line as the declaration
(#277) Public method name "MessageBag::getMessages" must be in lower-case letters only
(#278) Opening brace should be on the same line as the declaration
(#287) Public method name "MessageBag::getMessageBag" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#297) Public method name "MessageBag::getFormat" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#308) Public method name "MessageBag::setFormat" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#320) Public method name "MessageBag::isEmpty" must be in lower-case letters only
(#321) Opening brace should be on the same line as the declaration
(#330) Public method name "MessageBag::isNotEmpty" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#341) Opening brace should be on the same line as the declaration
(#351) Opening brace should be on the same line as the declaration
(#360) Public method name "MessageBag::toArray" must be in lower-case letters only
(#361) Opening brace should be on the same line as the declaration
(#370) Public method name "MessageBag::jsonSerialize" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#381) Public method name "MessageBag::toJson" must be in lower-case letters only
(#382) Opening brace should be on the same line as the declaration
(#392) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/NamespacedItemResolver.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "NamespacedItemResolver::parseKey" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#52) Protected method name "NamespacedItemResolver::parseBasicSegments" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#75) Protected method name "NamespacedItemResolver::parseNamespacedSegments" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#82) Variable "itemSegments" must be all lower-case
(#84) Variable "groupAndItem" must be all lower-case
(#85) Variable "itemSegments" must be all lower-case
(#88) Variable "groupAndItem" must be all lower-case
(#98) Public method name "NamespacedItemResolver::setParsedKey" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Optional.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#38) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#70) Opening brace should be on the same line as the declaration
(#81) Opening brace should be on the same line as the declaration
(#93) Opening brace should be on the same line as the declaration
(#106) Opening brace should be on the same line as the declaration
(#120) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Pluralizer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#66) Opening brace should be on the same line as the declaration
(#83) Opening brace should be on the same line as the declaration
(#96) Opening brace should be on the same line as the declaration
(#107) Protected method name "Pluralizer::matchCase" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/ProcessUtils.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 "ProcessUtils::escapeArgument" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Variable "escapedArgument" must be all lower-case
(#34) Variable "escapedArgument" must be all lower-case
(#35) Usage of ELSEIF not allowed; use ELSE IF instead
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Variable "escapedArgument" 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
(#44) Variable "escapedArgument" must be all lower-case
(#49) Variable "escapedArgument" must be all lower-case
(#49) Variable "escapedArgument" must be all lower-case
(#52) Variable "escapedArgument" must be all lower-case
(#65) Protected method name "ProcessUtils::isSurroundedBy" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/ServiceProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Member variable "publishGroups" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#55) Protected method name "ServiceProvider::mergeConfigFrom" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#59) "require" must be immediately followed by an open parenthesis
(#68) Protected method name "ServiceProvider::loadRoutesFrom" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#71) "require" must be immediately followed by an open parenthesis
(#82) Protected method name "ServiceProvider::loadViewsFrom" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#85) Variable "viewPath" must be all lower-case
(#86) Variable "appPath" must be all lower-case
(#86) Variable "viewPath" must be all lower-case
(#87) Variable "appPath" must be all lower-case
(#102) Protected method name "ServiceProvider::loadTranslationsFrom" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#113) Protected method name "ServiceProvider::loadJsonTranslationsFrom" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#124) Protected method name "ServiceProvider::loadMigrationsFrom" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#141) Opening brace should be on the same line as the declaration
(#157) Protected method name "ServiceProvider::ensurePublishArrayInitialized" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#171) Protected method name "ServiceProvider::addPublishGroup" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#173) Variable "publishGroups" must be all lower-case
(#174) Variable "publishGroups" must be all lower-case
(#177) Variable "publishGroups" must be all lower-case
(#178) Variable "publishGroups" must be all lower-case
(#189) Public method name "ServiceProvider::pathsToPublish" must be in lower-case letters only
(#190) Opening brace should be on the same line as the declaration
(#207) Protected method name "ServiceProvider::pathsForProviderOrGroup" must be in lower-case letters only
(#208) Opening brace should be on the same line as the declaration
(#211) Usage of ELSEIF not allowed; use ELSE IF instead
(#211) Variable "publishGroups" must be all lower-case
(#212) Variable "publishGroups" must be all lower-case
(#213) Usage of ELSEIF not allowed; use ELSE IF instead
(#215) Usage of ELSEIF not allowed; use ELSE IF instead
(#227) Protected method name "ServiceProvider::pathsForProviderAndGroup" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#229) Variable "publishGroups" must be all lower-case
(#230) Variable "publishGroups" must be all lower-case
(#241) Public method name "ServiceProvider::publishableProviders" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#251) Public method name "ServiceProvider::publishableGroups" must be in lower-case letters only
(#252) Opening brace should be on the same line as the declaration
(#253) Variable "publishGroups" must be all lower-case
(#263) Opening brace should be on the same line as the declaration
(#277) Opening brace should be on the same line as the declaration
(#287) Opening brace should be on the same line as the declaration
(#296) Public method name "ServiceProvider::isDeferred" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Str.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 "snakeCache" must be all lower-case
(#27) Member variable "camelCache" must be all lower-case
(#34) Member variable "studlyCache" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "languageSpecific" must be all lower-case
(#59) Variable "languageSpecific" must be all lower-case
(#60) Variable "languageSpecific" must be all lower-case
(#60) Variable "languageSpecific" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#89) Opening brace should be on the same line as the declaration
(#90) Variable "camelCache" must be all lower-case
(#91) Variable "camelCache" must be all lower-case
(#94) Variable "camelCache" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#122) Public method name "Str::endsWith" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#141) Opening brace should be on the same line as the declaration
(#155) Opening brace should be on the same line as the declaration
(#192) Opening brace should be on the same line as the declaration
(#204) Opening brace should be on the same line as the declaration
(#221) Opening brace should be on the same line as the declaration
(#236) Opening brace should be on the same line as the declaration
(#249) Opening brace should be on the same line as the declaration
(#266) Public method name "Str::parseCallback" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#279) Opening brace should be on the same line as the declaration
(#290) Opening brace should be on the same line as the declaration
(#312) Public method name "Str::replaceArray" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#329) Public method name "Str::replaceFirst" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#352) Public method name "Str::replaceLast" must be in lower-case letters only
(#353) Opening brace should be on the same line as the declaration
(#371) Opening brace should be on the same line as the declaration
(#384) Opening brace should be on the same line as the declaration
(#395) Opening brace should be on the same line as the declaration
(#406) Opening brace should be on the same line as the declaration
(#419) Opening brace should be on the same line as the declaration
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Opening brace should be on the same line as the declaration
(#450) Variable "snakeCache" must be all lower-case
(#451) Variable "snakeCache" must be all lower-case
(#460) Variable "snakeCache" must be all lower-case
(#470) Public method name "Str::startsWith" must be in lower-case letters only
(#471) Opening brace should be on the same line as the declaration
(#488) Opening brace should be on the same line as the declaration
(#491) Variable "studlyCache" must be all lower-case
(#492) Variable "studlyCache" must be all lower-case
(#497) Variable "studlyCache" must be all lower-case
(#509) Opening brace should be on the same line as the declaration
(#520) Opening brace should be on the same line as the declaration
(#530) Opening brace should be on the same line as the declaration
(#539) Public method name "Str::orderedUuid" must be in lower-case letters only
(#540) Opening brace should be on the same line as the declaration
(#564) Protected method name "Str::charsArray" must be in lower-case letters only
(#565) Opening brace should be on the same line as the declaration
(#566) Variable "charsArray" must be all lower-case
(#568) Variable "charsArray" must be all lower-case
(#569) Variable "charsArray" must be all lower-case
(#572) Variable "charsArray" must be all lower-case
(#583) Line exceeds maximum limit of 180 characters; contains 425 characters
(#586) Line exceeds 132 characters; contains 138 characters
(#587) Line exceeds maximum limit of 180 characters; contains 284 characters
(#591) Line exceeds maximum limit of 180 characters; contains 307 characters
(#597) Line exceeds maximum limit of 180 characters; contains 295 characters
(#603) Line exceeds maximum limit of 180 characters; contains 228 characters
(#638) Line exceeds maximum limit of 180 characters; contains 344 characters
(#642) Line exceeds maximum limit of 180 characters; contains 237 characters
(#646) Line exceeds maximum limit of 180 characters; contains 222 characters
(#652) Line exceeds maximum limit of 180 characters; contains 271 characters
(#658) Line exceeds maximum limit of 180 characters; contains 187 characters
(#685) Line exceeds maximum limit of 180 characters; contains 275 characters
(#699) Protected method name "Str::languageSpecificCharsArray" must be in lower-case letters only
(#700) Opening brace should be on the same line as the declaration
(#701) Variable "languageSpecific" must be all lower-case
(#703) Variable "languageSpecific" must be all lower-case
(#704) Variable "languageSpecific" must be all lower-case
(#716) Variable "languageSpecific" must be all lower-case
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/BusFake.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Public method name "BusFake::assertDispatched" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#43) Protected method name "BusFake::assertDispatchedTimes" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#58) Public method name "BusFake::assertNotDispatched" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#74) Opening brace should be on the same line as the declaration
(#94) Public method name "BusFake::hasDispatched" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#106) Opening brace should be on the same line as the declaration
(#117) Public method name "BusFake::dispatchNow" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#128) Public method name "BusFake::pipeThrough" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#130) Blank comments are not allowed
(#139) Public method name "BusFake::hasCommandHandler" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#150) Public method name "BusFake::getCommandHandler" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#162) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/EventFake.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "eventsToFake" must be all lower-case
(#39) Variable "eventsToFake" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#43) Variable "eventsToFake" must be all lower-case
(#53) Public method name "EventFake::assertDispatched" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#72) Public method name "EventFake::assertDispatchedTimes" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#87) Public method name "EventFake::assertNotDispatched" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#103) Opening brace should be on the same line as the declaration
(#123) Public method name "EventFake::hasDispatched" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#136) Opening brace should be on the same line as the declaration
(#137) Blank comments are not allowed
(#146) Public method name "EventFake::hasListeners" must be in lower-case letters only
(#146) Variable "eventName" must be all lower-case
(#147) Opening brace should be on the same line as the declaration
(#148) Blank comments are not allowed
(#159) Opening brace should be on the same line as the declaration
(#160) Blank comments are not allowed
(#170) Opening brace should be on the same line as the declaration
(#171) Blank comments are not allowed
(#181) Opening brace should be on the same line as the declaration
(#182) Blank comments are not allowed
(#194) Opening brace should be on the same line as the declaration
(#207) Opening brace should be on the same line as the declaration
(#223) Protected method name "EventFake::shouldFakeEvent" must be in lower-case letters only
(#223) Variable "eventName" must be all lower-case
(#224) Opening brace should be on the same line as the declaration
(#225) Variable "eventName" must be all lower-case
(#235) Opening brace should be on the same line as the declaration
(#236) Blank comments are not allowed
(#244) Public method name "EventFake::forgetPushed" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#246) Blank comments are not allowed
(#257) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/MailFake.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Member variable "queuedMailables" must be all lower-case
(#33) Public method name "MailFake::assertSent" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#52) Protected method name "MailFake::assertSentTimes" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#67) Public method name "MailFake::assertNotSent" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#80) Public method name "MailFake::assertNothingSent" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#92) Public method name "MailFake::assertQueued" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#111) Protected method name "MailFake::assertQueuedTimes" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#126) Public method name "MailFake::assertNotQueued" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#139) Public method name "MailFake::assertNothingQueued" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#152) Opening brace should be on the same line as the declaration
(#172) Public method name "MailFake::hasSent" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#185) Opening brace should be on the same line as the declaration
(#205) Public method name "MailFake::hasQueued" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#216) Protected method name "MailFake::mailablesOf" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#229) Protected method name "MailFake::queuedMailablesOf" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#243) Opening brace should be on the same line as the declaration
(#254) Opening brace should be on the same line as the declaration
(#266) Opening brace should be on the same line as the declaration
(#267) Blank comments are not allowed
(#279) Opening brace should be on the same line as the declaration
(#299) Opening brace should be on the same line as the declaration
(#313) Opening brace should be on the same line as the declaration
(#314) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/NotificationFake.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "NotificationFake::assertSentTo" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#31) Variable "singleNotifiable" must be all lower-case
(#32) Variable "singleNotifiable" must be all lower-case
(#56) Public method name "NotificationFake::assertSentToTimes" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#72) Public method name "NotificationFake::assertNotSentTo" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#75) Variable "singleNotifiable" must be all lower-case
(#76) Variable "singleNotifiable" must be all lower-case
(#93) Public method name "NotificationFake::assertNothingSent" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#107) Opening brace should be on the same line as the declaration
(#130) Public method name "NotificationFake::hasSent" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#142) Protected method name "NotificationFake::notificationsFor" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#159) Opening brace should be on the same line as the declaration
(#170) Public method name "NotificationFake::sendNow" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#196) Opening brace should be on the same line as the declaration
(#197) Blank comments are not allowed
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/PendingMailFake.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#28) Opening brace should be on the same line as the declaration
(#38) Public method name "PendingMailFake::sendNow" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/QueueFake.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "QueueFake::assertPushed" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#44) Protected method name "QueueFake::assertPushedTimes" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#60) Public method name "QueueFake::assertPushedOn" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "pushedQueue" must be all lower-case
(#63) Variable "pushedQueue" must be all lower-case
(#79) Public method name "QueueFake::assertPushedWithChain" must be in lower-case letters only
(#79) Variable "expectedChain" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#87) Variable "expectedChain" must be all lower-case
(#91) Variable "expectedChain" must be all lower-case
(#92) Variable "expectedChain" must be all lower-case
(#93) Variable "expectedChain" must be all lower-case
(#104) Protected method name "QueueFake::assertPushedWithChainOfObjects" must be in lower-case letters only
(#104) Variable "expectedChain" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#106) Variable "expectedChain" must be all lower-case
(#126) Protected method name "QueueFake::assertPushedWithChainOfClasses" must be in lower-case letters only
(#126) Variable "expectedChain" must be all lower-case
(#127) Opening brace should be on the same line as the declaration
(#132) Variable "expectedChain" must be all lower-case
(#133) Variable "expectedChain" must be all lower-case
(#147) Protected method name "QueueFake::isChainOfObjects" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#162) Public method name "QueueFake::assertNotPushed" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#175) Public method name "QueueFake::assertNothingPushed" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#188) Opening brace should be on the same line as the declaration
(#208) Public method name "QueueFake::hasPushed" must be in lower-case letters only
(#209) Opening brace should be on the same line as the declaration
(#220) Opening brace should be on the same line as the declaration
(#231) Opening brace should be on the same line as the declaration
(#244) Opening brace should be on the same line as the declaration
(#259) Public method name "QueueFake::pushRaw" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#261) Blank comments are not allowed
(#274) Opening brace should be on the same line as the declaration
(#286) Public method name "QueueFake::pushOn" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#300) Public method name "QueueFake::laterOn" must be in lower-case letters only
(#301) Opening brace should be on the same line as the declaration
(#312) Opening brace should be on the same line as the declaration
(#313) Blank comments are not allowed
(#325) Opening brace should be on the same line as the declaration
(#336) Public method name "QueueFake::getConnectionName" must be in lower-case letters only
(#337) Opening brace should be on the same line as the declaration
(#338) Blank comments are not allowed
(#347) Public method name "QueueFake::setConnectionName" must be in lower-case letters only
(#348) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Traits/CapsuleManagerTrait.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) function name "setupContainer" must be lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#44) function name "setAsGlobal" must be lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#54) function name "getContainer" must be lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#65) function name "setContainer" must be lower-case letters only
(#66) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Traits/Localizable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) function name "withLocale" must be lower-case letters only
(#16) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/Traits/Macroable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#58) function name "hasMacro" must be lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#72) Function name "__callStatic" is invalid; only PHP magic methods should be prefixed with a double underscore
(#73) Opening brace should be on the same line as the declaration
(#96) Function name "__call" is invalid; only PHP magic methods should be prefixed with a double underscore
(#97) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/ViewErrorBag.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "ViewErrorBag::hasBag" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#37) Public method name "ViewErrorBag::getBag" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#47) Public method name "ViewErrorBag::getBags" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#72) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#94) Opening brace should be on the same line as the declaration
(#105) Opening brace should be on the same line as the declaration
(#117) Opening brace should be on the same line as the declaration
(#127) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/illuminate/support/helpers.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#70) Opening brace should be on the same line as the declaration
(#84) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#113) Opening brace should be on the same line as the declaration
(#127) Opening brace should be on the same line as the declaration
(#141) Opening brace should be on the same line as the declaration
(#156) Opening brace should be on the same line as the declaration
(#170) Opening brace should be on the same line as the declaration
(#185) Opening brace should be on the same line as the declaration
(#199) Opening brace should be on the same line as the declaration
(#214) Opening brace should be on the same line as the declaration
(#229) Opening brace should be on the same line as the declaration
(#244) Opening brace should be on the same line as the declaration
(#258) Opening brace should be on the same line as the declaration
(#275) Opening brace should be on the same line as the declaration
(#289) Opening brace should be on the same line as the declaration
(#302) Opening brace should be on the same line as the declaration
(#316) Opening brace should be on the same line as the declaration
(#329) Opening brace should be on the same line as the declaration
(#342) Opening brace should be on the same line as the declaration
(#371) Opening brace should be on the same line as the declaration
(#384) Opening brace should be on the same line as the declaration
(#399) Opening brace should be on the same line as the declaration
(#422) Opening brace should be on the same line as the declaration
(#437) Opening brace should be on the same line as the declaration
(#452) Opening brace should be on the same line as the declaration
(#463) Usage of ELSEIF not allowed; use ELSE IF instead
(#474) Usage of ELSEIF not allowed; use ELSE IF instead
(#496) Opening brace should be on the same line as the declaration
(#508) Usage of ELSEIF not allowed; use ELSE IF instead
(#513) Usage of ELSEIF not allowed; use ELSE IF instead
(#520) Usage of ELSEIF not allowed; use ELSE IF instead
(#523) Usage of ELSEIF not allowed; use ELSE IF instead
(#530) Usage of ELSEIF not allowed; use ELSE IF instead
(#538) Usage of ELSEIF not allowed; use ELSE IF instead
(#555) Opening brace should be on the same line as the declaration
(#572) Variable "doubleEncode" must be all lower-case
(#573) Opening brace should be on the same line as the declaration
(#578) Variable "doubleEncode" must be all lower-case
(#591) Opening brace should be on the same line as the declaration
(#605) Opening brace should be on the same line as the declaration
(#627) Variable "valueLength" must be all lower-case
(#627) Variable "valueLength" must be all lower-case
(#643) Opening brace should be on the same line as the declaration
(#656) Opening brace should be on the same line as the declaration
(#669) Opening brace should be on the same line as the declaration
(#682) Opening brace should be on the same line as the declaration
(#697) Opening brace should be on the same line as the declaration
(#723) Opening brace should be on the same line as the declaration
(#726) Usage of ELSEIF not allowed; use ELSE IF instead
(#742) Opening brace should be on the same line as the declaration
(#763) Opening brace should be on the same line as the declaration
(#766) The use of goto labels is forbidden
(#780) The use of operator goto is forbidden
(#794) Opening brace should be on the same line as the declaration
(#808) Opening brace should be on the same line as the declaration
(#822) Opening brace should be on the same line as the declaration
(#836) Opening brace should be on the same line as the declaration
(#850) Opening brace should be on the same line as the declaration
(#864) Opening brace should be on the same line as the declaration
(#878) Opening brace should be on the same line as the declaration
(#893) Opening brace should be on the same line as the declaration
(#907) Opening brace should be on the same line as the declaration
(#922) Opening brace should be on the same line as the declaration
(#937) Opening brace should be on the same line as the declaration
(#952) Opening brace should be on the same line as the declaration
(#967) Opening brace should be on the same line as the declaration
(#980) Opening brace should be on the same line as the declaration
(#995) Opening brace should be on the same line as the declaration
(#1009) Opening brace should be on the same line as the declaration
(#1022) Opening brace should be on the same line as the declaration
(#1036) Opening brace should be on the same line as the declaration
(#1058) Opening brace should be on the same line as the declaration
(#1078) Opening brace should be on the same line as the declaration
(#1095) Opening brace should be on the same line as the declaration
(#1108) Opening brace should be on the same line as the declaration
(#1129) Opening brace should be on the same line as the declaration
(#1150) Opening brace should be on the same line as the declaration
(#1162) Opening brace should be on the same line as the declaration
(#1176) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractColor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "AbstractColor::initFromInteger" must be in lower-case letters only
(#21) Public method name "AbstractColor::initFromArray" must be in lower-case letters only
(#29) Public method name "AbstractColor::initFromString" must be in lower-case letters only
(#37) Public method name "AbstractColor::initFromObject" must be in lower-case letters only
(#47) Public method name "AbstractColor::initFromRgb" must be in lower-case letters only
(#58) Public method name "AbstractColor::initFromRgba" must be in lower-case letters only
(#65) Public method name "AbstractColor::getInt" must be in lower-case letters only
(#73) Public method name "AbstractColor::getHex" must be in lower-case letters only
(#80) Public method name "AbstractColor::getArray" must be in lower-case letters only
(#87) Public method name "AbstractColor::getRgba" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#115) Opening brace should be on the same line as the declaration
(#154) Opening brace should be on the same line as the declaration
(#187) Protected method name "AbstractColor::rgbaFromString" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Variable "hexPattern" must be all lower-case
(#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 "rgbPattern" must be all lower-case
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Variable "rgbaPattern" must be all lower-case
(#200) Variable "hexPattern" must be all lower-case
(#206) Usage of ELSEIF not allowed; use ELSE IF instead
(#206) Variable "rgbPattern" must be all lower-case
(#212) Usage of ELSEIF not allowed; use ELSE IF instead
(#212) Variable "rgbaPattern" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "AbstractDecoder::initFromPath" must be in lower-case letters only
(#24) Public method name "AbstractDecoder::initFromBinary" must be in lower-case letters only
(#32) Public method name "AbstractDecoder::initFromGdResource" must be in lower-case letters only
(#40) Public method name "AbstractDecoder::initFromImagick" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#65) Public method name "AbstractDecoder::initFromUrl" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#67) Whitespace found at end of line
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#73) Line indented incorrectly; expected at least 12 spaces, found 10
(#75) Whitespace found at end of line
(#77) Whitespace found at end of line
(#77) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#94) Public method name "AbstractDecoder::initFromStream" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#106) Variable "shouldAndCanSeek" must be all lower-case
(#108) Variable "shouldAndCanSeek" must be all lower-case
(#118) Variable "shouldAndCanSeek" must be all lower-case
(#136) Public method name "AbstractDecoder::isGdResource" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#150) Public method name "AbstractDecoder::isImagick" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#160) Public method name "AbstractDecoder::isInterventionImage" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#170) Public method name "AbstractDecoder::isSplFileInfo" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#180) Public method name "AbstractDecoder::isSymfonyUpload" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#190) Public method name "AbstractDecoder::isFilePath" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#208) Public method name "AbstractDecoder::isUrl" must be in lower-case letters only
(#209) Opening brace should be on the same line as the declaration
(#218) Public method name "AbstractDecoder::isStream" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#220) Inline control structures are not allowed
(#221) Inline control structures are not allowed
(#222) Inline control structures are not allowed
(#232) Public method name "AbstractDecoder::isBinary" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#247) Public method name "AbstractDecoder::isDataUrl" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#259) Public method name "AbstractDecoder::isBase64" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#274) Public method name "AbstractDecoder::initFromInterventionImage" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
(#285) Private method name "AbstractDecoder::decodeDataUrl" must be in lower-case letters only
(#285) Variable "data_url" must not contain underscores.
(#286) Opening brace should be on the same line as the declaration
(#287) Variable "data_url" must not contain underscores.
(#292) Variable "data_url" must not contain underscores.
(#308) Opening brace should be on the same line as the declaration
(#340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#340) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractDriver.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "AbstractDriver::newImage" must be in lower-case letters only
(#37) Public method name "AbstractDriver::parseColor" must be in lower-case letters only
(#44) Protected method name "AbstractDriver::coreAvailable" must be in lower-case letters only
(#51) Public method name "AbstractDriver::cloneCore" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#63) Opening brace should be on the same line as the declaration
(#76) Opening brace should be on the same line as the declaration
(#88) Public method name "AbstractDriver::executeCommand" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#90) Variable "commandName" must be all lower-case
(#91) Variable "commandName" must be all lower-case
(#103) Private method name "AbstractDriver::getCommandClassName" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#106) Whitespace found at end of line
(#108) Variable "classnameLocal" must be all lower-case
(#109) Variable "classnameGlobal" must be all lower-case
(#111) Variable "classnameLocal" must be all lower-case
(#112) Variable "classnameLocal" must be all lower-case
(#113) Usage of ELSEIF not allowed; use ELSE IF instead
(#113) Variable "classnameGlobal" must be all lower-case
(#114) Variable "classnameGlobal" must be all lower-case
(#127) Public method name "AbstractDriver::getDriverName" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractEncoder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Whitespace found at end of line
(#40) Protected method name "AbstractEncoder::processJpeg" must be in lower-case letters only
(#47) Protected method name "AbstractEncoder::processPng" must be in lower-case letters only
(#54) Protected method name "AbstractEncoder::processGif" must be in lower-case letters only
(#61) Protected method name "AbstractEncoder::processTiff" must be in lower-case letters only
(#68) Protected method name "AbstractEncoder::processBmp" must be in lower-case letters only
(#75) Protected method name "AbstractEncoder::processIco" must be in lower-case letters only
(#82) Protected method name "AbstractEncoder::processWebp" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#168) Whitespace found at end of line
(#185) Protected method name "AbstractEncoder::processDataUrl" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#200) Protected method name "AbstractEncoder::setImage" must be in lower-case letters only
(#201) Opening brace should be on the same line as the declaration
(#210) Protected method name "AbstractEncoder::setFormat" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#226) Protected method name "AbstractEncoder::setQuality" must be in lower-case letters only
(#227) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractFont.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#64) Public method name "AbstractFont::applyToImage" must be in lower-case letters only
(#65) Whitespace found at end of line
(#71) Public method name "AbstractFont::getBoxSize" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#101) Public method name "AbstractFont::getText" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#113) Opening brace should be on the same line as the declaration
(#124) Public method name "AbstractFont::getSize" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#136) Opening brace should be on the same line as the declaration
(#147) Public method name "AbstractFont::getColor" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#159) Opening brace should be on the same line as the declaration
(#170) Public method name "AbstractFont::getAngle" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#182) Opening brace should be on the same line as the declaration
(#193) Public method name "AbstractFont::getAlign" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#205) Opening brace should be on the same line as the declaration
(#216) Public method name "AbstractFont::getValign" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#228) Opening brace should be on the same line as the declaration
(#239) Public method name "AbstractFont::getFile" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#249) Protected method name "AbstractFont::hasApplicableFontFile" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#263) Public method name "AbstractFont::countLines" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "border_color" must not contain underscores.
(#26) Member variable "border_width" must not contain underscores.
(#36) Public method name "AbstractShape::applyToImage" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#67) Public method name "AbstractShape::hasBorder" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/AbstractCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Opening brace should be on the same line as the declaration
(#46) Opening brace should be on the same line as the declaration
(#55) Public method name "AbstractCommand::getOutput" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#65) Public method name "AbstractCommand::hasOutput" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#75) Public method name "AbstractCommand::setOutput" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/Argument.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#38) Public method name "Argument::getCommandName" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#67) Opening brace should be on the same line as the declaration
(#83) Opening brace should be on the same line as the declaration
(#96) Expected 1 space after "="; 2 found
(#102) Expected 1 space after "="; 2 found
(#108) Expected 1 space after "="; 2 found
(#114) Expected 1 space after "="; 2 found
(#119) Expected 1 space after "="; 2 found
(#124) Expected 1 space after "="; 2 found
(#152) Opening brace should be on the same line as the declaration
(#177) Opening brace should be on the same line as the declaration
(#199) Opening brace should be on the same line as the declaration
(#221) Private method name "Argument::isDigit" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/ChecksumCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#19) Expected 1 space before "-"; 0 found
(#19) Expected 1 space after "-"; 0 found
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#20) Expected 1 space before "-"; 0 found
(#20) Expected 1 space after "-"; 0 found
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/CircleCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#22) Variable "circle_classname" must not contain underscores.
(#25) Variable "circle_classname" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/EllipseCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#23) Variable "ellipse_classname" must not contain underscores.
(#26) Variable "ellipse_classname" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/ExifCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) 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
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/IptcCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/LineCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#23) Variable "line_classname" must not contain underscores.
(#26) Variable "line_classname" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/OrientateCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/PolygonCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#20) Variable "vertices_count" must not contain underscores.
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Variable "vertices_count" must not contain underscores.
(#29) Variable "vertices_count" must not contain underscores.
(#34) Whitespace found at end of line
(#35) Variable "polygon_classname" must not contain underscores.
(#38) Variable "polygon_classname" must not contain underscores.
(#39) Whitespace found at end of line
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/PsrResponseCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// Encoded property will be populated at this moment" but found "//Encoded property will be populated at this moment"
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/RectangleCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#23) Variable "rectangle_classname" must not contain underscores.
(#26) Variable "rectangle_classname" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/ResponseCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/StreamCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/TextCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Constraint.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Opening brace should be on the same line as the declaration
(#46) Public method name "Constraint::getSize" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#58) Opening brace should be on the same line as the declaration
(#68) Public method name "Constraint::isFixed" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#78) Public method name "Constraint::aspectRatio" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#89) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/ImageException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/InvalidArgumentException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/MissingDependencyException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotReadableException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotSupportedException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotWritableException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/RuntimeException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Perl-style comments are not allowed; use "// Comment." instead
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Facades/Image.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Protected method name "Image::getFacadeAccessor" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/File.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Public method name "File::setFileInfoFromPath" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#64) Whitespace found at end of line
(#68) Opening brace should be on the same line as the declaration
(#74) Whitespace found at end of line
(#83) Public method name "File::basePath" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Filters/DemoFilter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#35) Public method name "DemoFilter::applyFilter" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Filters/FilterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "FilterInterface::applyFilter" must be in lower-case letters only
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Color.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Public method name "Color::initFromInteger" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#57) Public method name "Color::initFromArray" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#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
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Public method name "Color::initFromString" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#104) Public method name "Color::initFromRgb" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#121) Public method name "Color::initFromRgba" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#135) Public method name "Color::initFromObject" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#147) Public method name "Color::getInt" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#158) Public method name "Color::getHex" must be in lower-case letters only
(#159) Opening brace should be on the same line as the declaration
(#168) Public method name "Color::getArray" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#178) Public method name "Color::getRgba" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#191) Opening brace should be on the same line as the declaration
(#192) Variable "color_tolerance" must not contain underscores.
(#193) Variable "alpha_tolerance" must not contain underscores.
(#203) Variable "color_tolerance" must not contain underscores.
(#204) Variable "color_tolerance" must not contain underscores.
(#205) Variable "color_tolerance" must not contain underscores.
(#206) Variable "alpha_tolerance" must not contain underscores.
(#217) Opening brace should be on the same line as the declaration
(#218) Variable "oldMin" must be all lower-case
(#219) Variable "oldMax" must be all lower-case
(#221) Variable "newMin" must be all lower-case
(#222) Variable "newMax" must be all lower-case
(#224) Expected 1 space before "-"; 0 found
(#224) Variable "oldMin" must be all lower-case
(#224) Variable "newMax" must be all lower-case
(#224) Variable "newMin" must be all lower-case
(#224) Variable "oldMax" must be all lower-case
(#224) Variable "oldMin" must be all lower-case
(#224) Variable "newMin" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/BackupCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Variable "backupName" must be all lower-case
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Variable "backupName" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/BlurCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/BrightnessCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ColorizeCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ContrastCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/CropCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Line exceeds 132 characters; contains 141 characters
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/DestroyCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/FillCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#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
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/FitCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line exceeds 132 characters; contains 166 characters
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/FlipCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#35) Line exceeds 132 characters; contains 133 characters
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GammaCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GetSizeCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GreyscaleCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/HeightenCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#16) Variable "additionalConstraints" must be all lower-case
(#20) Variable "additionalConstraints" must be all lower-case
(#22) Inline control structures are not allowed
(#22) Variable "additionalConstraints" must be all lower-case
(#23) Variable "additionalConstraints" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InsertCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Variable "image_size" must not contain underscores.
(#25) Variable "watermark_size" must not contain underscores.
(#26) Variable "image_size" must not contain underscores.
(#26) Variable "watermark_size" must not contain underscores.
(#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
(#30) Variable "watermark_size" must not contain underscores.
(#30) Variable "watermark_size" must not contain underscores.
(#30) Line exceeds 132 characters; contains 146 characters
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InterlaceCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InvertCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/LimitColorsCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#6) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/MaskCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Variable "mask_source" must not contain underscores.
(#16) Variable "mask_w_alpha" must not contain underscores.
(#18) Variable "image_size" must not contain underscores.
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Variable "image_size" must not contain underscores.
(#21) Variable "image_size" must not contain underscores.
(#21) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Variable "mask_source" must not contain underscores.
(#25) Variable "mask_size" must not contain underscores.
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Variable "mask_size" must not contain underscores.
(#28) Variable "image_size" must not contain underscores.
(#29) Variable "image_size" must not contain underscores.
(#29) Variable "image_size" must not contain underscores.
(#34) Variable "mask_w_alpha" must not contain underscores.
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#40) Variable "image_size" must not contain underscores.
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#41) Variable "image_size" must not contain underscores.
(#46) Variable "mask_w_alpha" must not contain underscores.
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) This comment is 58% valid code; is this commented out code?
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/OpacityCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Variable "mask_color" must not contain underscores.
(#22) Variable "mask_color" must not contain underscores.
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/PickColorCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/PixelCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/PixelateCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ResetCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Variable "backupName" must be all lower-case
(#17) Variable "backupName" must be all lower-case
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCanvasCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#21) Variable "original_width" must not contain underscores.
(#22) Variable "original_height" must not contain underscores.
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Variable "original_width" must not contain underscores.
(#26) Variable "original_height" must not contain underscores.
(#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
(#30) Variable "original_width" must not contain underscores.
(#31) Variable "original_height" must not contain underscores.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Variable "original_width" must not contain underscores.
(#36) Variable "original_height" must not contain underscores.
(#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
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "canvas_size" must not contain underscores.
(#43) Variable "image_size" must not contain underscores.
(#44) Variable "canvas_pos" must not contain underscores.
(#44) Variable "image_size" must not contain underscores.
(#44) Variable "canvas_size" must not contain underscores.
(#45) Variable "image_pos" must not contain underscores.
(#45) Variable "canvas_size" must not contain underscores.
(#45) Variable "image_size" must not contain underscores.
(#47) Variable "original_width" must not contain underscores.
(#48) Variable "dst_x" must not contain underscores.
(#49) Variable "src_x" must not contain underscores.
(#49) Variable "canvas_pos" must not contain underscores.
(#50) Variable "src_w" must not contain underscores.
(#50) Variable "canvas_size" must not contain underscores.
(#52) Variable "dst_x" must not contain underscores.
(#52) Variable "image_pos" must not contain underscores.
(#53) Variable "src_x" must not contain underscores.
(#54) Variable "src_w" must not contain underscores.
(#54) Variable "original_width" must not contain underscores.
(#57) Variable "original_height" must not contain underscores.
(#58) Variable "dst_y" must not contain underscores.
(#59) Variable "src_y" must not contain underscores.
(#59) Variable "canvas_pos" must not contain underscores.
(#60) Variable "src_h" must not contain underscores.
(#60) Variable "canvas_size" must not contain underscores.
(#62) Variable "dst_y" must not contain underscores.
(#62) Variable "image_pos" must not contain underscores.
(#63) Variable "src_y" must not contain underscores.
(#64) Variable "src_h" must not contain underscores.
(#64) Variable "original_height" must not contain underscores.
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Variable "dst_x" must not contain underscores.
(#71) Variable "dst_y" must not contain underscores.
(#71) Variable "dst_x" must not contain underscores.
(#71) Variable "src_w" must not contain underscores.
(#71) Variable "dst_y" must not contain underscores.
(#71) Variable "src_h" must not contain underscores.
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Variable "dst_x" must not contain underscores.
(#74) Variable "dst_y" must not contain underscores.
(#74) Variable "src_x" must not contain underscores.
(#74) Variable "src_y" must not contain underscores.
(#74) Variable "src_w" must not contain underscores.
(#74) Variable "src_h" must not contain underscores.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "dst_x" must not contain underscores.
(#42) Variable "dst_y" must not contain underscores.
(#42) Variable "src_x" must not contain underscores.
(#42) Variable "src_y" must not contain underscores.
(#42) Variable "dst_w" must not contain underscores.
(#42) Variable "dst_h" must not contain underscores.
(#42) Variable "src_w" must not contain underscores.
(#42) Variable "src_h" must not contain underscores.
(#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
(#45) Variable "dst_w" must not contain underscores.
(#45) Variable "dst_h" must not contain underscores.
(#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
(#51) Variable "transIndex" must be all lower-case
(#53) Variable "transIndex" must be all lower-case
(#54) Variable "transIndex" must be all lower-case
(#55) Variable "transColor" must be all lower-case
(#56) Variable "transColor" must be all lower-case
(#57) Variable "transColor" must be all lower-case
(#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
(#67) Variable "dst_x" must not contain underscores.
(#68) Variable "dst_y" must not contain underscores.
(#69) Variable "src_x" must not contain underscores.
(#70) Variable "src_y" must not contain underscores.
(#71) Variable "dst_w" must not contain underscores.
(#72) Variable "dst_h" must not contain underscores.
(#73) Variable "src_w" must not contain underscores.
(#74) Variable "src_h" must not contain underscores.
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/RotateCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/SharpenCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/TrimCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Variable "checkTransparency" must be all lower-case
(#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
(#31) Usage of ELSEIF not allowed; use ELSE IF instead
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) 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
(#44) Variable "checkTransparency" must be all lower-case
(#45) Variable "base_x" must not contain underscores.
(#46) Variable "base_y" must not contain underscores.
(#51) Variable "base_x" must not contain underscores.
(#52) Variable "base_y" must not contain underscores.
(#58) Variable "base_x" must not contain underscores.
(#59) Variable "base_y" must not contain underscores.
(#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
(#64) Variable "checkTransparency" 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
(#67) Variable "base_x" must not contain underscores.
(#67) Variable "base_y" must not contain underscores.
(#70) Variable "top_x" must not contain underscores.
(#71) Variable "top_y" must not contain underscores.
(#72) Variable "bottom_x" must not contain underscores.
(#73) Variable "bottom_y" must not contain underscores.
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "/"; 0 found
(#78) Expected 1 space after "/"; 0 found
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#81) Variable "checkColor" must be all lower-case
(#83) Variable "checkTransparency" must be all lower-case
(#84) Variable "checkColor" must be all lower-case
(#85) Variable "checkColor" must be all lower-case
(#86) Variable "checkColor" must be all lower-case
(#89) Variable "checkColor" must be all lower-case
(#90) Variable "top_y" must not contain underscores.
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "/"; 0 found
(#102) Expected 1 space after "/"; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#103) Variable "top_y" must not contain underscores.
(#105) Variable "checkColor" must be all lower-case
(#107) Variable "checkTransparency" must be all lower-case
(#108) Variable "checkColor" must be all lower-case
(#109) Variable "checkColor" must be all lower-case
(#110) Variable "checkColor" must be all lower-case
(#113) Variable "checkColor" must be all lower-case
(#114) Variable "top_x" must not contain underscores.
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#126) Expected 1 space before "-"; 0 found
(#126) Expected 1 space after "-"; 0 found
(#126) Expected 1 space before "/"; 0 found
(#126) Expected 1 space after "/"; 0 found
(#126) Expected 1 space before "-"; 0 found
(#126) Expected 1 space after "-"; 0 found
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#127) Variable "top_x" must not contain underscores.
(#129) Variable "checkColor" must be all lower-case
(#131) Variable "checkTransparency" must be all lower-case
(#132) Variable "checkColor" must be all lower-case
(#133) Variable "checkColor" must be all lower-case
(#134) Variable "checkColor" must be all lower-case
(#137) Variable "checkColor" must be all lower-case
(#138) Variable "bottom_y" must not contain underscores.
(#138) Expected 1 space before "+"; 0 found
(#138) Expected 1 space after "+"; 0 found
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#150) Expected 1 space before "-"; 0 found
(#150) Expected 1 space after "-"; 0 found
(#150) Expected 1 space before "/"; 0 found
(#150) Expected 1 space after "/"; 0 found
(#150) Expected 1 space before "-"; 0 found
(#150) Expected 1 space after "-"; 0 found
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#151) Variable "top_y" must not contain underscores.
(#151) Variable "bottom_y" must not contain underscores.
(#153) Variable "checkColor" must be all lower-case
(#155) Variable "checkTransparency" must be all lower-case
(#156) Variable "checkColor" must be all lower-case
(#157) Variable "checkColor" must be all lower-case
(#158) Variable "checkColor" must be all lower-case
(#161) Variable "checkColor" must be all lower-case
(#162) Variable "bottom_x" must not contain underscores.
(#162) Expected 1 space before "+"; 0 found
(#162) Expected 1 space after "+"; 0 found
(#170) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Variable "top_x" must not contain underscores.
(#173) Variable "top_y" must not contain underscores.
(#173) Variable "bottom_x" must not contain underscores.
(#173) Expected 1 space before "-"; 0 found
(#173) Expected 1 space after "-"; 0 found
(#173) Variable "top_x" must not contain underscores.
(#173) Variable "bottom_y" must not contain underscores.
(#173) Expected 1 space before "-"; 0 found
(#173) Expected 1 space after "-"; 0 found
(#173) Variable "top_y" must not contain underscores.
(#173) Variable "bottom_x" must not contain underscores.
(#173) Expected 1 space before "-"; 0 found
(#173) Expected 1 space after "-"; 0 found
(#173) Variable "top_x" must not contain underscores.
(#173) Variable "bottom_y" must not contain underscores.
(#173) Expected 1 space before "-"; 0 found
(#173) Expected 1 space after "-"; 0 found
(#173) Variable "top_y" must not contain underscores.
(#173) Line exceeds 132 characters; contains 139 characters
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/WidenCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#16) Variable "additionalConstraints" must be all lower-case
(#20) Variable "additionalConstraints" must be all lower-case
(#22) Inline control structures are not allowed
(#22) Variable "additionalConstraints" must be all lower-case
(#23) Variable "additionalConstraints" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "Decoder::initFromPath" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Expected 1 space before "="; 0 found
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Public method name "Decoder::initFromGdResource" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#95) Public method name "Decoder::initFromImagick" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#108) Public method name "Decoder::initFromBinary" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#130) Public method name "Decoder::gdResourceToTruecolor" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Driver.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#33) Public method name "Driver::newImage" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#52) Public method name "Driver::parseColor" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#62) Protected method name "Driver::coreAvailable" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#72) Public method name "Driver::cloneCore" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#81) Whitespace found at end of line
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Encoder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Protected method name "Encoder::processJpeg" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#28) Protected method name "Encoder::processPng" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#47) Protected method name "Encoder::processGif" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#58) Protected method name "Encoder::processWebp" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#71) Whitespace found at end of line
(#80) Protected method name "Encoder::processTiff" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#92) Protected method name "Encoder::processBmp" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#104) Protected method name "Encoder::processIco" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#116) Protected method name "Encoder::processPsd" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Font.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Protected method name "Font::getPointSize" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#24) Private method name "Font::getInternalFont" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#43) Private method name "Font::getInternalFontWidth" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#53) Private method name "Font::getInternalFontHeight" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#78) Public method name "Font::getBoxSize" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#92) Expected 1 space before "<"; 0 found
(#92) Expected 1 space after "<"; 0 found
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#131) Public method name "Font::applyToImage" must be in lower-case letters only
(#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
(#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
(#149) Expected 1 space before "+"; 0 found
(#149) Expected 1 space after "+"; 0 found
(#149) Expected 1 space before "/"; 0 found
(#149) Expected 1 space after "/"; 0 found
(#150) Expected 1 space before "+"; 0 found
(#150) Expected 1 space after "+"; 0 found
(#150) Expected 1 space before "/"; 0 found
(#150) Expected 1 space after "/"; 0 found
(#165) Expected 1 space before "+"; 0 found
(#165) Expected 1 space after "+"; 0 found
(#165) Expected 1 space before "/"; 0 found
(#165) Expected 1 space after "/"; 0 found
(#166) Expected 1 space before "+"; 0 found
(#166) Expected 1 space after "+"; 0 found
(#166) Expected 1 space before "/"; 0 found
(#166) Expected 1 space after "/"; 0 found
(#171) Expected 1 space before "+"; 0 found
(#171) Expected 1 space after "+"; 0 found
(#171) Expected 1 space before "/"; 0 found
(#171) Expected 1 space after "/"; 0 found
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Expected 1 space before "/"; 0 found
(#172) Expected 1 space after "/"; 0 found
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Expected 1 space before "/"; 0 found
(#177) Expected 1 space after "/"; 0 found
(#178) Expected 1 space before "+"; 0 found
(#178) Expected 1 space after "+"; 0 found
(#178) Expected 1 space before "/"; 0 found
(#178) Expected 1 space after "/"; 0 found
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Expected 1 space before "/"; 0 found
(#182) Expected 1 space after "/"; 0 found
(#183) Expected 1 space before "+"; 0 found
(#183) Expected 1 space after "+"; 0 found
(#183) Expected 1 space before "/"; 0 found
(#183) Expected 1 space after "/"; 0 found
(#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
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line exceeds 132 characters; contains 139 characters
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Variable "top_correction" must not contain underscores.
(#214) Variable "bottom_correction" must not contain underscores.
(#215) Usage of ELSEIF not allowed; use ELSE IF instead
(#216) Variable "top_correction" must not contain underscores.
(#217) Variable "bottom_correction" must not contain underscores.
(#219) Variable "top_correction" must not contain underscores.
(#220) Variable "bottom_correction" must not contain underscores.
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Variable "top_correction" must not contain underscores.
(#247) Variable "bottom_correction" must not contain underscores.
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/CircleShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#36) Possible useless method overriding detected
(#36) Public method name "CircleShape::applyToImage" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/EllipseShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#44) Public method name "EllipseShape::applyToImage" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#51) Expected 1 space before "-"; 0 found
(#51) Expected 1 space after "-"; 0 found
(#51) Expected 1 space before "-"; 0 found
(#51) Expected 1 space after "-"; 0 found
(#53) Variable "border_color" must not contain underscores.
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Variable "border_color" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/LineShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#82) Public method name "LineShape::applyToImage" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/PolygonShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#35) Public method name "PolygonShape::applyToImage" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#39) Whitespace found at end of line
(#41) Variable "border_color" must not contain underscores.
(#43) Variable "border_color" must not contain underscores.
(#45) Whitespace found at end of line
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/RectangleShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Opening brace should be on the same line as the declaration
(#62) Public method name "RectangleShape::applyToImage" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#68) Variable "border_color" must not contain underscores.
(#70) Variable "border_color" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Image.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Line exceeds maximum limit of 180 characters; contains 323 characters
(#10) Line exceeds maximum limit of 180 characters; contains 269 characters
(#11) Line exceeds maximum limit of 180 characters; contains 320 characters
(#12) Line exceeds maximum limit of 180 characters; contains 395 characters
(#13) Line exceeds maximum limit of 180 characters; contains 337 characters
(#14) Line exceeds maximum limit of 180 characters; contains 294 characters
(#15) Line exceeds maximum limit of 180 characters; contains 422 characters
(#16) Line exceeds maximum limit of 180 characters; contains 313 characters
(#17) Line exceeds maximum limit of 180 characters; contains 327 characters
(#18) Line exceeds maximum limit of 180 characters; contains 330 characters
(#19) Line exceeds maximum limit of 180 characters; contains 306 characters
(#20) Line exceeds maximum limit of 180 characters; contains 209 characters
(#21) Line exceeds maximum limit of 180 characters; contains 209 characters
(#22) Line exceeds maximum limit of 180 characters; contains 300 characters
(#23) Line exceeds maximum limit of 180 characters; contains 245 characters
(#24) Line exceeds maximum limit of 180 characters; contains 538 characters
(#25) Line exceeds maximum limit of 180 characters; contains 229 characters
(#26) Line exceeds maximum limit of 180 characters; contains 207 characters
(#27) Line exceeds maximum limit of 180 characters; contains 354 characters
(#28) Line exceeds maximum limit of 180 characters; contains 370 characters
(#29) Line exceeds maximum limit of 180 characters; contains 384 characters
(#30) Line exceeds maximum limit of 180 characters; contains 211 characters
(#31) Line exceeds maximum limit of 180 characters; contains 409 characters
(#32) Line exceeds maximum limit of 180 characters; contains 282 characters
(#33) Line exceeds maximum limit of 180 characters; contains 326 characters
(#34) Line exceeds maximum limit of 180 characters; contains 511 characters
(#35) Line exceeds maximum limit of 180 characters; contains 272 characters
(#36) Line exceeds maximum limit of 180 characters; contains 301 characters
(#37) Line exceeds maximum limit of 180 characters; contains 246 characters
(#38) Line exceeds maximum limit of 180 characters; contains 214 characters
(#39) Line exceeds maximum limit of 180 characters; contains 243 characters
(#40) Line exceeds maximum limit of 180 characters; contains 289 characters
(#41) Line exceeds maximum limit of 180 characters; contains 370 characters
(#42) Line exceeds maximum limit of 180 characters; contains 263 characters
(#43) Line exceeds maximum limit of 180 characters; contains 313 characters
(#44) Line exceeds maximum limit of 180 characters; contains 506 characters
(#45) Line exceeds maximum limit of 180 characters; contains 233 characters
(#46) Line exceeds maximum limit of 180 characters; contains 310 characters
(#47) Line exceeds maximum limit of 180 characters; contains 242 characters
(#48) Line exceeds maximum limit of 180 characters; contains 349 characters
(#49) Line exceeds maximum limit of 180 characters; contains 424 characters
(#50) Line exceeds maximum limit of 180 characters; contains 353 characters
(#51) Line exceeds maximum limit of 180 characters; contains 252 characters
(#52) Line exceeds maximum limit of 180 characters; contains 254 characters
(#54) Expected MOODLE_INTERNAL check or config.php inclusion
(#91) 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
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Opening brace should be on the same line as the declaration
(#170) Public method name "Image::getDriver" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#179) Public method name "Image::setDriver" must be in lower-case letters only
(#180) Opening brace should be on the same line as the declaration
(#191) Public method name "Image::getCore" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
(#201) Public method name "Image::setCore" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#214) Public method name "Image::getBackup" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#232) Public method name "Image::getBackups" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#244) Public method name "Image::setBackup" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#259) Private method name "Image::backupExists" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#269) Public method name "Image::isEncoded" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#279) Public method name "Image::getEncoded" must be in lower-case letters only
(#280) Opening brace should be on the same line as the declaration
(#289) Public method name "Image::setEncoded" must be in lower-case letters only
(#290) Opening brace should be on the same line as the declaration
(#301) Public method name "Image::getWidth" must be in lower-case letters only
(#302) Opening brace should be on the same line as the declaration
(#312) Opening brace should be on the same line as the declaration
(#321) Public method name "Image::getHeight" must be in lower-case letters only
(#322) Opening brace should be on the same line as the declaration
(#332) Opening brace should be on the same line as the declaration
(#342) Opening brace should be on the same line as the declaration
(#352) Opening brace should be on the same line as the declaration
(#360) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageManager.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#65) Opening brace should be on the same line as the declaration
(#79) Variable "returnObj" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#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
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "returnObj" must be all lower-case
(#103) Private method name "ImageManager::createDriver" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#132) Private method name "ImageManager::checkRequirements" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#31) Public method name "ImageManagerStatic::getManager" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#70) Opening brace should be on the same line as the declaration
(#83) Variable "returnObj" must be all lower-case
(#84) Opening brace should be on the same line as the declaration
(#85) Variable "returnObj" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
(#54) Opening brace should be on the same line as the declaration
(#63) Private method name "ImageServiceProvider::getProvider" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
(#82) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel4.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
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Line exceeds 132 characters; contains 172 characters
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Variable "image_path" must not contain underscores.
(#44) Variable "image_path" must not contain underscores.
(#44) Variable "image_path" must not contain underscores.
(#47) Variable "image_path" must not contain underscores.
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Variable "image_path" must not contain underscores.
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "image_path" must not contain underscores.
(#63) Whitespace found at end of line
(#66) Variable "image_path" must not contain underscores.
(#68) Whitespace found at end of line
(#70) Variable "image_path" must not contain underscores.
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "image_path" must not contain underscores.
(#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
(#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
(#88) Expected 1 space before "*"; 0 found
(#88) Expected 1 space after "*"; 0 found
(#92) Line exceeds 132 characters; contains 138 characters
(#103) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel5.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Private method name "ImageServiceProviderLaravel5::cacheIsInstalled" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#25) Opening brace should be on the same line as the declaration
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Opening brace should be on the same line as the declaration
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Private method name "ImageServiceProviderLaravel5::bootstrapImageCache" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Variable "filename_pattern" must not contain underscores.
(#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
(#86) Variable "filename_pattern" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLeague.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLumen.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Commas (,) must be followed by white space.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Color.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "Color::initFromInteger" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#37) Public method name "Color::initFromArray" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Usage of ELSEIF not allowed; use ELSE IF instead
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Public method name "Color::initFromString" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#77) Public method name "Color::initFromObject" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#93) Public method name "Color::initFromRgb" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#108) Public method name "Color::initFromRgba" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#118) Public method name "Color::getInt" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#135) Public method name "Color::getHex" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#149) Public method name "Color::getArray" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#164) Public method name "Color::getRgba" must be in lower-case letters only
(#165) Opening brace should be on the same line as the declaration
(#182) Opening brace should be on the same line as the declaration
(#183) Variable "color_tolerance" must not contain underscores.
(#184) Variable "alpha_tolerance" must not contain underscores.
(#194) Variable "color_tolerance" must not contain underscores.
(#195) Variable "color_tolerance" must not contain underscores.
(#196) Variable "color_tolerance" must not contain underscores.
(#197) Variable "alpha_tolerance" must not contain underscores.
(#206) Public method name "Color::getRedValue" must be in lower-case letters only
(#207) Opening brace should be on the same line as the declaration
(#216) Public method name "Color::getGreenValue" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#226) Public method name "Color::getBlueValue" must be in lower-case letters only
(#227) Opening brace should be on the same line as the declaration
(#236) Public method name "Color::getAlphaValue" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#246) Private method name "Color::setPixel" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#260) Public method name "Color::getPixel" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#272) Opening brace should be on the same line as the declaration
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) This comment is 56% valid code; is this commented out code?
(#274) Expected 1 space before "/"; 0 found
(#274) Expected 1 space after "/"; 0 found
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/BackupCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Variable "backupName" must be all lower-case
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Variable "backupName" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/BlurCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/BrightnessCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ColorizeCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Private method name "ColorizeCommand::normalizeLevel" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#37) Expected 1 space before "/"; 0 found
(#37) Expected 1 space after "/"; 0 found
(#39) Expected 1 space before "+"; 0 found
(#39) Expected 1 space after "+"; 0 found
(#39) Expected 1 space before "/"; 0 found
(#39) Expected 1 space after "/"; 0 found
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ContrastCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/CropCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/DestroyCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ExifCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "preferExtension" must be all lower-case
(#19) Public method name "ExifCommand::dontPreferExtension" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#43) Variable "requestedKey" must be all lower-case
(#44) Variable "requestedKey" must be all lower-case
(#45) Variable "requestedKey" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/FillCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) 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
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Line indented incorrectly; expected at least 16 spaces, found 12
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/FitCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/FlipCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GammaCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GetSizeCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GreyscaleCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/HeightenCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#16) Variable "additionalConstraints" must be all lower-case
(#20) Variable "additionalConstraints" must be all lower-case
(#22) Inline control structures are not allowed
(#22) Variable "additionalConstraints" must be all lower-case
(#23) Variable "additionalConstraints" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/InsertCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Variable "image_size" must not contain underscores.
(#25) Variable "watermark_size" must not contain underscores.
(#26) Variable "image_size" must not contain underscores.
(#26) Variable "watermark_size" must not contain underscores.
(#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
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/InterlaceCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/InvertCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/LimitColorsCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) 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
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/MaskCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Variable "mask_source" must not contain underscores.
(#16) Variable "mask_w_alpha" must not contain underscores.
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Variable "mask_source" must not contain underscores.
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Variable "image_size" must not contain underscores.
(#26) Variable "image_size" must not contain underscores.
(#27) Variable "image_size" must not contain underscores.
(#27) Variable "image_size" must not contain underscores.
(#32) Variable "mask_w_alpha" must not contain underscores.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#40) Variable "original_alpha" must not contain underscores.
(#41) Variable "original_alpha" must not contain underscores.
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Variable "mask_alpha" must not contain underscores.
(#45) Variable "mask_alpha" must not contain underscores.
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) This comment is 64% valid code; is this commented out code?
(#47) Variable "mask_alpha" must not contain underscores.
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Variable "original_alpha" must not contain underscores.
(#50) Variable "mask_alpha" must not contain underscores.
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Variable "original_alpha" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/OpacityCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#16) Whitespace found at end of line
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/PickColorCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/PixelCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/PixelateCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ResetCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Variable "backupName" must be all lower-case
(#17) Variable "backupName" must be all lower-case
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Variable "backupName" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCanvasCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#21) Variable "original_width" must not contain underscores.
(#22) Variable "original_height" must not contain underscores.
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Variable "original_width" must not contain underscores.
(#26) Variable "original_height" must not contain underscores.
(#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
(#30) Variable "original_width" must not contain underscores.
(#31) Variable "original_height" must not contain underscores.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Variable "original_width" must not contain underscores.
(#36) Variable "original_height" must not contain underscores.
(#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
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "canvas_size" must not contain underscores.
(#43) Variable "image_size" must not contain underscores.
(#44) Variable "canvas_pos" must not contain underscores.
(#44) Variable "image_size" must not contain underscores.
(#44) Variable "canvas_size" must not contain underscores.
(#45) Variable "image_pos" must not contain underscores.
(#45) Variable "canvas_size" must not contain underscores.
(#45) Variable "image_size" must not contain underscores.
(#47) Variable "original_width" must not contain underscores.
(#48) Variable "dst_x" must not contain underscores.
(#49) Variable "src_x" must not contain underscores.
(#49) Variable "canvas_pos" must not contain underscores.
(#50) Variable "src_w" must not contain underscores.
(#50) Variable "canvas_size" must not contain underscores.
(#52) Variable "dst_x" must not contain underscores.
(#52) Variable "image_pos" must not contain underscores.
(#53) Variable "src_x" must not contain underscores.
(#54) Variable "src_w" must not contain underscores.
(#54) Variable "original_width" must not contain underscores.
(#57) Variable "original_height" must not contain underscores.
(#58) Variable "dst_y" must not contain underscores.
(#59) Variable "src_y" must not contain underscores.
(#59) Variable "canvas_pos" must not contain underscores.
(#60) Variable "src_h" must not contain underscores.
(#60) Variable "canvas_size" must not contain underscores.
(#62) Variable "dst_y" must not contain underscores.
(#62) Variable "image_pos" must not contain underscores.
(#63) Variable "src_y" must not contain underscores.
(#64) Variable "src_h" must not contain underscores.
(#64) Variable "original_height" must not contain underscores.
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "dst_x" must not contain underscores.
(#73) Variable "dst_y" must not contain underscores.
(#73) Variable "dst_x" must not contain underscores.
(#73) Variable "src_w" must not contain underscores.
(#73) Variable "dst_y" must not contain underscores.
(#73) Variable "src_h" must not contain underscores.
(#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
(#80) Variable "src_w" must not contain underscores.
(#80) Variable "src_h" must not contain underscores.
(#80) Variable "src_x" must not contain underscores.
(#80) Variable "src_y" must not contain underscores.
(#81) Variable "dst_x" must not contain underscores.
(#81) Variable "dst_y" must not contain underscores.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/RotateCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/SharpenCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/TrimCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#25) Variable "checkTransparency" must be all lower-case
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Usage of ELSEIF not allowed; use ELSE IF instead
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#43) Variable "checkTransparency" must be all lower-case
(#44) Variable "base_x" must not contain underscores.
(#45) Variable "base_y" must not contain underscores.
(#50) Variable "base_x" must not contain underscores.
(#51) Variable "base_y" must not contain underscores.
(#57) Variable "base_x" must not contain underscores.
(#58) Variable "base_y" must not contain underscores.
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "checkTransparency" must be all lower-case
(#64) Variable "base_color" must not contain underscores.
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "base_color" must not contain underscores.
(#66) Variable "base_x" must not contain underscores.
(#66) Variable "base_y" must not contain underscores.
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#73) Variable "base_color" must not contain underscores.
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "imagePage" must be all lower-case
(#80) Variable "crop_x" must not contain underscores.
(#80) Variable "crop_y" must not contain underscores.
(#80) Variable "imagePage" must be all lower-case
(#80) Expected 1 space before "-"; 0 found
(#80) Expected 1 space after "-"; 0 found
(#80) Variable "imagePage" must be all lower-case
(#80) Expected 1 space before "-"; 0 found
(#80) Expected 1 space after "-"; 0 found
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 71% valid code; is this commented out code?
(#82) Variable "crop_width" must not contain underscores.
(#82) Variable "crop_height" must not contain underscores.
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "crop_width" must not contain underscores.
(#86) Variable "crop_width" must not contain underscores.
(#86) Variable "crop_x" must not contain underscores.
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Variable "crop_height" must not contain underscores.
(#91) Variable "crop_height" must not contain underscores.
(#91) Variable "crop_y" must not contain underscores.
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Variable "crop_width" must not contain underscores.
(#96) Variable "crop_width" must not contain underscores.
(#96) Variable "crop_x" must not contain underscores.
(#97) Variable "crop_x" must not contain underscores.
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Variable "crop_height" must not contain underscores.
(#102) Variable "crop_height" must not contain underscores.
(#102) Variable "crop_y" must not contain underscores.
(#103) Variable "crop_y" must not contain underscores.
(#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 "crop_width" must not contain underscores.
(#107) Variable "crop_width" must not contain underscores.
(#108) Variable "crop_height" must not contain underscores.
(#108) Variable "crop_height" must not contain underscores.
(#109) Variable "crop_x" must not contain underscores.
(#109) Variable "crop_x" must not contain underscores.
(#110) Variable "crop_y" must not contain underscores.
(#110) Variable "crop_y" must not contain underscores.
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "crop_width" must not contain underscores.
(#113) Variable "crop_height" must not contain underscores.
(#113) Variable "crop_x" must not contain underscores.
(#113) Variable "crop_y" must not contain underscores.
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/WidenCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#16) Variable "additionalConstraints" must be all lower-case
(#20) Variable "additionalConstraints" must be all lower-case
(#22) Inline control structures are not allowed
(#22) Variable "additionalConstraints" must be all lower-case
(#23) Variable "additionalConstraints" must be all lower-case
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Decoder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "Decoder::initFromPath" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#23) Line exceeds 132 characters; contains 147 characters
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Public method name "Decoder::initFromGdResource" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#59) Public method name "Decoder::initFromImagick" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Public method name "Decoder::initFromBinary" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Private method name "Decoder::removeAnimation" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Driver.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#33) Public method name "Driver::newImage" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#56) Public method name "Driver::parseColor" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#66) Protected method name "Driver::coreAvailable" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Encoder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Protected method name "Encoder::processJpeg" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#36) Protected method name "Encoder::processPng" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#55) Protected method name "Encoder::processGif" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#69) Protected method name "Encoder::processWebp" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#96) Protected method name "Encoder::processTiff" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#117) Protected method name "Encoder::processBmp" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#136) Protected method name "Encoder::processIco" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#155) Protected method name "Encoder::processPsd" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Font.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "Font::applyToImage" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Line indented incorrectly; expected at least 20 spaces, found 16
(#70) Line indented incorrectly; expected at least 20 spaces, found 16
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Whitespace found at end of line
(#84) Public method name "Font::getBoxSize" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 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
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/CircleShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#36) Possible useless method overriding detected
(#36) Public method name "CircleShape::applyToImage" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/EllipseShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#44) Public method name "EllipseShape::applyToImage" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "border_color" must not contain underscores.
(#56) Variable "border_color" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/LineShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#80) Public method name "LineShape::applyToImage" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/PolygonShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#35) Public method name "PolygonShape::applyToImage" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#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
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Variable "border_color" must not contain underscores.
(#47) Variable "border_color" must not contain underscores.
(#63) Private method name "PolygonShape::formatPoints" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#69) Expected 1 space before "%"; 0 found
(#69) Expected 1 space after "%"; 0 found
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/RectangleShape.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Opening brace should be on the same line as the declaration
(#62) Public method name "RectangleShape::applyToImage" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Variable "border_color" must not contain underscores.
(#74) Variable "border_color" must not contain underscores.
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Point.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#38) Public method name "Point::setX" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#48) Public method name "Point::setY" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#59) Public method name "Point::setPosition" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Response.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Size.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#61) Public method name "Size::setPivot" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#71) Public method name "Size::getWidth" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#81) Public method name "Size::getHeight" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#91) Public method name "Size::getRatio" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#105) Opening brace should be on the same line as the declaration
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "dominant_w_size" must not contain underscores.
(#114) Variable "dominant_w_size" must not contain underscores.
(#115) Variable "dominant_w_size" must not contain underscores.
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "dominant_h_size" must not contain underscores.
(#119) Variable "dominant_h_size" must not contain underscores.
(#120) Variable "dominant_h_size" must not contain underscores.
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Variable "dominant_h_size" must not contain underscores.
(#124) Variable "dominant_h_size" must not contain underscores.
(#124) Variable "dominant_h_size" must not contain underscores.
(#126) Variable "dominant_w_size" must not contain underscores.
(#126) Variable "dominant_w_size" must not contain underscores.
(#139) Private method name "Size::resizeWidth" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#144) Variable "max_width" must not contain underscores.
(#145) Variable "max_height" must not contain underscores.
(#151) Variable "max_width" must not contain underscores.
(#151) Variable "max_width" must not contain underscores.
(#160) Variable "max_height" must not contain underscores.
(#160) Variable "max_height" must not contain underscores.
(#175) Private method name "Size::resizeHeight" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#180) Variable "max_width" must not contain underscores.
(#181) Variable "max_height" must not contain underscores.
(#187) Variable "max_height" must not contain underscores.
(#187) Variable "max_height" must not contain underscores.
(#196) Variable "max_width" must not contain underscores.
(#196) Variable "max_width" must not contain underscores.
(#211) Public method name "Size::relativePosition" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#226) Opening brace should be on the same line as the declaration
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Variable "auto_height" must not contain underscores.
(#230) Variable "auto_height" must not contain underscores.
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Variable "auto_height" must not contain underscores.
(#237) Variable "auto_height" must not contain underscores.
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Variable "auto_width" must not contain underscores.
(#244) Variable "auto_width" must not contain underscores.
(#248) Variable "auto_width" must not contain underscores.
(#264) Public method name "Size::fitsInto" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#278) Variable "offset_x" must not contain underscores.
(#278) Variable "offset_y" must not contain underscores.
(#279) Opening brace should be on the same line as the declaration
(#288) Variable "offset_y" must not contain underscores.
(#293) Variable "offset_x" must not contain underscores.
(#294) Variable "offset_y" must not contain underscores.
(#302) Variable "offset_x" must not contain underscores.
(#311) Variable "offset_x" must not contain underscores.
(#317) Variable "offset_x" must not contain underscores.
(#318) Variable "offset_y" must not contain underscores.
(#327) Variable "offset_y" must not contain underscores.
(#332) Variable "offset_x" must not contain underscores.
(#333) Variable "offset_y" must not contain underscores.
(#347) Variable "offset_x" must not contain underscores.
(#348) Variable "offset_y" must not contain underscores.
(#363) Private method name "Size::getConstraint" must be in lower-case letters only
(#364) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/intervention/image/src/config/config.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/laravolt/avatar/config/config.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Line 6 of the opening comment must start "// (at your option) any later version.".
(#5) Line 7 of the opening comment must start "//".
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#6) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#7) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Line 12 of the opening comment must start "//".
(#9) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#10) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/laravolt/avatar/src/Avatar.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "availableBackgrounds" must be all lower-case
(#22) Member variable "availableForegrounds" must be all lower-case
(#24) Member variable "fontSize" must be all lower-case
(#25) Member variable "borderSize" must be all lower-case
(#26) Member variable "borderColor" must be all lower-case
(#42) Member variable "initialGenerator" must be all lower-case
(#44) Member variable "defaultFont" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#100) Opening brace should be on the same line as the declaration
(#104) Public method name "Avatar::setGenerator" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#110) Opening brace should be on the same line as the declaration
(#119) Public method name "Avatar::setFont" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#128) Public method name "Avatar::toBase64" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#145) Opening brace should be on the same line as the declaration
(#151) Public method name "Avatar::toSvg" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#160) Line exceeds maximum limit of 180 characters; contains 188 characters
(#169) Usage of ELSEIF not allowed; use ELSE IF instead
(#189) Public method name "Avatar::setBackground" must be in lower-case letters only
(#190) Opening brace should be on the same line as the declaration
(#196) Public method name "Avatar::setForeground" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#203) Public method name "Avatar::setDimension" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#214) Public method name "Avatar::setFontSize" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#221) Public method name "Avatar::setBorder" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#229) Public method name "Avatar::setShape" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#236) Public method name "Avatar::getInitial" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#241) Public method name "Avatar::getImageObject" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#248) Protected method name "Avatar::getRandomBackground" must be in lower-case letters only
(#249) Opening brace should be on the same line as the declaration
(#253) Protected method name "Avatar::getRandomForeground" must be in lower-case letters only
(#254) Opening brace should be on the same line as the declaration
(#258) Protected method name "Avatar::setRandomFont" must be in lower-case letters only
(#259) Opening brace should be on the same line as the declaration
(#260) Variable "randomFont" must be all lower-case
(#262) Variable "randomFont" must be all lower-case
(#265) Protected method name "Avatar::getBorderColor" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#277) Public method name "Avatar::buildAvatar" must be in lower-case letters only
(#278) Opening brace should be on the same line as the declaration
(#307) Protected method name "Avatar::createShape" must be in lower-case letters only
(#308) Opening brace should be on the same line as the declaration
(#317) Protected method name "Avatar::createCircleShape" must be in lower-case letters only
(#318) Opening brace should be on the same line as the declaration
(#319) Variable "circleDiameter" must be all lower-case
(#324) Variable "circleDiameter" must be all lower-case
(#334) Protected method name "Avatar::createSquareShape" must be in lower-case letters only
(#335) Opening brace should be on the same line as the declaration
(#353) Protected method name "Avatar::cacheKey" must be in lower-case letters only
(#354) Opening brace should be on the same line as the declaration
(#375) Protected method name "Avatar::getRandomElement" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#383) Variable "charLength" must be all lower-case
(#384) Variable "charLength" must be all lower-case
(#392) Protected method name "Avatar::buildInitial" must be in lower-case letters only
(#393) Opening brace should be on the same line as the declaration
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/laravolt/avatar/src/Facade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Protected method name "Facade::getFacadeAccessor" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/laravolt/avatar/src/Generator/DefaultGenerator.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
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Private method name "DefaultGenerator::setName" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#46) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
blocks/mfavatar/vendor/laravolt/avatar/src/Generator/GeneratorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/laravolt/avatar/src/LumenServiceProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
(#62) Protected method name "LumenServiceProvider::registerConfigurations" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#74) Protected method name "LumenServiceProvider::packagePath" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/laravolt/avatar/src/ServiceProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
(#62) Protected method name "ServiceProvider::registerConfigurations" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#74) Protected method name "ServiceProvider::packagePath" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/laravolt/avatar/tests/AvatarLaravelTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Opening brace should be on the same line as the declaration
(#49) Opening brace should be on the same line as the declaration
(#70) Opening brace should be on the same line as the declaration
(#100) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/laravolt/avatar/tests/AvatarPhpTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
(#55) Opening brace should be on the same line as the declaration
(#73) Opening brace should be on the same line as the declaration
(#95) Opening brace should be on the same line as the declaration
(#107) Opening brace should be on the same line as the declaration
(#120) Opening brace should be on the same line as the declaration
(#133) Opening brace should be on the same line as the declaration
(#134) Line exceeds maximum limit of 180 characters; contains 181 characters
(#145) Opening brace should be on the same line as the declaration
(#146) Variable "cachedAvatar" must be all lower-case
(#149) Variable "cachedAvatar" must be all lower-case
(#154) Variable "cachedAvatar" must be all lower-case
(#161) Opening brace should be on the same line as the declaration
(#176) Opening brace should be on the same line as the declaration
(#177) Line exceeds 132 characters; contains 166 characters
(#184) Object operator not indented correctly; expected 12 spaces but found 22
(#185) Object operator not indented correctly; expected 12 spaces but found 22
(#186) Object operator not indented correctly; expected 12 spaces but found 22
(#187) Object operator not indented correctly; expected 12 spaces but found 22
(#188) Object operator not indented correctly; expected 12 spaces but found 22
(#189) Object operator not indented correctly; expected 12 spaces but found 22
(#190) Object operator not indented correctly; expected 12 spaces but found 22
(#199) Opening brace should be on the same line as the declaration
(#200) Line exceeds 132 characters; contains 166 characters
(#207) Object operator not indented correctly; expected 12 spaces but found 22
(#208) Object operator not indented correctly; expected 12 spaces but found 22
(#209) Object operator not indented correctly; expected 12 spaces but found 22
(#210) Object operator not indented correctly; expected 12 spaces but found 22
(#211) Object operator not indented correctly; expected 12 spaces but found 22
(#212) Object operator not indented correctly; expected 12 spaces but found 22
(#213) Object operator not indented correctly; expected 12 spaces but found 22
(#222) Opening brace should be on the same line as the declaration
(#235) Opening brace should be on the same line as the declaration
(#248) Opening brace should be on the same line as the declaration
(#264) Opening brace should be on the same line as the declaration
(#277) Opening brace should be on the same line as the declaration
(#278) Variable "borderSize" must be all lower-case
(#279) Variable "borderColors" must be all lower-case
(#282) Variable "borderColors" must be all lower-case
(#283) Variable "borderSize" must be all lower-case
(#285) Variable "borderSize" must be all lower-case
(#294) Opening brace should be on the same line as the declaration
(#309) Opening brace should be on the same line as the declaration
(#321) Opening brace should be on the same line as the declaration
(#323) Variable "imageObject" must be all lower-case
(#325) Variable "imageObject" must be all lower-case
(#332) Opening brace should be on the same line as the declaration
(#343) Opening brace should be on the same line as the declaration
(#344) Line exceeds maximum limit of 180 characters; contains 181 characters
(#355) Opening brace should be on the same line as the declaration
(#366) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/laravolt/avatar/tests/InitialsGeneratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Opening brace should be on the same line as the declaration
(#19) Opening brace should be on the same line as the declaration
(#30) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#49) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#69) Opening brace should be on the same line as the declaration
(#79) Opening brace should be on the same line as the declaration
(#89) Opening brace should be on the same line as the declaration
(#99) Opening brace should be on the same line as the declaration
(#109) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/nesbot/carbon/build.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#4) Variable "currentBranch" must be all lower-case
(#6) Variable "currentBranch" must be all lower-case
(#10) Variable "tagsCommand" must be all lower-case
(#11) Line exceeds 132 characters; contains 133 characters
(#17) Variable "tagsCommand" must be all lower-case
(#27) Variable "_tag" must not contain underscores.
(#28) Variable "_tag" must not contain underscores.
(#66) Variable "filePath" must be all lower-case
(#68) Variable "filePath" must be all lower-case
(#68) Variable "filePath" must be all lower-case
(#81) Variable "currentBranch" must be all lower-case
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Carbon.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#55) Expected MOODLE_INTERNAL check or config.php inclusion
(#128) Member variable "PHPIntSize" must be all lower-case
(#135) Member variable "toStringFormat" must be all lower-case
(#142) Member variable "weekStartsAt" must be all lower-case
(#149) Member variable "weekEndsAt" must be all lower-case
(#156) Member variable "weekendDays" must be all lower-case
(#166) Member variable "midDayAt" must be all lower-case
(#173) Member variable "regexFormats" must be all lower-case
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Member variable "testNow" must be all lower-case
(#235) Member variable "lastErrors" must be all lower-case
(#249) Member variable "localMacros" must be all lower-case
(#263) Member variable "microsecondsFallback" must be all lower-case
(#270) Member variable "monthsOverflow" must be all lower-case
(#277) Member variable "yearsOverflow" must be all lower-case
(#285) Member variable "compareYearWithMonth" must be all lower-case
(#292) Member variable "humanDiffOptions" must be all lower-case
(#297) Public method name "Carbon::setHumanDiffOptions" must be in lower-case letters only
(#297) Variable "humanDiffOptions" must be all lower-case
(#298) Opening brace should be on the same line as the declaration
(#299) Variable "humanDiffOptions" must be all lower-case
(#299) Variable "humanDiffOptions" must be all lower-case
(#305) Public method name "Carbon::enableHumanDiffOption" must be in lower-case letters only
(#305) Variable "humanDiffOption" must be all lower-case
(#306) Opening brace should be on the same line as the declaration
(#307) Variable "humanDiffOptions" must be all lower-case
(#307) Variable "humanDiffOption" must be all lower-case
(#313) Public method name "Carbon::disableHumanDiffOption" must be in lower-case letters only
(#313) Variable "humanDiffOption" must be all lower-case
(#314) Opening brace should be on the same line as the declaration
(#315) Variable "humanDiffOptions" must be all lower-case
(#315) Variable "humanDiffOption" must be all lower-case
(#321) Public method name "Carbon::getHumanDiffOptions" must be in lower-case letters only
(#322) Opening brace should be on the same line as the declaration
(#323) Variable "humanDiffOptions" must be all lower-case
(#332) Public method name "Carbon::useMicrosecondsFallback" must be in lower-case letters only
(#332) Variable "microsecondsFallback" must be all lower-case
(#333) Opening brace should be on the same line as the declaration
(#334) Variable "microsecondsFallback" must be all lower-case
(#334) Variable "microsecondsFallback" must be all lower-case
(#343) Public method name "Carbon::isMicrosecondsFallbackEnabled" must be in lower-case letters only
(#344) Opening brace should be on the same line as the declaration
(#345) Variable "microsecondsFallback" must be all lower-case
(#355) Public method name "Carbon::useMonthsOverflow" must be in lower-case letters only
(#355) Variable "monthsOverflow" must be all lower-case
(#356) Opening brace should be on the same line as the declaration
(#357) Variable "monthsOverflow" must be all lower-case
(#357) Variable "monthsOverflow" must be all lower-case
(#365) Public method name "Carbon::resetMonthsOverflow" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#367) Variable "monthsOverflow" must be all lower-case
(#375) Public method name "Carbon::shouldOverflowMonths" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#377) Variable "monthsOverflow" must be all lower-case
(#387) Public method name "Carbon::useYearsOverflow" must be in lower-case letters only
(#387) Variable "yearsOverflow" must be all lower-case
(#388) Opening brace should be on the same line as the declaration
(#389) Variable "yearsOverflow" must be all lower-case
(#389) Variable "yearsOverflow" must be all lower-case
(#397) Public method name "Carbon::resetYearsOverflow" must be in lower-case letters only
(#398) Opening brace should be on the same line as the declaration
(#399) Variable "yearsOverflow" must be all lower-case
(#407) Public method name "Carbon::shouldOverflowYears" must be in lower-case letters only
(#408) Opening brace should be on the same line as the declaration
(#409) Variable "yearsOverflow" must be all lower-case
(#417) Public method name "Carbon::compareYearWithMonth" must be in lower-case letters only
(#417) Variable "compareYearWithMonth" must be all lower-case
(#418) Opening brace should be on the same line as the declaration
(#419) Variable "compareYearWithMonth" must be all lower-case
(#419) Variable "compareYearWithMonth" must be all lower-case
(#427) Public method name "Carbon::shouldCompareYearWithMonth" must be in lower-case letters only
(#428) Opening brace should be on the same line as the declaration
(#429) Variable "compareYearWithMonth" must be all lower-case
(#441) Protected method name "Carbon::safeCreateDateTimeZone" must be in lower-case letters only
(#442) Opening brace should be on the same line as the declaration
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Variable "tzName" must be all lower-case
(#455) Variable "tzName" must be all lower-case
(#459) Variable "tzName" must be all lower-case
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#474) Empty CATCH statement detected
(#475) Blank comments are not allowed
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) 67 slashes comments are not allowed; use "// Comment." instead
(#484) 28 slashes comments are not allowed; use "// Comment." instead
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) 67 slashes comments are not allowed; use "// Comment." instead
(#497) Opening brace should be on the same line as the declaration
(#499) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) Variable "isNow" must be all lower-case
(#501) Variable "isNow" must be all lower-case
(#502) Variable "testInstance" must be all lower-case
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#504) No space found before comment text; expected "// shift the time according to the given time zone" but found "//shift the time according to the given time zone"
(#506) Variable "testInstance" must be all lower-case
(#508) Variable "testInstance" must be all lower-case
(#512) Variable "testInstance" must be all lower-case
(#515) Variable "testInstance" must be all lower-case
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#520) Variable "isNow" must be all lower-case
(#520) Variable "testInstance" must be all lower-case
(#527) Variable "microTime" must be all lower-case
(#527) Variable "timeStamp" must be all lower-case
(#528) Variable "dateTime" must be all lower-case
(#529) Variable "dateTime" must be all lower-case
(#529) Variable "timeStamp" must be all lower-case
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) Variable "dateTime" must be all lower-case
(#530) Variable "microTime" must be all lower-case
(#532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Opening brace should be on the same line as the declaration
(#577) Opening brace should be on the same line as the declaration
(#589) Opening brace should be on the same line as the declaration
(#601) Opening brace should be on the same line as the declaration
(#613) Opening brace should be on the same line as the declaration
(#625) Opening brace should be on the same line as the declaration
(#634) Public method name "Carbon::maxValue" must be in lower-case letters only
(#635) Opening brace should be on the same line as the declaration
(#636) Variable "PHPIntSize" must be all lower-case
(#638) Inline comments must end in full-stops, exclamation marks, or question marks
(#641) Inline comments must end in full-stops, exclamation marks, or question marks
(#650) Public method name "Carbon::minValue" must be in lower-case letters only
(#651) Opening brace should be on the same line as the declaration
(#652) Variable "PHPIntSize" must be all lower-case
(#654) Inline comments must end in full-stops, exclamation marks, or question marks
(#657) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) Line exceeds 132 characters; contains 133 characters
(#686) Opening brace should be on the same line as the declaration
(#711) Variable "fixYear" must be all lower-case
(#714) Variable "fixYear" must be all lower-case
(#716) Usage of ELSEIF not allowed; use ELSE IF instead
(#717) Variable "fixYear" must be all lower-case
(#721) Line exceeds 132 characters; contains 146 characters
(#723) Variable "fixYear" must be all lower-case
(#724) Variable "fixYear" must be all lower-case
(#757) Public method name "Carbon::createSafe" must be in lower-case letters only
(#757) Line exceeds 132 characters; contains 137 characters
(#758) Opening brace should be on the same line as the declaration
(#797) Public method name "Carbon::createFromDate" must be in lower-case letters only
(#798) Opening brace should be on the same line as the declaration
(#812) Public method name "Carbon::createMidnightDate" must be in lower-case letters only
(#813) Opening brace should be on the same line as the declaration
(#829) Public method name "Carbon::createFromTime" must be in lower-case letters only
(#830) Opening brace should be on the same line as the declaration
(#844) Public method name "Carbon::createFromTimeString" must be in lower-case letters only
(#845) Opening brace should be on the same line as the declaration
(#849) Private method name "Carbon::createFromFormatAndTimezone" must be in lower-case letters only
(#850) Opening brace should be on the same line as the declaration
(#867) Public method name "Carbon::createFromFormat" must be in lower-case letters only
(#868) Opening brace should be on the same line as the declaration
(#871) Variable "lastErrors" must be all lower-case
(#876) Variable "nonEscaped" must be all lower-case
(#878) Variable "nonIgnored" must be all lower-case
(#878) Variable "nonEscaped" must be all lower-case
(#880) Variable "nonEscaped" must be all lower-case
(#880) Variable "nonIgnored" must be all lower-case
(#885) Variable "nonEscaped" must be all lower-case
(#896) Variable "lastErrors" must be all lower-case
(#901) Variable "lastErrors" must be all lower-case
(#911) Private method name "Carbon::setLastErrors" must be in lower-case letters only
(#911) Variable "lastErrors" must be all lower-case
(#912) Opening brace should be on the same line as the declaration
(#913) Variable "lastErrors" must be all lower-case
(#913) Variable "lastErrors" must be all lower-case
(#919) Public method name "Carbon::getLastErrors" must be in lower-case letters only
(#920) Opening brace should be on the same line as the declaration
(#921) Variable "lastErrors" must be all lower-case
(#932) Public method name "Carbon::createFromTimestamp" must be in lower-case letters only
(#933) Opening brace should be on the same line as the declaration
(#945) Public method name "Carbon::createFromTimestampMs" must be in lower-case letters only
(#946) Opening brace should be on the same line as the declaration
(#958) Public method name "Carbon::createFromTimestampUTC" must be in lower-case letters only
(#959) Opening brace should be on the same line as the declaration
(#974) Opening brace should be on the same line as the declaration
(#995) Opening brace should be on the same line as the declaration
(#1004) Public method name "Carbon::nowWithSameTz" must be in lower-case letters only
(#1005) Opening brace should be on the same line as the declaration
(#1016) Protected method name "Carbon::expectDateTime" must be in lower-case letters only
(#1017) Opening brace should be on the same line as the declaration
(#1034) Protected method name "Carbon::resolveCarbon" must be in lower-case letters only
(#1035) Opening brace should be on the same line as the declaration
(#1049) 67 slashes comments are not allowed; use "// Comment." instead
(#1050) 25 slashes comments are not allowed; use "// Comment." instead
(#1051) Inline comments must end in full-stops, exclamation marks, or question marks
(#1051) 67 slashes comments are not allowed; use "// Comment." instead
(#1063) Opening brace should be on the same line as the declaration
(#1131) Opening brace should be on the same line as the declaration
(#1152) Opening brace should be on the same line as the declaration
(#1187) Opening brace should be on the same line as the declaration
(#1201) Opening brace should be on the same line as the declaration
(#1215) Opening brace should be on the same line as the declaration
(#1229) Opening brace should be on the same line as the declaration
(#1243) Opening brace should be on the same line as the declaration
(#1257) Opening brace should be on the same line as the declaration
(#1276) Public method name "Carbon::setDate" must be in lower-case letters only
(#1277) Opening brace should be on the same line as the declaration
(#1295) Public method name "Carbon::setDateTime" must be in lower-case letters only
(#1296) Opening brace should be on the same line as the declaration
(#1307) Public method name "Carbon::setTimeFromTimeString" must be in lower-case letters only
(#1308) Opening brace should be on the same line as the declaration
(#1324) Opening brace should be on the same line as the declaration
(#1336) Opening brace should be on the same line as the declaration
(#1348) Opening brace should be on the same line as the declaration
(#1359) Public method name "Carbon::setTimezone" must be in lower-case letters only
(#1360) Opening brace should be on the same line as the declaration
(#1362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1363) Inline comments must end in full-stops, exclamation marks, or question marks
(#1376) Public method name "Carbon::setDateFrom" must be in lower-case letters only
(#1377) Opening brace should be on the same line as the declaration
(#1392) Public method name "Carbon::setTimeFrom" must be in lower-case letters only
(#1393) Opening brace should be on the same line as the declaration
(#1406) Public method name "Carbon::getDays" must be in lower-case letters only
(#1407) Opening brace should be on the same line as the declaration
(#1411) 67 slashes comments are not allowed; use "// Comment." instead
(#1412) 23 slashes comments are not allowed; use "// Comment." instead
(#1413) Inline comments must end in full-stops, exclamation marks, or question marks
(#1413) 67 slashes comments are not allowed; use "// Comment." instead
(#1420) Public method name "Carbon::getWeekStartsAt" must be in lower-case letters only
(#1421) Opening brace should be on the same line as the declaration
(#1422) Variable "weekStartsAt" must be all lower-case
(#1432) Public method name "Carbon::setWeekStartsAt" must be in lower-case letters only
(#1433) Opening brace should be on the same line as the declaration
(#1434) Variable "weekStartsAt" must be all lower-case
(#1442) Public method name "Carbon::getWeekEndsAt" must be in lower-case letters only
(#1443) Opening brace should be on the same line as the declaration
(#1444) Variable "weekEndsAt" must be all lower-case
(#1454) Public method name "Carbon::setWeekEndsAt" must be in lower-case letters only
(#1455) Opening brace should be on the same line as the declaration
(#1456) Variable "weekEndsAt" must be all lower-case
(#1464) Public method name "Carbon::getWeekendDays" must be in lower-case letters only
(#1465) Opening brace should be on the same line as the declaration
(#1466) Variable "weekendDays" must be all lower-case
(#1476) Public method name "Carbon::setWeekendDays" must be in lower-case letters only
(#1477) Opening brace should be on the same line as the declaration
(#1478) Variable "weekendDays" must be all lower-case
(#1486) Public method name "Carbon::getMidDayAt" must be in lower-case letters only
(#1487) Opening brace should be on the same line as the declaration
(#1488) Variable "midDayAt" must be all lower-case
(#1498) Public method name "Carbon::setMidDayAt" must be in lower-case letters only
(#1499) Opening brace should be on the same line as the declaration
(#1500) Variable "midDayAt" must be all lower-case
(#1503) 67 slashes comments are not allowed; use "// Comment." instead
(#1504) 25 slashes comments are not allowed; use "// Comment." instead
(#1505) Inline comments must end in full-stops, exclamation marks, or question marks
(#1505) 67 slashes comments are not allowed; use "// Comment." instead
(#1525) Public method name "Carbon::setTestNow" must be in lower-case letters only
(#1525) Variable "testNow" must be all lower-case
(#1526) Opening brace should be on the same line as the declaration
(#1527) Variable "testNow" must be all lower-case
(#1527) Variable "testNow" must be all lower-case
(#1527) Variable "testNow" must be all lower-case
(#1527) Variable "testNow" must be all lower-case
(#1536) Public method name "Carbon::getTestNow" must be in lower-case letters only
(#1537) Opening brace should be on the same line as the declaration
(#1538) Variable "testNow" must be all lower-case
(#1547) Public method name "Carbon::hasTestNow" must be in lower-case letters only
(#1548) Opening brace should be on the same line as the declaration
(#1559) Public method name "Carbon::hasRelativeKeywords" must be in lower-case letters only
(#1560) Opening brace should be on the same line as the declaration
(#1573) 67 slashes comments are not allowed; use "// Comment." instead
(#1574) 23 slashes comments are not allowed; use "// Comment." instead
(#1575) Inline comments must end in full-stops, exclamation marks, or question marks
(#1575) 67 slashes comments are not allowed; use "// Comment." instead
(#1583) Opening brace should be on the same line as the declaration
(#1596) Public method name "Carbon::getTranslator" must be in lower-case letters only
(#1597) Opening brace should be on the same line as the declaration
(#1608) Public method name "Carbon::setTranslator" must be in lower-case letters only
(#1609) Opening brace should be on the same line as the declaration
(#1618) Public method name "Carbon::getLocale" must be in lower-case letters only
(#1619) Opening brace should be on the same line as the declaration
(#1630) Public method name "Carbon::setLocale" must be in lower-case letters only
(#1631) Opening brace should be on the same line as the declaration
(#1635) 67 slashes comments are not allowed; use "// Comment." instead
(#1636) 23 slashes comments are not allowed; use "// Comment." instead
(#1637) Inline comments must end in full-stops, exclamation marks, or question marks
(#1637) 67 slashes comments are not allowed; use "// Comment." instead
(#1644) Public method name "Carbon::setUtf8" must be in lower-case letters only
(#1645) Opening brace should be on the same line as the declaration
(#1657) Public method name "Carbon::formatLocalized" must be in lower-case letters only
(#1658) Opening brace should be on the same line as the declaration
(#1661) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1661) Inline comments must end in full-stops, exclamation marks, or question marks
(#1674) Public method name "Carbon::resetToStringFormat" must be in lower-case letters only
(#1675) Opening brace should be on the same line as the declaration
(#1686) Public method name "Carbon::setToStringFormat" must be in lower-case letters only
(#1687) Opening brace should be on the same line as the declaration
(#1688) Variable "toStringFormat" must be all lower-case
(#1697) Opening brace should be on the same line as the declaration
(#1698) Variable "toStringFormat" must be all lower-case
(#1706) Public method name "Carbon::toDateString" must be in lower-case letters only
(#1707) Opening brace should be on the same line as the declaration
(#1716) Public method name "Carbon::toFormattedDateString" must be in lower-case letters only
(#1717) Opening brace should be on the same line as the declaration
(#1726) Public method name "Carbon::toTimeString" must be in lower-case letters only
(#1727) Opening brace should be on the same line as the declaration
(#1736) Public method name "Carbon::toDateTimeString" must be in lower-case letters only
(#1737) Opening brace should be on the same line as the declaration
(#1746) Public method name "Carbon::toDayDateTimeString" must be in lower-case letters only
(#1747) Opening brace should be on the same line as the declaration
(#1756) Public method name "Carbon::toAtomString" must be in lower-case letters only
(#1757) Opening brace should be on the same line as the declaration
(#1766) Public method name "Carbon::toCookieString" must be in lower-case letters only
(#1767) Opening brace should be on the same line as the declaration
(#1776) Public method name "Carbon::toIso8601String" must be in lower-case letters only
(#1777) Opening brace should be on the same line as the declaration
(#1786) Public method name "Carbon::toRfc822String" must be in lower-case letters only
(#1787) Opening brace should be on the same line as the declaration
(#1796) Public method name "Carbon::toIso8601ZuluString" must be in lower-case letters only
(#1797) Opening brace should be on the same line as the declaration
(#1806) Public method name "Carbon::toRfc850String" must be in lower-case letters only
(#1807) Opening brace should be on the same line as the declaration
(#1816) Public method name "Carbon::toRfc1036String" must be in lower-case letters only
(#1817) Opening brace should be on the same line as the declaration
(#1826) Public method name "Carbon::toRfc1123String" must be in lower-case letters only
(#1827) Opening brace should be on the same line as the declaration
(#1836) Public method name "Carbon::toRfc2822String" must be in lower-case letters only
(#1837) Opening brace should be on the same line as the declaration
(#1846) Public method name "Carbon::toRfc3339String" must be in lower-case letters only
(#1847) Opening brace should be on the same line as the declaration
(#1856) Public method name "Carbon::toRssString" must be in lower-case letters only
(#1857) Opening brace should be on the same line as the declaration
(#1866) Public method name "Carbon::toW3cString" must be in lower-case letters only
(#1867) Opening brace should be on the same line as the declaration
(#1876) Public method name "Carbon::toRfc7231String" must be in lower-case letters only
(#1877) Opening brace should be on the same line as the declaration
(#1888) Public method name "Carbon::toArray" must be in lower-case letters only
(#1889) Opening brace should be on the same line as the declaration
(#1906) 67 slashes comments are not allowed; use "// Comment." instead
(#1907) 26 slashes comments are not allowed; use "// Comment." instead
(#1908) Inline comments must end in full-stops, exclamation marks, or question marks
(#1908) 67 slashes comments are not allowed; use "// Comment." instead
(#1918) Opening brace should be on the same line as the declaration
(#1931) Public method name "Carbon::equalTo" must be in lower-case letters only
(#1932) Opening brace should be on the same line as the declaration
(#1944) Opening brace should be on the same line as the declaration
(#1957) Public method name "Carbon::notEqualTo" must be in lower-case letters only
(#1958) Opening brace should be on the same line as the declaration
(#1970) Opening brace should be on the same line as the declaration
(#1983) Public method name "Carbon::greaterThan" must be in lower-case letters only
(#1984) Opening brace should be on the same line as the declaration
(#1996) Opening brace should be on the same line as the declaration
(#2009) Public method name "Carbon::greaterThanOrEqualTo" must be in lower-case letters only
(#2010) Opening brace should be on the same line as the declaration
(#2022) Opening brace should be on the same line as the declaration
(#2035) Public method name "Carbon::lessThan" must be in lower-case letters only
(#2036) Opening brace should be on the same line as the declaration
(#2048) Opening brace should be on the same line as the declaration
(#2061) Public method name "Carbon::lessThanOrEqualTo" must be in lower-case letters only
(#2062) Opening brace should be on the same line as the declaration
(#2076) Opening brace should be on the same line as the declaration
(#2099) Opening brace should be on the same line as the declaration
(#2112) Opening brace should be on the same line as the declaration
(#2124) Opening brace should be on the same line as the declaration
(#2140) Opening brace should be on the same line as the declaration
(#2152) Opening brace should be on the same line as the declaration
(#2168) Opening brace should be on the same line as the declaration
(#2177) Public method name "Carbon::isWeekday" must be in lower-case letters only
(#2178) Opening brace should be on the same line as the declaration
(#2187) Public method name "Carbon::isWeekend" must be in lower-case letters only
(#2188) Opening brace should be on the same line as the declaration
(#2189) Variable "weekendDays" must be all lower-case
(#2197) Public method name "Carbon::isYesterday" must be in lower-case letters only
(#2198) Opening brace should be on the same line as the declaration
(#2207) Public method name "Carbon::isToday" must be in lower-case letters only
(#2208) Opening brace should be on the same line as the declaration
(#2217) Public method name "Carbon::isTomorrow" must be in lower-case letters only
(#2218) Opening brace should be on the same line as the declaration
(#2227) Public method name "Carbon::isNextWeek" must be in lower-case letters only
(#2228) Opening brace should be on the same line as the declaration
(#2237) Public method name "Carbon::isLastWeek" must be in lower-case letters only
(#2238) Opening brace should be on the same line as the declaration
(#2247) Public method name "Carbon::isNextQuarter" must be in lower-case letters only
(#2248) Opening brace should be on the same line as the declaration
(#2257) Public method name "Carbon::isLastQuarter" must be in lower-case letters only
(#2258) Opening brace should be on the same line as the declaration
(#2267) Public method name "Carbon::isNextMonth" must be in lower-case letters only
(#2268) Opening brace should be on the same line as the declaration
(#2277) Public method name "Carbon::isLastMonth" must be in lower-case letters only
(#2278) Opening brace should be on the same line as the declaration
(#2287) Public method name "Carbon::isNextYear" must be in lower-case letters only
(#2288) Opening brace should be on the same line as the declaration
(#2297) Public method name "Carbon::isLastYear" must be in lower-case letters only
(#2298) Opening brace should be on the same line as the declaration
(#2307) Public method name "Carbon::isFuture" must be in lower-case letters only
(#2308) Opening brace should be on the same line as the declaration
(#2317) Public method name "Carbon::isPast" must be in lower-case letters only
(#2318) Opening brace should be on the same line as the declaration
(#2327) Public method name "Carbon::isLeapYear" must be in lower-case letters only
(#2328) Opening brace should be on the same line as the declaration
(#2339) Public method name "Carbon::isLongYear" must be in lower-case letters only
(#2340) Opening brace should be on the same line as the declaration
(#2354) Public method name "Carbon::isSameAs" must be in lower-case letters only
(#2355) Opening brace should be on the same line as the declaration
(#2368) Public method name "Carbon::isCurrentYear" must be in lower-case letters only
(#2369) Opening brace should be on the same line as the declaration
(#2380) Public method name "Carbon::isSameYear" must be in lower-case letters only
(#2381) Opening brace should be on the same line as the declaration
(#2390) Public method name "Carbon::isCurrentQuarter" must be in lower-case letters only
(#2391) Opening brace should be on the same line as the declaration
(#2403) Public method name "Carbon::isSameQuarter" must be in lower-case letters only
(#2403) Variable "ofSameYear" must be all lower-case
(#2404) Opening brace should be on the same line as the declaration
(#2409) Variable "ofSameYear" must be all lower-case
(#2409) Variable "ofSameYear" must be all lower-case
(#2409) Variable "ofSameYear" must be all lower-case
(#2411) Variable "ofSameYear" must be all lower-case
(#2421) Public method name "Carbon::isCurrentMonth" must be in lower-case letters only
(#2421) Variable "ofSameYear" must be all lower-case
(#2422) Opening brace should be on the same line as the declaration
(#2423) Variable "ofSameYear" must be all lower-case
(#2437) Public method name "Carbon::isSameMonth" must be in lower-case letters only
(#2437) Variable "ofSameYear" must be all lower-case
(#2438) Opening brace should be on the same line as the declaration
(#2439) Variable "ofSameYear" must be all lower-case
(#2439) Variable "ofSameYear" must be all lower-case
(#2439) Variable "ofSameYear" must be all lower-case
(#2441) Variable "ofSameYear" must be all lower-case
(#2449) Public method name "Carbon::isCurrentDay" must be in lower-case letters only
(#2450) Opening brace should be on the same line as the declaration
(#2461) Public method name "Carbon::isSameDay" must be in lower-case letters only
(#2462) Opening brace should be on the same line as the declaration
(#2471) Public method name "Carbon::isCurrentHour" must be in lower-case letters only
(#2472) Opening brace should be on the same line as the declaration
(#2483) Public method name "Carbon::isSameHour" must be in lower-case letters only
(#2484) Opening brace should be on the same line as the declaration
(#2493) Public method name "Carbon::isCurrentMinute" must be in lower-case letters only
(#2494) Opening brace should be on the same line as the declaration
(#2505) Public method name "Carbon::isSameMinute" must be in lower-case letters only
(#2506) Opening brace should be on the same line as the declaration
(#2515) Public method name "Carbon::isCurrentSecond" must be in lower-case letters only
(#2516) Opening brace should be on the same line as the declaration
(#2527) Public method name "Carbon::isSameSecond" must be in lower-case letters only
(#2528) Opening brace should be on the same line as the declaration
(#2539) Public method name "Carbon::isDayOfWeek" must be in lower-case letters only
(#2539) Variable "dayOfWeek" must be all lower-case
(#2540) Opening brace should be on the same line as the declaration
(#2541) Variable "dayOfWeek" must be all lower-case
(#2549) Public method name "Carbon::isSunday" must be in lower-case letters only
(#2550) Opening brace should be on the same line as the declaration
(#2559) Public method name "Carbon::isMonday" must be in lower-case letters only
(#2560) Opening brace should be on the same line as the declaration
(#2569) Public method name "Carbon::isTuesday" must be in lower-case letters only
(#2570) Opening brace should be on the same line as the declaration
(#2579) Public method name "Carbon::isWednesday" must be in lower-case letters only
(#2580) Opening brace should be on the same line as the declaration
(#2589) Public method name "Carbon::isThursday" must be in lower-case letters only
(#2590) Opening brace should be on the same line as the declaration
(#2599) Public method name "Carbon::isFriday" must be in lower-case letters only
(#2600) Opening brace should be on the same line as the declaration
(#2609) Public method name "Carbon::isSaturday" must be in lower-case letters only
(#2610) Opening brace should be on the same line as the declaration
(#2621) Public method name "Carbon::isBirthday" must be in lower-case letters only
(#2622) Opening brace should be on the same line as the declaration
(#2631) Public method name "Carbon::isLastOfMonth" must be in lower-case letters only
(#2632) Opening brace should be on the same line as the declaration
(#2644) Public method name "Carbon::isStartOfDay" must be in lower-case letters only
(#2644) Variable "checkMicroseconds" must be all lower-case
(#2645) Opening brace should be on the same line as the declaration
(#2646) Variable "checkMicroseconds" must be all lower-case
(#2659) Public method name "Carbon::isEndOfDay" must be in lower-case letters only
(#2659) Variable "checkMicroseconds" must be all lower-case
(#2660) Opening brace should be on the same line as the declaration
(#2661) Variable "checkMicroseconds" must be all lower-case
(#2671) Public method name "Carbon::isMidnight" must be in lower-case letters only
(#2672) Opening brace should be on the same line as the declaration
(#2681) Public method name "Carbon::isMidday" must be in lower-case letters only
(#2682) Opening brace should be on the same line as the declaration
(#2683) Variable "midDayAt" must be all lower-case
(#2694) Public method name "Carbon::hasFormat" must be in lower-case letters only
(#2695) Opening brace should be on the same line as the declaration
(#2701) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2706) Variable "regexFormats" must be all lower-case
(#2710) Empty CATCH statement detected
(#2710) Empty CATCH statement must have a comment to explain why the exception is not handled
(#2716) 67 slashes comments are not allowed; use "// Comment." instead
(#2717) 19 slashes comments are not allowed; use "// Comment." instead
(#2718) Inline comments must end in full-stops, exclamation marks, or question marks
(#2718) 67 slashes comments are not allowed; use "// Comment." instead
(#2728) Public method name "Carbon::addCenturies" must be in lower-case letters only
(#2729) Opening brace should be on the same line as the declaration
(#2740) Public method name "Carbon::addCentury" must be in lower-case letters only
(#2741) Opening brace should be on the same line as the declaration
(#2752) Public method name "Carbon::subCenturies" must be in lower-case letters only
(#2753) Opening brace should be on the same line as the declaration
(#2764) Public method name "Carbon::subCentury" must be in lower-case letters only
(#2765) Opening brace should be on the same line as the declaration
(#2777) Public method name "Carbon::addYears" must be in lower-case letters only
(#2778) Opening brace should be on the same line as the declaration
(#2793) Public method name "Carbon::addYear" must be in lower-case letters only
(#2794) Opening brace should be on the same line as the declaration
(#2807) Public method name "Carbon::addYearsNoOverflow" must be in lower-case letters only
(#2808) Opening brace should be on the same line as the declaration
(#2819) Public method name "Carbon::addYearNoOverflow" must be in lower-case letters only
(#2820) Opening brace should be on the same line as the declaration
(#2833) Public method name "Carbon::addYearsWithOverflow" must be in lower-case letters only
(#2834) Opening brace should be on the same line as the declaration
(#2845) Public method name "Carbon::addYearWithOverflow" must be in lower-case letters only
(#2846) Opening brace should be on the same line as the declaration
(#2857) Public method name "Carbon::subYears" must be in lower-case letters only
(#2858) Opening brace should be on the same line as the declaration
(#2869) Public method name "Carbon::subYear" must be in lower-case letters only
(#2870) Opening brace should be on the same line as the declaration
(#2881) Public method name "Carbon::subYearsNoOverflow" must be in lower-case letters only
(#2882) Opening brace should be on the same line as the declaration
(#2893) Public method name "Carbon::subYearNoOverflow" must be in lower-case letters only
(#2894) Opening brace should be on the same line as the declaration
(#2905) Public method name "Carbon::subYearsWithOverflow" must be in lower-case letters only
(#2906) Opening brace should be on the same line as the declaration
(#2917) Public method name "Carbon::subYearWithOverflow" must be in lower-case letters only
(#2918) Opening brace should be on the same line as the declaration
(#2930) Public method name "Carbon::addQuarters" must be in lower-case letters only
(#2931) Opening brace should be on the same line as the declaration
(#2942) Public method name "Carbon::addQuarter" must be in lower-case letters only
(#2943) Opening brace should be on the same line as the declaration
(#2954) Public method name "Carbon::subQuarters" must be in lower-case letters only
(#2955) Opening brace should be on the same line as the declaration
(#2966) Public method name "Carbon::subQuarter" must be in lower-case letters only
(#2967) Opening brace should be on the same line as the declaration
(#2979) Public method name "Carbon::addMonths" must be in lower-case letters only
(#2980) Opening brace should be on the same line as the declaration
(#2995) Public method name "Carbon::addMonth" must be in lower-case letters only
(#2996) Opening brace should be on the same line as the declaration
(#3007) Public method name "Carbon::subMonths" must be in lower-case letters only
(#3008) Opening brace should be on the same line as the declaration
(#3019) Public method name "Carbon::subMonth" must be in lower-case letters only
(#3020) Opening brace should be on the same line as the declaration
(#3032) Public method name "Carbon::addMonthsWithOverflow" must be in lower-case letters only
(#3033) Opening brace should be on the same line as the declaration
(#3044) Public method name "Carbon::addMonthWithOverflow" must be in lower-case letters only
(#3045) Opening brace should be on the same line as the declaration
(#3056) Public method name "Carbon::subMonthsWithOverflow" must be in lower-case letters only
(#3057) Opening brace should be on the same line as the declaration
(#3068) Public method name "Carbon::subMonthWithOverflow" must be in lower-case letters only
(#3069) Opening brace should be on the same line as the declaration
(#3081) Public method name "Carbon::addMonthsNoOverflow" must be in lower-case letters only
(#3082) Opening brace should be on the same line as the declaration
(#3101) Public method name "Carbon::addMonthNoOverflow" must be in lower-case letters only
(#3102) Opening brace should be on the same line as the declaration
(#3113) Public method name "Carbon::subMonthsNoOverflow" must be in lower-case letters only
(#3114) Opening brace should be on the same line as the declaration
(#3125) Public method name "Carbon::subMonthNoOverflow" must be in lower-case letters only
(#3126) Opening brace should be on the same line as the declaration
(#3138) Public method name "Carbon::addDays" must be in lower-case letters only
(#3139) Opening brace should be on the same line as the declaration
(#3150) Public method name "Carbon::addDay" must be in lower-case letters only
(#3151) Opening brace should be on the same line as the declaration
(#3162) Public method name "Carbon::subDays" must be in lower-case letters only
(#3163) Opening brace should be on the same line as the declaration
(#3174) Public method name "Carbon::subDay" must be in lower-case letters only
(#3175) Opening brace should be on the same line as the declaration
(#3187) Public method name "Carbon::addWeekdays" must be in lower-case letters only
(#3188) Opening brace should be on the same line as the declaration
(#3189) Inline comments must end in full-stops, exclamation marks, or question marks
(#3203) Public method name "Carbon::addWeekday" must be in lower-case letters only
(#3204) Opening brace should be on the same line as the declaration
(#3215) Public method name "Carbon::subWeekdays" must be in lower-case letters only
(#3216) Opening brace should be on the same line as the declaration
(#3227) Public method name "Carbon::subWeekday" must be in lower-case letters only
(#3228) Opening brace should be on the same line as the declaration
(#3240) Public method name "Carbon::addWeeks" must be in lower-case letters only
(#3241) Opening brace should be on the same line as the declaration
(#3252) Public method name "Carbon::addWeek" must be in lower-case letters only
(#3253) Opening brace should be on the same line as the declaration
(#3264) Public method name "Carbon::subWeeks" must be in lower-case letters only
(#3265) Opening brace should be on the same line as the declaration
(#3276) Public method name "Carbon::subWeek" must be in lower-case letters only
(#3277) Opening brace should be on the same line as the declaration
(#3289) Public method name "Carbon::addHours" must be in lower-case letters only
(#3290) Opening brace should be on the same line as the declaration
(#3302) Public method name "Carbon::addRealHours" must be in lower-case letters only
(#3303) Opening brace should be on the same line as the declaration
(#3314) Public method name "Carbon::addHour" must be in lower-case letters only
(#3315) Opening brace should be on the same line as the declaration
(#3326) Public method name "Carbon::addRealHour" must be in lower-case letters only
(#3327) Opening brace should be on the same line as the declaration
(#3338) Public method name "Carbon::subHours" must be in lower-case letters only
(#3339) Opening brace should be on the same line as the declaration
(#3350) Public method name "Carbon::subRealHours" must be in lower-case letters only
(#3351) Opening brace should be on the same line as the declaration
(#3362) Public method name "Carbon::subHour" must be in lower-case letters only
(#3363) Opening brace should be on the same line as the declaration
(#3374) Public method name "Carbon::subRealHour" must be in lower-case letters only
(#3375) Opening brace should be on the same line as the declaration
(#3387) Public method name "Carbon::addMinutes" must be in lower-case letters only
(#3388) Opening brace should be on the same line as the declaration
(#3400) Public method name "Carbon::addRealMinutes" must be in lower-case letters only
(#3401) Opening brace should be on the same line as the declaration
(#3412) Public method name "Carbon::addMinute" must be in lower-case letters only
(#3413) Opening brace should be on the same line as the declaration
(#3424) Public method name "Carbon::addRealMinute" must be in lower-case letters only
(#3425) Opening brace should be on the same line as the declaration
(#3436) Public method name "Carbon::subMinute" must be in lower-case letters only
(#3437) Opening brace should be on the same line as the declaration
(#3448) Public method name "Carbon::subRealMinute" must be in lower-case letters only
(#3449) Opening brace should be on the same line as the declaration
(#3460) Public method name "Carbon::subMinutes" must be in lower-case letters only
(#3461) Opening brace should be on the same line as the declaration
(#3472) Public method name "Carbon::subRealMinutes" must be in lower-case letters only
(#3473) Opening brace should be on the same line as the declaration
(#3485) Public method name "Carbon::addSeconds" must be in lower-case letters only
(#3486) Opening brace should be on the same line as the declaration
(#3498) Public method name "Carbon::addRealSeconds" must be in lower-case letters only
(#3499) Opening brace should be on the same line as the declaration
(#3510) Public method name "Carbon::addSecond" must be in lower-case letters only
(#3511) Opening brace should be on the same line as the declaration
(#3522) Public method name "Carbon::addRealSecond" must be in lower-case letters only
(#3523) Opening brace should be on the same line as the declaration
(#3534) Public method name "Carbon::subSeconds" must be in lower-case letters only
(#3535) Opening brace should be on the same line as the declaration
(#3546) Public method name "Carbon::subRealSeconds" must be in lower-case letters only
(#3547) Opening brace should be on the same line as the declaration
(#3558) Public method name "Carbon::subSecond" must be in lower-case letters only
(#3559) Opening brace should be on the same line as the declaration
(#3570) Public method name "Carbon::subRealSecond" must be in lower-case letters only
(#3571) Opening brace should be on the same line as the declaration
(#3575) 67 slashes comments are not allowed; use "// Comment." instead
(#3576) 27 slashes comments are not allowed; use "// Comment." instead
(#3577) Inline comments must end in full-stops, exclamation marks, or question marks
(#3577) 67 slashes comments are not allowed; use "// Comment." instead
(#3587) Public method name "Carbon::diffAsCarbonInterval" must be in lower-case letters only
(#3588) Opening brace should be on the same line as the declaration
(#3600) Public method name "Carbon::diffInYears" must be in lower-case letters only
(#3601) Opening brace should be on the same line as the declaration
(#3613) Public method name "Carbon::diffInMonths" must be in lower-case letters only
(#3614) Opening brace should be on the same line as the declaration
(#3628) Public method name "Carbon::diffInWeeks" must be in lower-case letters only
(#3629) Opening brace should be on the same line as the declaration
(#3641) Public method name "Carbon::diffInDays" must be in lower-case letters only
(#3642) Opening brace should be on the same line as the declaration
(#3655) Public method name "Carbon::diffInDaysFiltered" must be in lower-case letters only
(#3656) Opening brace should be on the same line as the declaration
(#3669) Public method name "Carbon::diffInHoursFiltered" must be in lower-case letters only
(#3670) Opening brace should be on the same line as the declaration
(#3684) Public method name "Carbon::diffFiltered" must be in lower-case letters only
(#3685) Opening brace should be on the same line as the declaration
(#3714) Public method name "Carbon::diffInWeekdays" must be in lower-case letters only
(#3715) Opening brace should be on the same line as the declaration
(#3729) Public method name "Carbon::diffInWeekendDays" must be in lower-case letters only
(#3730) Opening brace should be on the same line as the declaration
(#3744) Public method name "Carbon::diffInHours" must be in lower-case letters only
(#3745) Opening brace should be on the same line as the declaration
(#3757) Public method name "Carbon::diffInRealHours" must be in lower-case letters only
(#3758) Opening brace should be on the same line as the declaration
(#3770) Public method name "Carbon::diffInMinutes" must be in lower-case letters only
(#3771) Opening brace should be on the same line as the declaration
(#3783) Public method name "Carbon::diffInRealMinutes" must be in lower-case letters only
(#3784) Opening brace should be on the same line as the declaration
(#3796) Public method name "Carbon::diffInSeconds" must be in lower-case letters only
(#3797) Opening brace should be on the same line as the declaration
(#3815) Public method name "Carbon::diffInRealSeconds" must be in lower-case letters only
(#3816) Opening brace should be on the same line as the declaration
(#3828) Public method name "Carbon::secondsSinceMidnight" must be in lower-case letters only
(#3829) Opening brace should be on the same line as the declaration
(#3838) Public method name "Carbon::secondsUntilEndOfDay" must be in lower-case letters only
(#3839) Opening brace should be on the same line as the declaration
(#3869) Public method name "Carbon::diffForHumans" must be in lower-case letters only
(#3870) Opening brace should be on the same line as the declaration
(#3871) Variable "isNow" must be all lower-case
(#3878) Variable "isNow" must be all lower-case
(#3880) Usage of ELSEIF not allowed; use ELSE IF instead
(#3884) Variable "diffInterval" must be all lower-case
(#3886) Variable "diffIntervalArray" must be all lower-case
(#3887) Variable "diffInterval" must be all lower-case
(#3888) Variable "diffInterval" must be all lower-case
(#3889) Variable "diffInterval" must be all lower-case
(#3890) Variable "diffInterval" must be all lower-case
(#3891) Variable "diffInterval" must be all lower-case
(#3892) Variable "diffInterval" must be all lower-case
(#3895) Variable "diffIntervalArray" must be all lower-case
(#3895) Variable "diffIntervalData" must be all lower-case
(#3896) Variable "diffIntervalData" must be all lower-case
(#3897) Variable "diffIntervalData" must be all lower-case
(#3897) Variable "diffIntervalData" must be all lower-case
(#3898) Variable "diffIntervalData" must be all lower-case
(#3900) Variable "diffIntervalData" must be all lower-case
(#3906) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3906) Inline comments must end in full-stops, exclamation marks, or question marks
(#3907) Variable "numOfDaysCount" must be all lower-case
(#3907) Variable "diffIntervalData" must be all lower-case
(#3909) Variable "numOfDaysCount" must be all lower-case
(#3911) Variable "numOfDaysCount" must be all lower-case
(#3919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3919) Inline comments must end in full-stops, exclamation marks, or question marks
(#3926) Variable "isNow" must be all lower-case
(#3938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3938) Inline comments must end in full-stops, exclamation marks, or question marks
(#3941) Variable "diffIntervalArray" must be all lower-case
(#3947) Variable "isFuture" must be all lower-case
(#3947) Variable "diffInterval" must be all lower-case
(#3949) Variable "transId" must be all lower-case
(#3949) Variable "isNow" must be all lower-case
(#3949) Variable "isFuture" must be all lower-case
(#3949) Variable "isFuture" must be all lower-case
(#3952) Variable "isNow" must be all lower-case
(#3954) Variable "isFuture" must be all lower-case
(#3961) Variable "isFuture" must be all lower-case
(#3969) Variable "transId" must be all lower-case
(#3976) Variable "transId" must be all lower-case
(#3979) 67 slashes comments are not allowed; use "// Comment." instead
(#3980) 28 slashes comments are not allowed; use "// Comment." instead
(#3981) Inline comments must end in full-stops, exclamation marks, or question marks
(#3981) 67 slashes comments are not allowed; use "// Comment." instead
(#3988) Public method name "Carbon::startOfDay" must be in lower-case letters only
(#3989) Opening brace should be on the same line as the declaration
(#3998) Public method name "Carbon::endOfDay" must be in lower-case letters only
(#3999) Opening brace should be on the same line as the declaration
(#4008) Public method name "Carbon::startOfMonth" must be in lower-case letters only
(#4009) Opening brace should be on the same line as the declaration
(#4018) Public method name "Carbon::endOfMonth" must be in lower-case letters only
(#4019) Opening brace should be on the same line as the declaration
(#4028) Public method name "Carbon::startOfQuarter" must be in lower-case letters only
(#4029) Opening brace should be on the same line as the declaration
(#4040) Public method name "Carbon::endOfQuarter" must be in lower-case letters only
(#4041) Opening brace should be on the same line as the declaration
(#4050) Public method name "Carbon::startOfYear" must be in lower-case letters only
(#4051) Opening brace should be on the same line as the declaration
(#4060) Public method name "Carbon::endOfYear" must be in lower-case letters only
(#4061) Opening brace should be on the same line as the declaration
(#4070) Public method name "Carbon::startOfDecade" must be in lower-case letters only
(#4071) Opening brace should be on the same line as the declaration
(#4082) Public method name "Carbon::endOfDecade" must be in lower-case letters only
(#4083) Opening brace should be on the same line as the declaration
(#4094) Public method name "Carbon::startOfCentury" must be in lower-case letters only
(#4095) Opening brace should be on the same line as the declaration
(#4106) Public method name "Carbon::endOfCentury" must be in lower-case letters only
(#4107) Opening brace should be on the same line as the declaration
(#4118) Public method name "Carbon::startOfWeek" must be in lower-case letters only
(#4119) Opening brace should be on the same line as the declaration
(#4120) Variable "weekStartsAt" must be all lower-case
(#4132) Public method name "Carbon::endOfWeek" must be in lower-case letters only
(#4133) Opening brace should be on the same line as the declaration
(#4134) Variable "weekEndsAt" must be all lower-case
(#4146) Public method name "Carbon::startOfHour" must be in lower-case letters only
(#4147) Opening brace should be on the same line as the declaration
(#4156) Public method name "Carbon::endOfHour" must be in lower-case letters only
(#4157) Opening brace should be on the same line as the declaration
(#4166) Public method name "Carbon::startOfMinute" must be in lower-case letters only
(#4167) Opening brace should be on the same line as the declaration
(#4176) Public method name "Carbon::endOfMinute" must be in lower-case letters only
(#4177) Opening brace should be on the same line as the declaration
(#4186) Public method name "Carbon::midDay" must be in lower-case letters only
(#4187) Opening brace should be on the same line as the declaration
(#4188) Variable "midDayAt" must be all lower-case
(#4201) Variable "dayOfWeek" must be all lower-case
(#4202) Opening brace should be on the same line as the declaration
(#4203) Variable "dayOfWeek" must be all lower-case
(#4204) Variable "dayOfWeek" must be all lower-case
(#4207) Variable "dayOfWeek" must be all lower-case
(#4218) Private method name "Carbon::nextOrPreviousDay" must be in lower-case letters only
(#4219) Opening brace should be on the same line as the declaration
(#4234) Public method name "Carbon::nextWeekday" must be in lower-case letters only
(#4235) Opening brace should be on the same line as the declaration
(#4244) Public method name "Carbon::previousWeekday" must be in lower-case letters only
(#4245) Opening brace should be on the same line as the declaration
(#4254) Public method name "Carbon::nextWeekendDay" must be in lower-case letters only
(#4255) Opening brace should be on the same line as the declaration
(#4264) Public method name "Carbon::previousWeekendDay" must be in lower-case letters only
(#4265) Opening brace should be on the same line as the declaration
(#4279) Variable "dayOfWeek" must be all lower-case
(#4280) Opening brace should be on the same line as the declaration
(#4281) Variable "dayOfWeek" must be all lower-case
(#4282) Variable "dayOfWeek" must be all lower-case
(#4285) Variable "dayOfWeek" must be all lower-case
(#4298) Public method name "Carbon::firstOfMonth" must be in lower-case letters only
(#4298) Variable "dayOfWeek" must be all lower-case
(#4299) Opening brace should be on the same line as the declaration
(#4302) Variable "dayOfWeek" must be all lower-case
(#4306) Variable "dayOfWeek" must be all lower-case
(#4319) Public method name "Carbon::lastOfMonth" must be in lower-case letters only
(#4319) Variable "dayOfWeek" must be all lower-case
(#4320) Opening brace should be on the same line as the declaration
(#4323) Variable "dayOfWeek" must be all lower-case
(#4327) Variable "dayOfWeek" must be all lower-case
(#4341) Public method name "Carbon::nthOfMonth" must be in lower-case letters only
(#4341) Variable "dayOfWeek" must be all lower-case
(#4342) Opening brace should be on the same line as the declaration
(#4345) Variable "dayOfWeek" must be all lower-case
(#4360) Public method name "Carbon::firstOfQuarter" must be in lower-case letters only
(#4360) Variable "dayOfWeek" must be all lower-case
(#4361) Opening brace should be on the same line as the declaration
(#4362) Variable "dayOfWeek" must be all lower-case
(#4375) Public method name "Carbon::lastOfQuarter" must be in lower-case letters only
(#4375) Variable "dayOfWeek" must be all lower-case
(#4376) Opening brace should be on the same line as the declaration
(#4377) Variable "dayOfWeek" must be all lower-case
(#4391) Public method name "Carbon::nthOfQuarter" must be in lower-case letters only
(#4391) Variable "dayOfWeek" must be all lower-case
(#4392) Opening brace should be on the same line as the declaration
(#4394) Variable "lastMonth" must be all lower-case
(#4396) Variable "dayOfWeek" must be all lower-case
(#4398) Variable "lastMonth" must be all lower-case
(#4411) Public method name "Carbon::firstOfYear" must be in lower-case letters only
(#4411) Variable "dayOfWeek" must be all lower-case
(#4412) Opening brace should be on the same line as the declaration
(#4413) Variable "dayOfWeek" must be all lower-case
(#4426) Public method name "Carbon::lastOfYear" must be in lower-case letters only
(#4426) Variable "dayOfWeek" must be all lower-case
(#4427) Opening brace should be on the same line as the declaration
(#4428) Variable "dayOfWeek" must be all lower-case
(#4442) Public method name "Carbon::nthOfYear" must be in lower-case letters only
(#4442) Variable "dayOfWeek" must be all lower-case
(#4443) Opening brace should be on the same line as the declaration
(#4444) Variable "dayOfWeek" must be all lower-case
(#4457) Opening brace should be on the same line as the declaration
(#4461) 67 slashes comments are not allowed; use "// Comment." instead
(#4462) 27 slashes comments are not allowed; use "// Comment." instead
(#4463) Inline comments must end in full-stops, exclamation marks, or question marks
(#4463) 67 slashes comments are not allowed; use "// Comment." instead
(#4471) Opening brace should be on the same line as the declaration
(#4484) Public method name "Carbon::fromSerialized" must be in lower-case letters only
(#4485) Opening brace should be on the same line as the declaration
(#4503) Opening brace should be on the same line as the declaration
(#4512) Public method name "Carbon::jsonSerialize" must be in lower-case letters only
(#4513) Opening brace should be on the same line as the declaration
(#4532) Public method name "Carbon::serializeUsing" must be in lower-case letters only
(#4533) Opening brace should be on the same line as the declaration
(#4537) 67 slashes comments are not allowed; use "// Comment." instead
(#4538) 31 slashes comments are not allowed; use "// Comment." instead
(#4539) Inline comments must end in full-stops, exclamation marks, or question marks
(#4539) 67 slashes comments are not allowed; use "// Comment." instead
(#4550) Opening brace should be on the same line as the declaration
(#4551) Variable "localMacros" must be all lower-case
(#4562) Opening brace should be on the same line as the declaration
(#4582) Public method name "Carbon::hasMacro" must be in lower-case letters only
(#4583) Opening brace should be on the same line as the declaration
(#4584) Variable "localMacros" must be all lower-case
(#4598) Opening brace should be on the same line as the declaration
(#4603) Variable "localMacros" must be all lower-case
(#4604) Variable "localMacros" must be all lower-case
(#4607) Variable "localMacros" must be all lower-case
(#4621) Opening brace should be on the same line as the declaration
(#4626) Variable "localMacros" must be all lower-case
(#4629) Variable "reflectionParameters" must be all lower-case
(#4630) Variable "expectedCount" must be all lower-case
(#4630) Variable "reflectionParameters" must be all lower-case
(#4631) Variable "actualCount" must be all lower-case
(#4632) Variable "expectedCount" must be all lower-case
(#4632) Variable "actualCount" must be all lower-case
(#4632) Variable "reflectionParameters" must be all lower-case
(#4632) Variable "expectedCount" must be all lower-case
(#4633) Variable "actualCount" must be all lower-case
(#4633) Variable "expectedCount" must be all lower-case
(#4634) Variable "reflectionParameters" must be all lower-case
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#76) Expected MOODLE_INTERNAL check or config.php inclusion
(#100) Member variable "cascadeFactors" must be all lower-case
(#105) Member variable "flipCascadeFactors" must be all lower-case
(#127) Public method name "CarbonInterval::getCascadeFactors" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#129) Variable "cascadeFactors" must be all lower-case
(#138) Private method name "CarbonInterval::standardizeUnit" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#145) Private method name "CarbonInterval::getFlipCascadeFactors" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#147) Variable "flipCascadeFactors" must be all lower-case
(#148) Variable "flipCascadeFactors" must be all lower-case
(#152) Variable "flipCascadeFactors" must be all lower-case
(#156) Variable "flipCascadeFactors" must be all lower-case
(#162) Public method name "CarbonInterval::setCascadeFactors" must be in lower-case letters only
(#162) Variable "cascadeFactors" must be all lower-case
(#163) Opening brace should be on the same line as the declaration
(#164) Variable "flipCascadeFactors" must be all lower-case
(#165) Variable "cascadeFactors" must be all lower-case
(#165) Variable "cascadeFactors" must be all lower-case
(#175) Private method name "CarbonInterval::wasCreatedFromDiff" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#180) 67 slashes comments are not allowed; use "// Comment." instead
(#181) 28 slashes comments are not allowed; use "// Comment." instead
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) 67 slashes comments are not allowed; use "// Comment." instead
(#195) Line exceeds 132 characters; contains 137 characters
(#196) Opening brace should be on the same line as the declaration
(#205) Variable "specDays" must be all lower-case
(#206) Variable "specDays" must be all lower-case
(#207) Variable "specDays" must be all lower-case
(#209) Variable "specDays" must be all lower-case
(#209) Variable "specDays" must be all lower-case
(#235) Public method name "CarbonInterval::getFactor" must be in lower-case letters only
(#236) Opening brace should be on the same line as the declaration
(#255) Public method name "CarbonInterval::getDaysPerWeek" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#265) Public method name "CarbonInterval::getHoursPerDay" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#275) Public method name "CarbonInterval::getMinutesPerHours" must be in lower-case letters only
(#276) Opening brace should be on the same line as the declaration
(#285) Public method name "CarbonInterval::getSecondsPerMinutes" must be in lower-case letters only
(#286) Opening brace should be on the same line as the declaration
(#306) Line exceeds 132 characters; contains 139 characters
(#307) Opening brace should be on the same line as the declaration
(#317) Opening brace should be on the same line as the declaration
(#336) Opening brace should be on the same line as the declaration
(#403) Public method name "CarbonInterval::fromString" must be in lower-case letters only
(#403) Variable "intervalDefinition" must be all lower-case
(#404) Opening brace should be on the same line as the declaration
(#405) Variable "intervalDefinition" must be all lower-case
(#418) Variable "intervalDefinition" must be all lower-case
(#421) Variable "intValue" must be all lower-case
(#422) Variable "intValue" must be all lower-case
(#427) Variable "intValue" must be all lower-case
(#433) Variable "intValue" must be all lower-case
(#439) Variable "intValue" must be all lower-case
(#448) Variable "intValue" must be all lower-case
(#457) Variable "intValue" must be all lower-case
(#466) Variable "intValue" must be all lower-case
(#475) Variable "intValue" must be all lower-case
(#480) Variable "intervalDefinition" must be all lower-case
(#498) Opening brace should be on the same line as the declaration
(#516) Opening brace should be on the same line as the declaration
(#534) 67 slashes comments are not allowed; use "// Comment." instead
(#535) 23 slashes comments are not allowed; use "// Comment." instead
(#536) Inline comments must end in full-stops, exclamation marks, or question marks
(#536) 67 slashes comments are not allowed; use "// Comment." instead
(#544) Opening brace should be on the same line as the declaration
(#557) Public method name "CarbonInterval::getTranslator" must be in lower-case letters only
(#558) Opening brace should be on the same line as the declaration
(#567) Public method name "CarbonInterval::setTranslator" must be in lower-case letters only
(#568) Opening brace should be on the same line as the declaration
(#577) Public method name "CarbonInterval::getLocale" must be in lower-case letters only
(#578) Opening brace should be on the same line as the declaration
(#587) Public method name "CarbonInterval::setLocale" must be in lower-case letters only
(#588) Opening brace should be on the same line as the declaration
(#592) 67 slashes comments are not allowed; use "// Comment." instead
(#593) 25 slashes comments are not allowed; use "// Comment." instead
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#594) 67 slashes comments are not allowed; use "// Comment." instead
(#606) Opening brace should be on the same line as the declaration
(#651) Opening brace should be on the same line as the declaration
(#691) Public method name "CarbonInterval::weeksAndDays" must be in lower-case letters only
(#692) Opening brace should be on the same line as the declaration
(#707) Opening brace should be on the same line as the declaration
(#721) Opening brace should be on the same line as the declaration
(#742) Public method name "CarbonInterval::hasMacro" must be in lower-case letters only
(#743) Opening brace should be on the same line as the declaration
(#755) Protected method name "CarbonInterval::callMacro" must be in lower-case letters only
(#756) Opening brace should be on the same line as the declaration
(#761) Variable "reflectionParameters" must be all lower-case
(#763) Variable "expectedCount" must be all lower-case
(#763) Variable "reflectionParameters" must be all lower-case
(#764) Variable "actualCount" must be all lower-case
(#766) Variable "expectedCount" must be all lower-case
(#766) Variable "actualCount" must be all lower-case
(#766) Variable "reflectionParameters" must be all lower-case
(#766) Variable "expectedCount" must be all lower-case
(#767) Variable "actualCount" must be all lower-case
(#767) Variable "expectedCount" must be all lower-case
(#768) Variable "reflectionParameters" must be all lower-case
(#793) Opening brace should be on the same line as the declaration
(#848) Public method name "CarbonInterval::forHumans" must be in lower-case letters only
(#849) Opening brace should be on the same line as the declaration
(#862) Variable "shortUnit" must be all lower-case
(#864) Variable "shortUnit" must be all lower-case
(#877) Opening brace should be on the same line as the declaration
(#886) Public method name "CarbonInterval::toPeriod" must be in lower-case letters only
(#887) Opening brace should be on the same line as the declaration
(#899) Opening brace should be on the same line as the declaration
(#913) Opening brace should be on the same line as the declaration
(#938) Opening brace should be on the same line as the declaration
(#961) Public method name "CarbonInterval::getDateIntervalSpec" must be in lower-case letters only
(#962) Opening brace should be on the same line as the declaration
(#975) Variable "specString" must be all lower-case
(#978) Variable "specString" must be all lower-case
(#982) Variable "specString" must be all lower-case
(#984) Variable "specString" must be all lower-case
(#988) Variable "specString" must be all lower-case
(#988) Variable "specString" must be all lower-case
(#997) Opening brace should be on the same line as the declaration
(#1009) Public method name "CarbonInterval::compareDateIntervals" must be in lower-case letters only
(#1010) Opening brace should be on the same line as the declaration
(#1033) Opening brace should be on the same line as the declaration
(#1043) Opening brace should be on the same line as the declaration
(#1069) Opening brace should be on the same line as the declaration
(#1070) Variable "realUnit" must be all lower-case
(#1073) Variable "realUnit" must be all lower-case
(#1074) Usage of ELSEIF not allowed; use ELSE IF instead
(#1079) Variable "cumulativeFactor" must be all lower-case
(#1080) Variable "unitFound" must be all lower-case
(#1085) Variable "realUnit" must be all lower-case
(#1086) Variable "unitFound" must be all lower-case
(#1088) Variable "cumulativeFactor" must be all lower-case
(#1092) Variable "unitFound" must be all lower-case
(#1097) Variable "cumulativeFactor" must be all lower-case
(#1102) Variable "realUnit" must be all lower-case
(#1103) Variable "unitFound" must be all lower-case
(#1106) Variable "cumulativeFactor" must be all lower-case
(#1107) Variable "cumulativeFactor" must be all lower-case
(#1108) Variable "cumulativeFactor" must be all lower-case
(#1116) Variable "cumulativeFactor" must be all lower-case
(#1120) Variable "unitFound" must be all lower-case
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#101) Expected MOODLE_INTERNAL check or config.php inclusion
(#145) Member variable "dateInterval" must be all lower-case
(#152) Member variable "isDefaultInterval" must be all lower-case
(#166) Member variable "startDate" must be all lower-case
(#173) Member variable "endDate" must be all lower-case
(#217) Member variable "validationResult" must be all lower-case
(#225) Opening brace should be on the same line as the declaration
(#236) Public method name "CarbonPeriod::createFromArray" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#238) This comment is 42% valid code; is this commented out code?
(#252) Public method name "CarbonPeriod::createFromIso" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#272) Protected method name "CarbonPeriod::intervalHasTime" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Protected method name "CarbonPeriod::isCarbonPredicateMethod" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#290) Line exceeds 132 characters; contains 150 characters
(#303) Protected method name "CarbonPeriod::isIso8601" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#324) Protected method name "CarbonPeriod::parseIso8601" must be in lower-case letters only
(#325) Opening brace should be on the same line as the declaration
(#335) Usage of ELSEIF not allowed; use ELSE IF instead
(#337) Usage of ELSEIF not allowed; use ELSE IF instead
(#339) Usage of ELSEIF not allowed; use ELSE IF instead
(#359) Protected method name "CarbonPeriod::addMissingParts" must be in lower-case letters only
(#360) Opening brace should be on the same line as the declaration
(#377) Opening brace should be on the same line as the declaration
(#391) Opening brace should be on the same line as the declaration
(#412) Public method name "CarbonPeriod::hasMacro" must be in lower-case letters only
(#413) Opening brace should be on the same line as the declaration
(#426) Opening brace should be on the same line as the declaration
(#438) Opening brace should be on the same line as the declaration
(#450) Usage of ELSEIF not allowed; use ELSE IF instead
(#452) Usage of ELSEIF not allowed; use ELSE IF instead
(#454) Usage of ELSEIF not allowed; use ELSE IF instead
(#456) Usage of ELSEIF not allowed; use ELSE IF instead
(#487) Public method name "CarbonPeriod::setDateInterval" must be in lower-case letters only
(#488) Opening brace should be on the same line as the declaration
(#511) Public method name "CarbonPeriod::invertDateInterval" must be in lower-case letters only
(#512) Opening brace should be on the same line as the declaration
(#526) Public method name "CarbonPeriod::setDates" must be in lower-case letters only
(#527) Opening brace should be on the same line as the declaration
(#543) Public method name "CarbonPeriod::setOptions" must be in lower-case letters only
(#544) Opening brace should be on the same line as the declaration
(#561) Public method name "CarbonPeriod::getOptions" must be in lower-case letters only
(#562) Opening brace should be on the same line as the declaration
(#576) Public method name "CarbonPeriod::toggleOptions" must be in lower-case letters only
(#577) Opening brace should be on the same line as the declaration
(#595) Public method name "CarbonPeriod::excludeStartDate" must be in lower-case letters only
(#596) Opening brace should be on the same line as the declaration
(#607) Public method name "CarbonPeriod::excludeEndDate" must be in lower-case letters only
(#608) Opening brace should be on the same line as the declaration
(#617) Public method name "CarbonPeriod::getDateInterval" must be in lower-case letters only
(#618) Opening brace should be on the same line as the declaration
(#627) Public method name "CarbonPeriod::getStartDate" must be in lower-case letters only
(#628) Opening brace should be on the same line as the declaration
(#637) Public method name "CarbonPeriod::getEndDate" must be in lower-case letters only
(#638) Opening brace should be on the same line as the declaration
(#649) Public method name "CarbonPeriod::getRecurrences" must be in lower-case letters only
(#650) Opening brace should be on the same line as the declaration
(#659) Public method name "CarbonPeriod::isStartExcluded" must be in lower-case letters only
(#660) Opening brace should be on the same line as the declaration
(#669) Public method name "CarbonPeriod::isEndExcluded" must be in lower-case letters only
(#670) Opening brace should be on the same line as the declaration
(#682) Public method name "CarbonPeriod::addFilter" must be in lower-case letters only
(#683) Opening brace should be on the same line as the declaration
(#701) Public method name "CarbonPeriod::prependFilter" must be in lower-case letters only
(#702) Opening brace should be on the same line as the declaration
(#721) Protected method name "CarbonPeriod::createFilterTuple" must be in lower-case letters only
(#722) Opening brace should be on the same line as the declaration
(#741) Public method name "CarbonPeriod::removeFilter" must be in lower-case letters only
(#742) Opening brace should be on the same line as the declaration
(#766) Public method name "CarbonPeriod::hasFilter" must be in lower-case letters only
(#767) Opening brace should be on the same line as the declaration
(#784) Public method name "CarbonPeriod::getFilters" must be in lower-case letters only
(#785) Opening brace should be on the same line as the declaration
(#796) Public method name "CarbonPeriod::setFilters" must be in lower-case letters only
(#797) Opening brace should be on the same line as the declaration
(#812) Public method name "CarbonPeriod::resetFilters" must be in lower-case letters only
(#813) Opening brace should be on the same line as the declaration
(#834) Protected method name "CarbonPeriod::updateInternalState" must be in lower-case letters only
(#835) Opening brace should be on the same line as the declaration
(#854) Public method name "CarbonPeriod::setRecurrences" must be in lower-case letters only
(#855) Opening brace should be on the same line as the declaration
(#883) Protected method name "CarbonPeriod::filterRecurrences" must be in lower-case letters only
(#884) Opening brace should be on the same line as the declaration
(#902) Public method name "CarbonPeriod::setStartDate" must be in lower-case letters only
(#903) Opening brace should be on the same line as the declaration
(#927) Public method name "CarbonPeriod::setEndDate" must be in lower-case letters only
(#928) Opening brace should be on the same line as the declaration
(#959) Protected method name "CarbonPeriod::filterEndDate" must be in lower-case letters only
(#960) Opening brace should be on the same line as the declaration
(#977) Protected method name "CarbonPeriod::endIteration" must be in lower-case letters only
(#978) Opening brace should be on the same line as the declaration
(#987) Protected method name "CarbonPeriod::handleChangedParameters" must be in lower-case letters only
(#988) Opening brace should be on the same line as the declaration
(#1000) Protected method name "CarbonPeriod::validateCurrentDate" must be in lower-case letters only
(#1001) Opening brace should be on the same line as the declaration
(#1019) Protected method name "CarbonPeriod::checkFilters" must be in lower-case letters only
(#1020) Opening brace should be on the same line as the declaration
(#1047) Protected method name "CarbonPeriod::prepareForReturn" must be in lower-case letters only
(#1048) Opening brace should be on the same line as the declaration
(#1064) Opening brace should be on the same line as the declaration
(#1074) Opening brace should be on the same line as the declaration
(#1086) Opening brace should be on the same line as the declaration
(#1100) Opening brace should be on the same line as the declaration
(#1126) Opening brace should be on the same line as the declaration
(#1149) Protected method name "CarbonPeriod::incrementCurrentDateUntilValid" must be in lower-case letters only
(#1150) Opening brace should be on the same line as the declaration
(#1169) Public method name "CarbonPeriod::toIso8601String" must be in lower-case letters only
(#1170) Opening brace should be on the same line as the declaration
(#1193) Public method name "CarbonPeriod::toString" must be in lower-case letters only
(#1194) Opening brace should be on the same line as the declaration
(#1226) Opening brace should be on the same line as the declaration
(#1235) Public method name "CarbonPeriod::toArray" must be in lower-case letters only
(#1236) Opening brace should be on the same line as the declaration
(#1260) Opening brace should be on the same line as the declaration
(#1270) Opening brace should be on the same line as the declaration
(#1282) Opening brace should be on the same line as the declaration
(#1296) Protected method name "CarbonPeriod::callMacro" must be in lower-case letters only
(#1297) Opening brace should be on the same line as the declaration
(#1302) Variable "reflectionParameters" must be all lower-case
(#1304) Variable "expectedCount" must be all lower-case
(#1304) Variable "reflectionParameters" must be all lower-case
(#1305) Variable "actualCount" must be all lower-case
(#1307) Variable "expectedCount" must be all lower-case
(#1307) Variable "actualCount" must be all lower-case
(#1307) Variable "reflectionParameters" must be all lower-case
(#1307) Variable "expectedCount" must be all lower-case
(#1308) Variable "actualCount" must be all lower-case
(#1308) Variable "expectedCount" must be all lower-case
(#1309) Variable "reflectionParameters" must be all lower-case
(#1328) Opening brace should be on the same line as the declaration
(#1348) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Opening brace should be on the same line as the declaration
(#53) Public method name "InvalidDateException::getField" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#63) Public method name "InvalidDateException::getValue" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/af.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ar.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/az.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/bg.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/bn.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/bs_BA.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ca.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/cs.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/cy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#10) Line 12 of the opening comment must start "//".
(#10) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#10) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/da.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/de.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/el.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/en.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/eo.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/es.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/et.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/eu.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fa.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fi.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fo.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/gl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/gu.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/he.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hi.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hu.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/id.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/is.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/it.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ja.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ka.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/kk.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#10) Line 12 of the opening comment must start "//".
(#10) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#10) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/km.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ko.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/lt.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/lv.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/mk.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/mn.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Line exceeds maximum limit of 180 characters; contains 201 characters
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ms.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ne.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/nl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/no.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/oc.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/pl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ps.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/pt.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/pt_BR.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ro.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ru.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sh.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sk.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sq.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Line exceeds 132 characters; contains 135 characters
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Line exceeds 132 characters; contains 148 characters
(#32) Line exceeds 132 characters; contains 153 characters
(#33) Line exceeds 132 characters; contains 148 characters
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Line exceeds 132 characters; contains 148 characters
(#32) Line exceeds 132 characters; contains 153 characters
(#33) Line exceeds 132 characters; contains 148 characters
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Line exceeds 132 characters; contains 135 characters
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_ME.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) "require" must be immediately followed by an open parenthesis
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sv.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sw.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/th.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/tr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/uk.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ur.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/uz.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/vi.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/zh.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Translator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#39) Variable "cacheDir" must be all lower-case
(#39) Line exceeds 132 characters; contains 141 characters
(#40) Opening brace should be on the same line as the declaration
(#42) Variable "cacheDir" must be all lower-case
(#54) Public method name "Translator::resetMessages" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#63) "require" must be immediately followed by an open parenthesis
(#79) Protected method name "Translator::loadMessagesFromFile" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#96) Public method name "Translator::setMessages" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#116) Public method name "Translator::getMessages" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
(#128) Public method name "Translator::setLocale" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/nesbot/carbon/src/JsonSerializable.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "JsonSerializable::jsonSerialize" must be in lower-case letters only
blocks/mfavatar/vendor/psr/container/src/ContainerExceptionInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/psr/container/src/ContainerInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/psr/container/src/NotFoundExceptionInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/psr/http-message/src/MessageInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "MessageInterface::getProtocolVersion" must be in lower-case letters only
(#41) Public method name "MessageInterface::withProtocolVersion" must be in lower-case letters only
(#68) Public method name "MessageInterface::getHeaders" must be in lower-case letters only
(#78) Public method name "MessageInterface::hasHeader" must be in lower-case letters only
(#94) Public method name "MessageInterface::getHeader" must be in lower-case letters only
(#115) Public method name "MessageInterface::getHeaderLine" must be in lower-case letters only
(#132) Public method name "MessageInterface::withHeader" must be in lower-case letters only
(#150) Public method name "MessageInterface::withAddedHeader" must be in lower-case letters only
(#164) Public method name "MessageInterface::withoutHeader" must be in lower-case letters only
(#171) Public method name "MessageInterface::getBody" must be in lower-case letters only
(#186) Public method name "MessageInterface::withBody" must be in lower-case letters only
blocks/mfavatar/vendor/psr/http-message/src/RequestInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Public method name "RequestInterface::getRequestTarget" must be in lower-case letters only
(#61) Public method name "RequestInterface::withRequestTarget" must be in lower-case letters only
(#61) Variable "requestTarget" must be all lower-case
(#68) Public method name "RequestInterface::getMethod" must be in lower-case letters only
(#85) Public method name "RequestInterface::withMethod" must be in lower-case letters only
(#96) Public method name "RequestInterface::getUri" must be in lower-case letters only
(#128) Public method name "RequestInterface::withUri" must be in lower-case letters only
(#128) Variable "preserveHost" must be all lower-case
blocks/mfavatar/vendor/psr/http-message/src/ResponseInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Public method name "ResponseInterface::getStatusCode" must be in lower-case letters only
(#52) Public method name "ResponseInterface::withStatus" must be in lower-case letters only
(#52) Variable "reasonPhrase" must be all lower-case
(#67) Public method name "ResponseInterface::getReasonPhrase" must be in lower-case letters only
blocks/mfavatar/vendor/psr/http-message/src/ServerRequestInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#43) Expected MOODLE_INTERNAL check or config.php inclusion
(#54) Public method name "ServerRequestInterface::getServerParams" must be in lower-case letters only
(#66) Public method name "ServerRequestInterface::getCookieParams" must be in lower-case letters only
(#85) Public method name "ServerRequestInterface::withCookieParams" must be in lower-case letters only
(#99) Public method name "ServerRequestInterface::getQueryParams" must be in lower-case letters only
(#123) Public method name "ServerRequestInterface::withQueryParams" must be in lower-case letters only
(#137) Public method name "ServerRequestInterface::getUploadedFiles" must be in lower-case letters only
(#150) Public method name "ServerRequestInterface::withUploadedFiles" must be in lower-case letters only
(#150) Variable "uploadedFiles" must be all lower-case
(#167) Public method name "ServerRequestInterface::getParsedBody" must be in lower-case letters only
(#197) Public method name "ServerRequestInterface::withParsedBody" must be in lower-case letters only
(#210) Public method name "ServerRequestInterface::getAttributes" must be in lower-case letters only
(#227) Public method name "ServerRequestInterface::getAttribute" must be in lower-case letters only
(#244) Public method name "ServerRequestInterface::withAttribute" must be in lower-case letters only
(#260) Public method name "ServerRequestInterface::withoutAttribute" must be in lower-case letters only
blocks/mfavatar/vendor/psr/http-message/src/StreamInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#51) Public method name "StreamInterface::getSize" must be in lower-case letters only
(#73) Public method name "StreamInterface::isSeekable" must be in lower-case letters only
(#106) Public method name "StreamInterface::isWritable" must be in lower-case letters only
(#122) Public method name "StreamInterface::isReadable" must be in lower-case letters only
(#143) Public method name "StreamInterface::getContents" must be in lower-case letters only
(#157) Public method name "StreamInterface::getMetadata" must be in lower-case letters only
blocks/mfavatar/vendor/psr/http-message/src/UploadedFileInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "UploadedFileInterface::getStream" must be in lower-case letters only
(#65) Public method name "UploadedFileInterface::moveTo" must be in lower-case letters only
(#65) Variable "targetPath" must be all lower-case
(#66) Whitespace found at end of line
(#76) Public method name "UploadedFileInterface::getSize" must be in lower-case letters only
(#77) Whitespace found at end of line
(#92) Public method name "UploadedFileInterface::getError" must be in lower-case letters only
(#93) Whitespace found at end of line
(#107) Public method name "UploadedFileInterface::getClientFilename" must be in lower-case letters only
(#108) Whitespace found at end of line
(#122) Public method name "UploadedFileInterface::getClientMediaType" must be in lower-case letters only
blocks/mfavatar/vendor/psr/http-message/src/UriInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Public method name "UriInterface::getScheme" must be in lower-case letters only
(#60) Public method name "UriInterface::getAuthority" must be in lower-case letters only
(#77) Public method name "UriInterface::getUserInfo" must be in lower-case letters only
(#90) Public method name "UriInterface::getHost" must be in lower-case letters only
(#107) Public method name "UriInterface::getPort" must be in lower-case letters only
(#134) Public method name "UriInterface::getPath" must be in lower-case letters only
(#156) Public method name "UriInterface::getQuery" must be in lower-case letters only
(#174) Public method name "UriInterface::getFragment" must be in lower-case letters only
(#191) Public method name "UriInterface::withScheme" must be in lower-case letters only
(#207) Public method name "UriInterface::withUserInfo" must be in lower-case letters only
(#221) Public method name "UriInterface::withHost" must be in lower-case letters only
(#240) Public method name "UriInterface::withPort" must be in lower-case letters only
(#264) Public method name "UriInterface::withPath" must be in lower-case letters only
(#281) Public method name "UriInterface::withQuery" must be in lower-case letters only
(#297) Public method name "UriInterface::withFragment" must be in lower-case letters only
blocks/mfavatar/vendor/psr/simple-cache/src/CacheException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/psr/simple-cache/src/CacheInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#67) Public method name "CacheInterface::getMultiple" must be in lower-case letters only
(#83) Public method name "CacheInterface::setMultiple" must be in lower-case letters only
(#96) Public method name "CacheInterface::deleteMultiple" must be in lower-case letters only
blocks/mfavatar/vendor/psr/simple-cache/src/InvalidArgumentException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/polyfill-mbstring/Mbstring.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#67) Expected MOODLE_INTERNAL check or config.php inclusion
(#71) Member variable "encodingList" must be all lower-case
(#73) Member variable "internalEncoding" must be all lower-case
(#74) Member variable "caseFold" must be all lower-case
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 148 characters
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Line exceeds 132 characters; contains 145 characters
(#79) Variable "toEncoding" must be all lower-case
(#79) Variable "fromEncoding" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Variable "fromEncoding" must be all lower-case
(#81) Variable "fromEncoding" must be all lower-case
(#82) Variable "fromEncoding" must be all lower-case
(#82) Variable "fromEncoding" must be all lower-case
(#84) Variable "fromEncoding" must be all lower-case
(#84) Variable "fromEncoding" must be all lower-case
(#87) Variable "toEncoding" must be all lower-case
(#87) Variable "toEncoding" must be all lower-case
(#89) Variable "fromEncoding" must be all lower-case
(#91) Variable "fromEncoding" must be all lower-case
(#91) Variable "toEncoding" must be all lower-case
(#94) Variable "toEncoding" must be all lower-case
(#98) Variable "toEncoding" must be all lower-case
(#98) Variable "toEncoding" must be all lower-case
(#99) Variable "fromEncoding" must be all lower-case
(#99) Variable "fromEncoding" must be all lower-case
(#100) Variable "fromEncoding" must be all lower-case
(#102) Variable "fromEncoding" must be all lower-case
(#103) Variable "fromEncoding" must be all lower-case
(#109) Variable "fromEncoding" must be all lower-case
(#111) Variable "fromEncoding" must be all lower-case
(#114) Variable "fromEncoding" must be all lower-case
(#114) Variable "toEncoding" must be all lower-case
(#117) Variable "toEncoding" must be all lower-case
(#117) Variable "fromEncoding" must be all lower-case
(#117) Line exceeds 132 characters; contains 147 characters
(#118) Opening brace should be on the same line as the declaration
(#122) Variable "toEncoding" must be all lower-case
(#122) Variable "fromEncoding" must be all lower-case
(#123) Variable "toEncoding" must be all lower-case
(#123) Variable "fromEncoding" must be all lower-case
(#128) Variable "fromEncoding" must be all lower-case
(#132) Opening brace should be on the same line as the declaration
(#133) Variable "internalEncoding" must be all lower-case
(#136) Variable "transferEncoding" must be all lower-case
(#137) Opening brace should be on the same line as the declaration
(#142) Opening brace should be on the same line as the declaration
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Variable "is_hex" must not contain underscores.
(#199) Opening brace should be on the same line as the declaration
(#214) Variable "is_hex" must not contain underscores.
(#214) Variable "is_hex" must not contain underscores.
(#235) Variable "ulenMask" must be all lower-case
(#243) Variable "ulenMask" must be all lower-case
(#250) Variable "cOffset" must be all lower-case
(#251) Variable "is_hex" must not contain underscores.
(#251) Variable "cOffset" must be all lower-case
(#251) Variable "cOffset" must be all lower-case
(#266) Opening brace should be on the same line as the declaration
(#295) Variable "caseFold" must be all lower-case
(#295) Variable "caseFold" must be all lower-case
(#305) Variable "ulenMask" must be all lower-case
(#311) Variable "ulenMask" must be all lower-case
(#341) Opening brace should be on the same line as the declaration
(#343) Variable "internalEncoding" must be all lower-case
(#349) Variable "internalEncoding" must be all lower-case
(#358) Opening brace should be on the same line as the declaration
(#375) Opening brace should be on the same line as the declaration
(#380) Opening brace should be on the same line as the declaration
(#391) Opening brace should be on the same line as the declaration
(#396) Variable "internalEncoding" must be all lower-case
(#402) Variable "encodingList" must be all lower-case
(#403) Opening brace should be on the same line as the declaration
(#404) Variable "encodingList" must be all lower-case
(#405) Variable "encodingList" must be all lower-case
(#405) Variable "encodingList" must be all lower-case
(#407) Variable "encodingList" must be all lower-case
(#408) Variable "encodingList" must be all lower-case
(#408) Variable "encodingList" must be all lower-case
(#410) Variable "encodingList" must be all lower-case
(#410) Variable "encodingList" must be all lower-case
(#413) Variable "encodingList" must be all lower-case
(#438) Variable "encodingList" must be all lower-case
(#439) Opening brace should be on the same line as the declaration
(#440) Variable "encodingList" must be all lower-case
(#441) Variable "encodingList" must be all lower-case
(#444) Variable "encodingList" must be all lower-case
(#445) Variable "encodingList" must be all lower-case
(#445) Variable "encodingList" must be all lower-case
(#447) Variable "encodingList" must be all lower-case
(#447) Variable "encodingList" must be all lower-case
(#449) Variable "encodingList" must be all lower-case
(#461) Variable "encodingList" must be all lower-case
(#461) Variable "encodingList" must be all lower-case
(#467) Opening brace should be on the same line as the declaration
(#477) Opening brace should be on the same line as the declaration
(#494) Opening brace should be on the same line as the declaration
(#502) Usage of ELSEIF not allowed; use ELSE IF instead
(#517) Opening brace should be on the same line as the declaration
(#522) Opening brace should be on the same line as the declaration
(#527) Opening brace should be on the same line as the declaration
(#536) Opening brace should be on the same line as the declaration
(#551) Usage of ELSEIF not allowed; use ELSE IF instead
(#562) Opening brace should be on the same line as the declaration
(#570) Opening brace should be on the same line as the declaration
(#577) Opening brace should be on the same line as the declaration
(#589) Opening brace should be on the same line as the declaration
(#597) Opening brace should be on the same line as the declaration
(#605) Opening brace should be on the same line as the declaration
(#618) Opening brace should be on the same line as the declaration
(#620) Variable "internalEncoding" must be all lower-case
(#631) Variable "encodingList" must be all lower-case
(#647) Opening brace should be on the same line as the declaration
(#652) Opening brace should be on the same line as the declaration
(#657) Opening brace should be on the same line as the declaration
(#664) Line exceeds maximum limit of 180 characters; contains 261 characters
(#670) Opening brace should be on the same line as the declaration
(#675) Opening brace should be on the same line as the declaration
(#680) Opening brace should be on the same line as the declaration
(#683) Usage of ELSEIF not allowed; use ELSE IF instead
(#685) Usage of ELSEIF not allowed; use ELSE IF instead
(#699) Opening brace should be on the same line as the declaration
(#718) Private method name "Mbstring::getSubpart" must be in lower-case letters only
(#719) Opening brace should be on the same line as the declaration
(#731) Opening brace should be on the same line as the declaration
(#743) Usage of ELSEIF not allowed; use ELSE IF instead
(#756) Opening brace should be on the same line as the declaration
(#761) Opening brace should be on the same line as the declaration
(#765) Private method name "Mbstring::getData" must be in lower-case letters only
(#766) Opening brace should be on the same line as the declaration
(#768) "require" must be immediately followed by an open parenthesis
(#774) Private method name "Mbstring::getEncoding" must be in lower-case letters only
(#775) Opening brace should be on the same line as the declaration
(#777) Variable "internalEncoding" must be all lower-case
blocks/mfavatar/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/symfony/polyfill-mbstring/bootstrap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace must be the last content on the line
(#19) Closing brace must be on a line by itself
(#20) Opening brace must be the last content on the line
(#20) Closing brace must be on a line by itself
(#21) Variable "transferEnc" must be all lower-case
(#21) Opening brace must be the last content on the line
(#21) Variable "transferEnc" must be all lower-case
(#21) Line exceeds maximum limit of 180 characters; contains 190 characters
(#21) Closing brace must be on a line by itself
(#22) Opening brace must be the last content on the line
(#22) Closing brace must be on a line by itself
(#23) Variable "is_hex" must not contain underscores.
(#23) Opening brace must be the last content on the line
(#23) Variable "is_hex" must not contain underscores.
(#23) Line exceeds 132 characters; contains 157 characters
(#23) Closing brace must be on a line by itself
(#24) Opening brace must be the last content on the line
(#24) Closing brace must be on a line by itself
(#25) Opening brace must be the last content on the line
(#25) Closing brace must be on a line by itself
(#26) Opening brace must be the last content on the line
(#26) Closing brace must be on a line by itself
(#27) Opening brace must be the last content on the line
(#27) Closing brace must be on a line by itself
(#28) Opening brace must be the last content on the line
(#28) Closing brace must be on a line by itself
(#29) Opening brace must be the last content on the line
(#29) Closing brace must be on a line by itself
(#30) Variable "encodingList" must be all lower-case
(#30) Opening brace must be the last content on the line
(#30) Variable "encodingList" must be all lower-case
(#30) Line exceeds 132 characters; contains 149 characters
(#30) Closing brace must be on a line by itself
(#31) Variable "encodingList" must be all lower-case
(#31) Opening brace must be the last content on the line
(#31) Variable "encodingList" must be all lower-case
(#31) Closing brace must be on a line by itself
(#32) Opening brace must be the last content on the line
(#32) Closing brace must be on a line by itself
(#33) Opening brace must be the last content on the line
(#33) Closing brace must be on a line by itself
(#34) Opening brace must be the last content on the line
(#34) Closing brace must be on a line by itself
(#35) Opening brace must be the last content on the line
(#35) Closing brace must be on a line by itself
(#36) Opening brace must be the last content on the line
(#36) Closing brace must be on a line by itself
(#37) Opening brace must be the last content on the line
(#37) Closing brace must be on a line by itself
(#38) Opening brace must be the last content on the line
(#38) Closing brace must be on a line by itself
(#39) Opening brace must be the last content on the line
(#39) Closing brace must be on a line by itself
(#40) Opening brace must be the last content on the line
(#40) Closing brace must be on a line by itself
(#41) Opening brace must be the last content on the line
(#41) Closing brace must be on a line by itself
(#42) Opening brace must be the last content on the line
(#42) Closing brace must be on a line by itself
(#43) Opening brace must be the last content on the line
(#43) Closing brace must be on a line by itself
(#44) Opening brace must be the last content on the line
(#44) Closing brace must be on a line by itself
(#45) Opening brace must be the last content on the line
(#45) Closing brace must be on a line by itself
(#46) Opening brace must be the last content on the line
(#46) Closing brace must be on a line by itself
(#47) Opening brace must be the last content on the line
(#47) Closing brace must be on a line by itself
(#48) Opening brace must be the last content on the line
(#48) Closing brace must be on a line by itself
(#49) Opening brace must be the last content on the line
(#49) Closing brace must be on a line by itself
(#50) Opening brace must be the last content on the line
(#50) Closing brace must be on a line by itself
(#51) Opening brace must be the last content on the line
(#51) Closing brace must be on a line by itself
(#52) Variable "toEncoding" must be all lower-case
(#52) Variable "fromEncoding" must be all lower-case
(#52) Opening brace must be the last content on the line
(#52) Variable "toEncoding" must be all lower-case
(#52) Variable "fromEncoding" must be all lower-case
(#52) Line exceeds maximum limit of 180 characters; contains 230 characters
(#52) Closing brace must be on a line by itself
(#55) Opening brace must be the last content on the line
(#55) Closing brace must be on a line by itself
(#56) Opening brace must be the last content on the line
(#56) Closing brace must be on a line by itself
(#57) Opening brace must be the last content on the line
(#57) Line exceeds 132 characters; contains 140 characters
(#57) Closing brace must be on a line by itself
blocks/mfavatar/vendor/symfony/translation/Catalogue/AbstractOperation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#66) Opening brace should be on the same line as the declaration
(#80) Public method name "AbstractOperation::getDomains" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#92) Public method name "AbstractOperation::getMessages" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#108) Public method name "AbstractOperation::getNewMessages" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#124) Public method name "AbstractOperation::getObsoleteMessages" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#140) Public method name "AbstractOperation::getResult" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#157) Protected method name "AbstractOperation::processDomain" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Catalogue/MergeOperation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Protected method name "MergeOperation::processDomain" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#39) Variable "keyMetadata" must be all lower-case
(#40) Variable "keyMetadata" must be all lower-case
(#49) Variable "keyMetadata" must be all lower-case
(#50) Variable "keyMetadata" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Catalogue/OperationInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#35) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Public method name "OperationInterface::getDomains" must be in lower-case letters only
(#51) Public method name "OperationInterface::getMessages" must be in lower-case letters only
(#60) Public method name "OperationInterface::getNewMessages" must be in lower-case letters only
(#69) Public method name "OperationInterface::getObsoleteMessages" must be in lower-case letters only
(#76) Public method name "OperationInterface::getResult" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Catalogue/TargetOperation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Protected method name "TargetOperation::processDomain" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#40) Line exceeds 132 characters; contains 140 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Variable "keyMetadata" must be all lower-case
(#51) Variable "keyMetadata" must be all lower-case
(#63) Variable "keyMetadata" must be all lower-case
(#64) Variable "keyMetadata" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Command/XliffLintCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "defaultName" must be all lower-case
(#33) Member variable "displayCorrectFiles" must be all lower-case
(#34) Member variable "directoryIteratorProvider" must be all lower-case
(#35) Member variable "isReadableProvider" must be all lower-case
(#37) Variable "directoryIteratorProvider" must be all lower-case
(#37) Variable "isReadableProvider" must be all lower-case
(#37) Line exceeds 132 characters; contains 133 characters
(#38) Opening brace should be on the same line as the declaration
(#41) Variable "directoryIteratorProvider" must be all lower-case
(#42) Variable "isReadableProvider" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#73) Space found before semicolon; expected ");" but found ") ;"
(#77) Opening brace should be on the same line as the declaration
(#95) Variable "filesInfo" must be all lower-case
(#97) Variable "filesInfo" must be all lower-case
(#100) Variable "filesInfo" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Variable "targetLanguage" must be all lower-case
(#118) Variable "expectedFileExtension" must be all lower-case
(#118) Variable "targetLanguage" must be all lower-case
(#119) Variable "realFileExtension" must be all lower-case
(#121) Variable "expectedFileExtension" must be all lower-case
(#121) Variable "realFileExtension" must be all lower-case
(#125) Variable "realFileExtension" must be all lower-case
(#125) Variable "targetLanguage" must be all lower-case
(#125) Line exceeds maximum limit of 180 characters; contains 207 characters
(#131) Variable "xmlError" must be all lower-case
(#133) Variable "xmlError" must be all lower-case
(#134) Variable "xmlError" must be all lower-case
(#135) Variable "xmlError" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#157) Private method name "XliffLintCommand::displayTxt" must be in lower-case letters only
(#157) Variable "filesInfo" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Variable "countFiles" must be all lower-case
(#159) Variable "filesInfo" must be all lower-case
(#160) Variable "erroredFiles" must be all lower-case
(#162) Variable "filesInfo" must be all lower-case
(#165) Usage of ELSEIF not allowed; use ELSE IF instead
(#166) Variable "erroredFiles" must be all lower-case
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Line exceeds 132 characters; contains 158 characters
(#175) Variable "erroredFiles" must be all lower-case
(#176) Variable "countFiles" must be all lower-case
(#178) Variable "countFiles" must be all lower-case
(#178) Variable "erroredFiles" must be all lower-case
(#178) Variable "erroredFiles" must be all lower-case
(#178) Line exceeds 132 characters; contains 137 characters
(#181) Variable "erroredFiles" must be all lower-case
(#184) Private method name "XliffLintCommand::displayJson" must be in lower-case letters only
(#184) Variable "filesInfo" must be all lower-case
(#185) Opening brace should be on the same line as the declaration
(#188) Variable "filesInfo" must be all lower-case
(#195) Variable "filesInfo" must be all lower-case
(#200) Private method name "XliffLintCommand::getFiles" must be in lower-case letters only
(#200) Variable "fileOrDirectory" must be all lower-case
(#201) Opening brace should be on the same line as the declaration
(#202) Variable "fileOrDirectory" must be all lower-case
(#203) Variable "fileOrDirectory" must be all lower-case
(#208) Variable "fileOrDirectory" must be all lower-case
(#217) Private method name "XliffLintCommand::getStdin" must be in lower-case letters only
(#218) Opening brace should be on the same line as the declaration
(#231) Private method name "XliffLintCommand::getDirectoryIterator" must be in lower-case letters only
(#232) Opening brace should be on the same line as the declaration
(#247) Private method name "XliffLintCommand::isReadable" must be in lower-case letters only
(#247) Variable "fileOrDirectory" must be all lower-case
(#248) Opening brace should be on the same line as the declaration
(#249) Variable "fileOrDirectory" must be all lower-case
(#250) Variable "fileOrDirectory" must be all lower-case
(#254) Variable "fileOrDirectory" must be all lower-case
(#257) Variable "fileOrDirectory" must be all lower-case
(#260) Private method name "XliffLintCommand::getTargetLanguageFromFile" must be in lower-case letters only
(#260) Variable "xliffContents" must be all lower-case
(#260) Expected 1 space after "?"; 0 found
(#261) Opening brace should be on the same line as the declaration
(#262) Variable "xliffContents" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/DataCollector/TranslationDataCollector.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#35) Public method name "TranslationDataCollector::lateCollect" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#66) Public method name "TranslationDataCollector::getMessages" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#74) Public method name "TranslationDataCollector::getCountMissings" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#76) Line exceeds 132 characters; contains 136 characters
(#82) Public method name "TranslationDataCollector::getCountFallbacks" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#84) Line exceeds 132 characters; contains 152 characters
(#90) Public method name "TranslationDataCollector::getCountDefines" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#92) Line exceeds 132 characters; contains 136 characters
(#95) Public method name "TranslationDataCollector::getLocale" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#100) Public method name "TranslationDataCollector::getFallbackLocales" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#102) Line exceeds 132 characters; contains 146 characters
(#108) Public method name "TranslationDataCollector::getName" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#113) Private method name "TranslationDataCollector::sanitizeCollectedMessages" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#117) Variable "messageId" must be all lower-case
(#119) Variable "messageId" must be all lower-case
(#123) Variable "messageId" must be all lower-case
(#126) Variable "messageId" must be all lower-case
(#129) Variable "messageId" must be all lower-case
(#138) Private method name "TranslationDataCollector::computeCount" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#153) Private method name "TranslationDataCollector::sanitizeString" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#161) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/mfavatar/vendor/symfony/translation/DataCollectorTranslator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#38) Line exceeds 132 characters; contains 166 characters
(#48) Opening brace should be on the same line as the declaration
(#58) Public method name "DataCollectorTranslator::transChoice" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#69) Public method name "DataCollectorTranslator::setLocale" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#77) Public method name "DataCollectorTranslator::getLocale" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#85) Public method name "DataCollectorTranslator::getCatalogue" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#95) Public method name "DataCollectorTranslator::getFallbackLocales" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#108) Opening brace should be on the same line as the declaration
(#115) Public method name "DataCollectorTranslator::getCollectedMessages" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#128) Private method name "DataCollectorTranslator::collectMessage" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#142) Variable "fallbackCatalogue" must be all lower-case
(#143) Variable "fallbackCatalogue" must be all lower-case
(#144) Variable "fallbackCatalogue" must be all lower-case
(#145) Variable "fallbackCatalogue" must be all lower-case
(#149) Variable "fallbackCatalogue" must be all lower-case
(#149) Variable "fallbackCatalogue" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "writerServiceId" must be all lower-case
(#24) Member variable "dumperTag" must be all lower-case
(#26) Variable "writerServiceId" must be all lower-case
(#26) Variable "dumperTag" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Variable "writerServiceId" must be all lower-case
(#29) Variable "dumperTag" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Member variable "extractorServiceId" must be all lower-case
(#25) Member variable "extractorTag" must be all lower-case
(#27) Variable "extractorServiceId" must be all lower-case
(#27) Variable "extractorTag" must be all lower-case
(#27) Line exceeds 132 characters; contains 133 characters
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "extractorServiceId" must be all lower-case
(#30) Variable "extractorTag" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#43) Line exceeds 132 characters; contains 135 characters
blocks/mfavatar/vendor/symfony/translation/DependencyInjection/TranslatorPass.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "translatorServiceId" must be all lower-case
(#22) Member variable "readerServiceId" must be all lower-case
(#23) Member variable "loaderTag" must be all lower-case
(#24) Member variable "debugCommandServiceId" must be all lower-case
(#25) Member variable "updateCommandServiceId" must be all lower-case
(#27) Variable "translatorServiceId" must be all lower-case
(#27) Variable "readerServiceId" must be all lower-case
(#27) Variable "loaderTag" must be all lower-case
(#27) Variable "debugCommandServiceId" must be all lower-case
(#27) Variable "updateCommandServiceId" must be all lower-case
(#27) Line exceeds maximum limit of 180 characters; contains 313 characters
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "translatorServiceId" must be all lower-case
(#30) Variable "readerServiceId" must be all lower-case
(#31) Variable "loaderTag" must be all lower-case
(#32) Variable "debugCommandServiceId" must be all lower-case
(#33) Variable "updateCommandServiceId" must be all lower-case
(#37) Opening brace should be on the same line as the declaration
(#43) Variable "loaderRefs" must be all lower-case
(#45) Variable "loaderRefs" must be all lower-case
(#56) Variable "loaderRefs" must be all lower-case
(#63) Variable "loaderRefs" must be all lower-case
(#65) Space found before semicolon; expected ");" but found ") ;"
(#72) Line exceeds 132 characters; contains 135 characters
(#76) Line exceeds 132 characters; contains 136 characters
blocks/mfavatar/vendor/symfony/translation/Dumper/CsvFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "CsvFileDumper::formatCatalogue" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#50) Public method name "CsvFileDumper::setCsvControl" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#59) Protected method name "CsvFileDumper::getExtension" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/DumperInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Dumper/FileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "relativePathTemplate" must be all lower-case
(#40) Public method name "FileDumper::setRelativePathTemplate" must be in lower-case letters only
(#40) Variable "relativePathTemplate" must be all lower-case
(#41) Opening brace should be on the same line as the declaration
(#42) Variable "relativePathTemplate" must be all lower-case
(#52) Public method name "FileDumper::setBackup" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#65) Opening brace should be on the same line as the declaration
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#93) Public method name "FileDumper::formatCatalogue" must be in lower-case letters only
(#100) Protected method name "FileDumper::getExtension" must be in lower-case letters only
(#105) Private method name "FileDumper::getRelativePath" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/IcuResFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "relativePathTemplate" must be all lower-case
(#31) Public method name "IcuResFileDumper::formatCatalogue" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#42) Variable "keyTop" must be all lower-case
(#50) Space found before semicolon; expected ");" but found ") ;"
(#53) Variable "resOffset" must be all lower-case
(#59) Space found before semicolon; expected "$resources;" but found "$resources ;"
(#61) Variable "bundleTop" must be all lower-case
(#64) Variable "resOffset" must be all lower-case
(#66) Variable "keyTop" must be all lower-case
(#67) Variable "bundleTop" must be all lower-case
(#68) Variable "bundleTop" must be all lower-case
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Private method name "IcuResFileDumper::writePadding" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#94) Private method name "IcuResFileDumper::getPosition" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#102) Protected method name "IcuResFileDumper::getExtension" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/IniFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "IniFileDumper::formatCatalogue" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#31) Variable "escapeTarget" must be all lower-case
(#32) Variable "escapeTarget" must be all lower-case
(#41) Protected method name "IniFileDumper::getExtension" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/JsonFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "JsonFileDumper::formatCatalogue" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#40) Protected method name "JsonFileDumper::getExtension" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/MoFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Public method name "MoFileDumper::formatCatalogue" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "sourceOffsets" must be all lower-case
(#29) Variable "targetOffsets" must be all lower-case
(#50) Variable "sourcesSize" must be all lower-case
(#51) Variable "sourcesStart" must be all lower-case
(#54) Variable "sourceOffsets" must be all lower-case
(#55) Variable "sourcesStart" must be all lower-case
(#56) Variable "targetOffsets" must be all lower-case
(#57) Variable "sourcesStart" must be all lower-case
(#57) Variable "sourcesSize" must be all lower-case
(#61) Variable "sourceOffsets" must be all lower-case
(#62) Variable "targetOffsets" must be all lower-case
(#65) Space found before semicolon; expected "$targets;" but found "$targets ;"
(#73) Protected method name "MoFileDumper::getExtension" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#78) Private method name "MoFileDumper::writeLong" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/PhpFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "PhpFileDumper::formatCatalogue" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#34) Protected method name "PhpFileDumper::getExtension" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/PoFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "PoFileDumper::formatCatalogue" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#35) Variable "newLine" must be all lower-case
(#37) Variable "newLine" must be all lower-case
(#40) Variable "newLine" must be all lower-case
(#52) Protected method name "PoFileDumper::getExtension" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#58) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/QtFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "QtFileDumper::formatCatalogue" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#46) Protected method name "QtFileDumper::getExtension" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Dumper/XliffFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Public method name "XliffFileDumper::formatCatalogue" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "xliffVersion" must be all lower-case
(#31) Variable "xliffVersion" must be all lower-case
(#35) Variable "defaultLocale" must be all lower-case
(#37) Variable "defaultLocale" must be all lower-case
(#40) Variable "xliffVersion" must be all lower-case
(#41) Variable "defaultLocale" must be all lower-case
(#43) Variable "xliffVersion" must be all lower-case
(#44) Variable "defaultLocale" must be all lower-case
(#47) Variable "xliffVersion" must be all lower-case
(#53) Protected method name "XliffFileDumper::getExtension" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#58) Private method name "XliffFileDumper::dumpXliff1" must be in lower-case letters only
(#58) Variable "defaultLocale" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "toolInfo" must be all lower-case
(#62) Variable "toolInfo" must be all lower-case
(#62) Variable "toolInfo" must be all lower-case
(#72) Variable "xliffFile" must be all lower-case
(#73) Variable "xliffFile" must be all lower-case
(#73) Variable "defaultLocale" must be all lower-case
(#74) Variable "xliffFile" must be all lower-case
(#75) Variable "xliffFile" must be all lower-case
(#76) Variable "xliffFile" must be all lower-case
(#78) Variable "xliffHead" must be all lower-case
(#78) Variable "xliffFile" must be all lower-case
(#79) Variable "xliffTool" must be all lower-case
(#79) Variable "xliffHead" must be all lower-case
(#80) Variable "toolInfo" must be all lower-case
(#81) Variable "xliffTool" must be all lower-case
(#84) Variable "xliffBody" must be all lower-case
(#84) Variable "xliffFile" must be all lower-case
(#97) Variable "targetElement" must be all lower-case
(#101) Variable "targetElement" must be all lower-case
(#104) Variable "targetElement" must be all lower-case
(#126) Variable "xliffBody" must be all lower-case
(#132) Private method name "XliffFileDumper::dumpXliff2" must be in lower-case letters only
(#132) Variable "defaultLocale" must be all lower-case
(#133) Opening brace should be on the same line as the declaration
(#140) Variable "defaultLocale" must be all lower-case
(#143) Variable "xliffFile" must be all lower-case
(#144) Variable "xliffFile" must be all lower-case
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "notesElement" must be all lower-case
(#167) Variable "notesElement" must be all lower-case
(#169) Variable "notesElement" must be all lower-case
(#180) Variable "targetElement" must be all lower-case
(#183) Variable "targetElement" must be all lower-case
(#186) Variable "targetElement" must be all lower-case
(#189) Variable "xliffFile" must be all lower-case
(#201) Private method name "XliffFileDumper::hasMetadataArrayInfo" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#203) Line exceeds 132 characters; contains 145 characters
blocks/mfavatar/vendor/symfony/translation/Dumper/YamlFileDumper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Opening brace should be on the same line as the declaration
(#36) Public method name "YamlFileDumper::formatCatalogue" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#58) Protected method name "YamlFileDumper::getExtension" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Exception/ExceptionInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Exception/InvalidArgumentException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Exception/InvalidResourceException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Exception/LogicException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Exception/NotFoundResourceException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Exception/RuntimeException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Extractor/AbstractFileExtractor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Protected method name "AbstractFileExtractor::extractFiles" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#37) Usage of ELSEIF not allowed; use ELSE IF instead
(#46) Private method name "AbstractFileExtractor::toSplFileInfo" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#58) Protected method name "AbstractFileExtractor::isFile" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#72) Protected method name "AbstractFileExtractor::canBeExtracted" must be in lower-case letters only
(#79) Protected method name "AbstractFileExtractor::extractFromDirectory" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Extractor/ChainExtractor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Public method name "ChainExtractor::addExtractor" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#44) Public method name "ChainExtractor::setPrefix" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#55) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Extractor/ExtractorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Public method name "ExtractorInterface::setPrefix" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Extractor/PhpExtractor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#81) Opening brace should be on the same line as the declaration
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Public method name "PhpExtractor::setPrefix" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#106) Protected method name "PhpExtractor::normalizeToken" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#118) Private method name "PhpExtractor::seekToNextRelevantToken" must be in lower-case letters only
(#118) Variable "tokenIterator" must be all lower-case
(#119) Opening brace should be on the same line as the declaration
(#120) Variable "tokenIterator" must be all lower-case
(#120) Variable "tokenIterator" must be all lower-case
(#121) Variable "tokenIterator" must be all lower-case
(#128) Private method name "PhpExtractor::skipMethodArgument" must be in lower-case letters only
(#128) Variable "tokenIterator" must be all lower-case
(#129) Opening brace should be on the same line as the declaration
(#130) Variable "openBraces" must be all lower-case
(#132) Variable "tokenIterator" must be all lower-case
(#132) Variable "tokenIterator" must be all lower-case
(#133) Variable "tokenIterator" must be all lower-case
(#136) Variable "openBraces" must be all lower-case
(#140) Variable "openBraces" must be all lower-case
(#143) Variable "openBraces" must be all lower-case
(#143) Variable "openBraces" must be all lower-case
(#153) Private method name "PhpExtractor::getValue" must be in lower-case letters only
(#153) Variable "tokenIterator" must be all lower-case
(#154) Opening brace should be on the same line as the declaration
(#156) Variable "docToken" must be all lower-case
(#158) Variable "tokenIterator" must be all lower-case
(#158) Variable "tokenIterator" must be all lower-case
(#159) Variable "tokenIterator" must be all lower-case
(#166) Variable "docToken" must be all lower-case
(#173) Variable "docToken" must be all lower-case
(#192) Protected method name "PhpExtractor::parseTokens" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#194) Variable "tokenIterator" must be all lower-case
(#196) Variable "tokenIterator" must be all lower-case
(#200) Variable "tokenIterator" must be all lower-case
(#202) Variable "sequenceKey" must be all lower-case
(#203) Variable "tokenIterator" must be all lower-case
(#205) Variable "tokenIterator" must be all lower-case
(#206) Variable "tokenIterator" must be all lower-case
(#208) Usage of ELSEIF not allowed; use ELSE IF instead
(#209) Variable "tokenIterator" must be all lower-case
(#211) Variable "sequenceKey" must be all lower-case
(#214) Usage of ELSEIF not allowed; use ELSE IF instead
(#215) Variable "tokenIterator" must be all lower-case
(#216) Usage of ELSEIF not allowed; use ELSE IF instead
(#217) Variable "tokenIterator" must be all lower-case
(#240) Protected method name "PhpExtractor::canBeExtracted" must be in lower-case letters only
(#241) Opening brace should be on the same line as the declaration
(#250) Protected method name "PhpExtractor::extractFromDirectory" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Extractor/PhpStringTokenParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#50) Expected MOODLE_INTERNAL check or config.php inclusion
(#71) Opening brace should be on the same line as the declaration
(#72) Variable "bLength" must be all lower-case
(#74) Variable "bLength" must be all lower-case
(#77) Variable "bLength" must be all lower-case
(#81) Variable "bLength" must be all lower-case
(#84) Variable "bLength" must be all lower-case
(#96) Public method name "PhpStringTokenParser::parseEscapeSequences" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#109) Private method name "PhpStringTokenParser::parseCallback" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Public method name "PhpStringTokenParser::parseDocString" must be in lower-case letters only
(#130) Variable "startToken" must be all lower-case
(#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
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Variable "startToken" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "ChoiceMessageFormatterInterface::choiceFormat" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Formatter/MessageFormatter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#35) Opening brace should be on the same line as the declaration
(#42) Public method name "MessageFormatter::choiceFormat" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Formatter/MessageFormatterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/IdentityTranslator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#35) Public method name "IdentityTranslator::setLocale" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#43) Public method name "IdentityTranslator::getLocale" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#59) Public method name "IdentityTranslator::transChoice" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Interval.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#49) Opening brace should be on the same line as the declaration
(#63) Variable "leftNumber" must be all lower-case
(#64) Variable "rightNumber" must be all lower-case
(#67) Variable "leftNumber" must be all lower-case
(#67) Variable "leftNumber" must be all lower-case
(#68) Variable "rightNumber" must be all lower-case
(#68) Variable "rightNumber" must be all lower-case
(#69) Space found before semicolon; expected ");" but found ") ;"
(#80) Public method name "Interval::getIntervalRegexp" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#99) Private method name "Interval::convertNumber" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#103) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/mfavatar/vendor/symfony/translation/Loader/ArrayLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
(#56) Variable "nodePath" must be all lower-case
(#57) Variable "nodePath" must be all lower-case
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/mfavatar/vendor/symfony/translation/Loader/CsvFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Protected method name "CsvFileLoader::loadResource" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#59) Public method name "CsvFileLoader::setCsvControl" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Loader/FileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#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
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Protected method name "FileLoader::loadResource" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Loader/IcuDatFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#47) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/mfavatar/vendor/symfony/translation/Loader/IcuResFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#47) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Opening brace should be on the same line as the declaration
(#81) Variable "nodePath" must be all lower-case
(#83) Variable "nodePath" must be all lower-case
(#85) Variable "nodePath" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Loader/IniFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Protected method name "IniFileLoader::loadResource" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Loader/JsonFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Protected method name "JsonFileLoader::loadResource" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#32) Variable "errorCode" must be all lower-case
(#33) Variable "errorCode" must be all lower-case
(#47) Private method name "JsonFileLoader::getJSONErrorMessage" must be in lower-case letters only
(#47) Variable "errorCode" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "errorCode" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Loader/LoaderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Loader/MoFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Protected method name "MoFileLoader::loadResource" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#57) Variable "isBigEndian" must be all lower-case
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#59) Variable "isBigEndian" must be all lower-case
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Variable "isBigEndian" must be all lower-case
(#66) Variable "isBigEndian" must be all lower-case
(#67) Variable "offsetId" must be all lower-case
(#67) Variable "isBigEndian" must be all lower-case
(#68) Variable "offsetTranslated" must be all lower-case
(#68) Variable "isBigEndian" must be all lower-case
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "isBigEndian" must be all lower-case
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Variable "isBigEndian" must be all lower-case
(#77) Variable "pluralId" must be all lower-case
(#80) Variable "offsetId" must be all lower-case
(#82) Variable "isBigEndian" must be all lower-case
(#83) Variable "isBigEndian" must be all lower-case
(#90) Variable "singularId" must be all lower-case
(#92) Variable "singularId" must be all lower-case
(#93) Variable "singularId" must be all lower-case
(#93) Variable "pluralId" must be all lower-case
(#93) Variable "singularId" must be all lower-case
(#96) Variable "offsetTranslated" must be all lower-case
(#97) Variable "isBigEndian" must be all lower-case
(#98) Variable "isBigEndian" must be all lower-case
(#111) Variable "singularId" must be all lower-case
(#111) Variable "pluralId" must be all lower-case
(#123) Usage of ELSEIF not allowed; use ELSE IF instead
(#138) Private method name "MoFileLoader::readLong" must be in lower-case letters only
(#138) Variable "isBigEndian" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#140) Variable "isBigEndian" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Loader/PhpFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Protected method name "PhpFileLoader::loadResource" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#26) "require" must be immediately followed by an open parenthesis
blocks/mfavatar/vendor/symfony/translation/Loader/PoFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#63) Protected method name "PoFileLoader::loadResource" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Usage of ELSEIF not allowed; use ELSE IF instead
(#88) Usage of ELSEIF not allowed; use ELSE IF instead
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#96) Usage of ELSEIF not allowed; use ELSE IF instead
(#105) Usage of ELSEIF not allowed; use ELSE IF instead
(#107) Usage of ELSEIF not allowed; use ELSE IF instead
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Private method name "PoFileLoader::addMessage" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#144) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/mfavatar/vendor/symfony/translation/Loader/QtFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#46) Variable "internalErrors" must be all lower-case
(#56) Variable "translationValue" must be all lower-case
(#58) Variable "translationValue" must be all lower-case
(#61) Variable "translationValue" must be all lower-case
(#73) Variable "internalErrors" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Loader/XliffFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#59) Variable "xliffVersion" must be all lower-case
(#60) Variable "xliffVersion" must be all lower-case
(#60) Variable "xliffVersion" must be all lower-case
(#62) Variable "xliffVersion" must be all lower-case
(#66) Variable "xliffVersion" must be all lower-case
(#78) Private method name "XliffFileLoader::extractXliff1" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Private method name "XliffFileLoader::extractXliff2" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Variable "noteNode" must be all lower-case
(#147) Variable "noteNode" must be all lower-case
(#150) Variable "noteNode" must be all lower-case
(#163) Private method name "XliffFileLoader::utf8ToCharset" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#177) Private method name "XliffFileLoader::validateSchema" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#179) Variable "internalErrors" must be all lower-case
(#181) Variable "disableEntities" must be all lower-case
(#184) Variable "disableEntities" must be all lower-case
(#186) Variable "internalErrors" must be all lower-case
(#186) Line exceeds 132 characters; contains 163 characters
(#189) Variable "disableEntities" must be all lower-case
(#194) Variable "internalErrors" must be all lower-case
(#197) Private method name "XliffFileLoader::getSchema" must be in lower-case letters only
(#197) Variable "xliffVersion" must be all lower-case
(#198) Opening brace should be on the same line as the declaration
(#199) Variable "xliffVersion" must be all lower-case
(#200) Variable "schemaSource" must be all lower-case
(#201) Variable "xmlUri" must be all lower-case
(#202) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Variable "xliffVersion" must be all lower-case
(#203) Variable "schemaSource" must be all lower-case
(#204) Variable "xmlUri" must be all lower-case
(#206) Variable "xliffVersion" must be all lower-case
(#209) Variable "schemaSource" must be all lower-case
(#209) Variable "xmlUri" must be all lower-case
(#215) Private method name "XliffFileLoader::fixXmlLocation" must be in lower-case letters only
(#215) Variable "schemaSource" must be all lower-case
(#215) Variable "xmlUri" must be all lower-case
(#216) Opening brace should be on the same line as the declaration
(#217) Variable "newPath" must be all lower-case
(#218) Variable "newPath" must be all lower-case
(#220) Variable "newPath" must be all lower-case
(#223) Variable "newPath" must be all lower-case
(#232) Variable "newPath" must be all lower-case
(#234) Variable "xmlUri" must be all lower-case
(#234) Variable "newPath" must be all lower-case
(#234) Variable "schemaSource" must be all lower-case
(#240) Private method name "XliffFileLoader::getXmlErrors" must be in lower-case letters only
(#240) Variable "internalErrors" must be all lower-case
(#241) Opening brace should be on the same line as the declaration
(#255) Variable "internalErrors" must be all lower-case
(#266) Private method name "XliffFileLoader::getVersionNumber" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#268) Inline doc block type-hinting for '$xliff' does not match next code line 'foreach...'
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Private method name "XliffFileLoader::parseNotesMetadata" must be in lower-case letters only
(#289) Variable "noteElement" must be all lower-case
(#290) Opening brace should be on the same line as the declaration
(#293) Variable "noteElement" must be all lower-case
(#297) Inline doc block type-hinting for '$xmlNote' does not match next code line 'foreach...'
(#298) Variable "noteElement" must be all lower-case
(#298) Variable "xmlNote" must be all lower-case
(#299) Variable "noteAttributes" must be all lower-case
(#299) Variable "xmlNote" must be all lower-case
(#300) Variable "xmlNote" must be all lower-case
(#301) Variable "noteAttributes" must be all lower-case
(#302) Variable "noteAttributes" must be all lower-case
(#305) Variable "noteAttributes" must be all lower-case
(#306) Variable "noteAttributes" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Loader/YamlFileLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Member variable "yamlParser" must be all lower-case
(#32) Protected method name "YamlFileLoader::loadResource" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/LoggingTranslator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Opening brace should be on the same line as the declaration
(#36) Line exceeds 132 characters; contains 166 characters
(#47) Opening brace should be on the same line as the declaration
(#57) Public method name "LoggingTranslator::transChoice" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#68) Public method name "LoggingTranslator::setLocale" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#76) Public method name "LoggingTranslator::getLocale" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#84) Public method name "LoggingTranslator::getCatalogue" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#94) Public method name "LoggingTranslator::getFallbackLocales" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#107) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#131) Line exceeds 132 characters; contains 150 characters
(#133) Line exceeds 132 characters; contains 139 characters
blocks/mfavatar/vendor/symfony/translation/MessageCatalogue.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "fallbackCatalogue" must be all lower-case
(#33) Expected 1 space before "?"; 0 found
(#33) Expected 1 space after "?"; 0 found
(#34) Opening brace should be on the same line as the declaration
(#42) Public method name "MessageCatalogue::getLocale" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#50) Public method name "MessageCatalogue::getDomains" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#71) Opening brace should be on the same line as the declaration
(#79) Opening brace should be on the same line as the declaration
(#95) Opening brace should be on the same line as the declaration
(#103) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#129) Opening brace should be on the same line as the declaration
(#140) Public method name "MessageCatalogue::addCatalogue" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#143) Line exceeds 132 characters; contains 177 characters
(#163) Public method name "MessageCatalogue::addFallbackCatalogue" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#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
(#169) Line exceeds 132 characters; contains 156 characters
(#176) Line exceeds 132 characters; contains 156 characters
(#195) Public method name "MessageCatalogue::getFallbackCatalogue" must be in lower-case letters only
(#196) Opening brace should be on the same line as the declaration
(#203) Public method name "MessageCatalogue::getResources" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#211) Public method name "MessageCatalogue::addResource" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#219) Public method name "MessageCatalogue::getMetadata" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#239) Public method name "MessageCatalogue::setMetadata" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#247) Public method name "MessageCatalogue::deleteMetadata" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#251) Usage of ELSEIF not allowed; use ELSE IF instead
(#263) Private method name "MessageCatalogue::addMetadata" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/MessageCatalogueInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "MessageCatalogueInterface::getLocale" must be in lower-case letters only
(#35) Public method name "MessageCatalogueInterface::getDomains" must be in lower-case letters only
(#108) Public method name "MessageCatalogueInterface::addCatalogue" must be in lower-case letters only
(#116) Public method name "MessageCatalogueInterface::addFallbackCatalogue" must be in lower-case letters only
(#123) Public method name "MessageCatalogueInterface::getFallbackCatalogue" must be in lower-case letters only
(#130) Public method name "MessageCatalogueInterface::getResources" must be in lower-case letters only
(#135) Public method name "MessageCatalogueInterface::addResource" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/MessageSelector.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#51) Opening brace should be on the same line as the declaration
(#55) Usage of ELSEIF not allowed; use ELSE IF instead
(#59) Variable "explicitRules" must be all lower-case
(#60) Variable "standardRules" must be all lower-case
(#65) Variable "explicitRules" must be all lower-case
(#66) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Variable "standardRules" must be all lower-case
(#69) Variable "standardRules" must be all lower-case
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Variable "explicitRules" must be all lower-case
(#82) Variable "standardRules" must be all lower-case
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Variable "standardRules" must be all lower-case
(#86) Variable "standardRules" must be all lower-case
(#89) Line exceeds maximum limit of 180 characters; contains 282 characters
(#92) Variable "standardRules" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/MetadataAwareInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "MetadataAwareInterface::getMetadata" must be in lower-case letters only
(#42) Public method name "MetadataAwareInterface::setMetadata" must be in lower-case letters only
(#53) Public method name "MetadataAwareInterface::deleteMetadata" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/PluralizationRules.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line exceeds maximum limit of 180 characters; contains 182 characters
(#159) Line exceeds 132 characters; contains 159 characters
(#162) Line exceeds 132 characters; contains 136 characters
(#168) Line exceeds 132 characters; contains 175 characters
(#174) Line exceeds 132 characters; contains 149 characters
(#183) Line exceeds maximum limit of 180 characters; contains 205 characters
(#197) Opening brace should be on the same line as the declaration
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/symfony/translation/Reader/TranslationReader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Public method name "TranslationReader::addLoader" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#47) Opening brace should be on the same line as the declaration
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/symfony/translation/Reader/TranslationReaderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/vendor/symfony/translation/Tests/Catalogue/AbstractOperationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "AbstractOperationTest::testGetEmptyDomains" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "AbstractOperationTest::testGetMergedDomains" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#42) Public method name "AbstractOperationTest::testGetMessagesFromUnknownDomain" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#44) Variable "_" must not contain underscores.
(#44) Variable "_" must not contain underscores.
(#51) Public method name "AbstractOperationTest::testGetEmptyMessages" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#62) Public method name "AbstractOperationTest::testGetEmptyResult" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#73) Protected method name "AbstractOperationTest::createOperation" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Tests/Catalogue/MergeOperationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "MergeOperationTest::testGetMessagesFromSingleDomain" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#43) Public method name "MergeOperationTest::testGetResultFromSingleDomain" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#56) Public method name "MergeOperationTest::testGetResultWithMetadata" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "leftCatalogue" must be all lower-case
(#59) Variable "leftCatalogue" must be all lower-case
(#60) Variable "leftCatalogue" must be all lower-case
(#61) Variable "rightCatalogue" must be all lower-case
(#62) Variable "rightCatalogue" must be all lower-case
(#63) Variable "rightCatalogue" must be all lower-case
(#65) Variable "mergedCatalogue" must be all lower-case
(#66) Variable "mergedCatalogue" must be all lower-case
(#67) Variable "mergedCatalogue" must be all lower-case
(#68) Variable "mergedCatalogue" must be all lower-case
(#71) Variable "mergedCatalogue" must be all lower-case
(#73) Variable "leftCatalogue" must be all lower-case
(#74) Variable "rightCatalogue" must be all lower-case
(#79) Protected method name "MergeOperationTest::createOperation" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Catalogue/TargetOperationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "TargetOperationTest::testGetMessagesFromSingleDomain" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#43) Public method name "TargetOperationTest::testGetResultFromSingleDomain" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#56) Public method name "TargetOperationTest::testGetResultWithMetadata" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "leftCatalogue" must be all lower-case
(#59) Variable "leftCatalogue" must be all lower-case
(#60) Variable "leftCatalogue" must be all lower-case
(#61) Variable "rightCatalogue" must be all lower-case
(#62) Variable "rightCatalogue" must be all lower-case
(#63) Variable "rightCatalogue" must be all lower-case
(#65) Variable "diffCatalogue" must be all lower-case
(#66) Variable "diffCatalogue" must be all lower-case
(#67) Variable "diffCatalogue" must be all lower-case
(#70) Variable "diffCatalogue" must be all lower-case
(#72) Variable "leftCatalogue" must be all lower-case
(#73) Variable "rightCatalogue" must be all lower-case
(#78) Protected method name "TargetOperationTest::createOperation" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Command/XliffLintCommandTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "XliffLintCommandTest::testLintCorrectFile" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#43) Public method name "XliffLintCommandTest::testLintIncorrectXmlSyntax" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#54) Public method name "XliffLintCommandTest::testLintIncorrectTargetLanguage" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#62) Line exceeds maximum limit of 180 characters; contains 192 characters
(#68) Public method name "XliffLintCommandTest::testLintFileNotReadable" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#77) Public method name "XliffLintCommandTest::testGetHelp" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#105) Private method name "XliffLintCommandTest::createFile" must be in lower-case letters only
(#105) Variable "sourceContent" must be all lower-case
(#105) Variable "targetLanguage" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#107) Variable "xliffContent" must be all lower-case
(#110) Variable "targetLanguage" must be all lower-case
(#113) Variable "sourceContent" must be all lower-case
(#122) Variable "xliffContent" must be all lower-case
(#132) Private method name "XliffLintCommandTest::createCommandTester" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#149) Opening brace should be on the same line as the declaration
(#155) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/DataCollector/TranslationDataCollectorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#27) Public method name "TranslationDataCollectorTest::testCollectEmptyMessages" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#32) Variable "dataCollector" must be all lower-case
(#33) Variable "dataCollector" must be all lower-case
(#35) Variable "dataCollector" must be all lower-case
(#36) Variable "dataCollector" must be all lower-case
(#37) Variable "dataCollector" must be all lower-case
(#38) Variable "dataCollector" must be all lower-case
(#41) Public method name "TranslationDataCollectorTest::testCollect" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#43) Variable "collectedMessages" must be all lower-case
(#90) Variable "expectedMessages" must be all lower-case
(#128) Variable "collectedMessages" must be all lower-case
(#130) Variable "dataCollector" must be all lower-case
(#131) Variable "dataCollector" must be all lower-case
(#133) Variable "dataCollector" must be all lower-case
(#134) Variable "dataCollector" must be all lower-case
(#135) Variable "dataCollector" must be all lower-case
(#137) Variable "expectedMessages" must be all lower-case
(#137) Variable "dataCollector" must be all lower-case
(#140) Private method name "TranslationDataCollectorTest::getTranslator" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#146) Space found before semicolon; expected ");" but found ") ;"
blocks/mfavatar/vendor/symfony/translation/Tests/DataCollectorTranslatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "DataCollectorTranslatorTest::testCollectMessages" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#32) Variable "expectedMessages" must be all lower-case
(#33) Variable "expectedMessages" must be all lower-case
(#42) Variable "expectedMessages" must be all lower-case
(#51) Variable "expectedMessages" must be all lower-case
(#60) Variable "expectedMessages" must be all lower-case
(#69) Variable "expectedMessages" must be all lower-case
(#79) Variable "expectedMessages" must be all lower-case
(#82) Private method name "DataCollectorTranslatorTest::createCollector" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/DependencyInjection/TranslationDumperPassTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "TranslationDumperPassTest::testProcess" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#24) Variable "writerDefinition" must be all lower-case
(#28) Variable "translationDumperPass" must be all lower-case
(#29) Variable "translationDumperPass" must be all lower-case
(#31) Variable "writerDefinition" must be all lower-case
(#31) Line exceeds 132 characters; contains 137 characters
(#34) Public method name "TranslationDumperPassTest::testProcessNoDefinitionFound" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#38) Variable "definitionsBefore" must be all lower-case
(#39) Variable "aliasesBefore" must be all lower-case
(#41) Variable "translationDumperPass" must be all lower-case
(#42) Variable "translationDumperPass" must be all lower-case
(#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
(#45) Variable "definitionsBefore" must be all lower-case
(#46) Variable "aliasesBefore" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Tests/DependencyInjection/TranslationExtractorPassTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "TranslationExtractorPassTest::testProcess" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#24) Variable "extractorDefinition" must be all lower-case
(#28) Variable "translationDumperPass" must be all lower-case
(#29) Variable "translationDumperPass" must be all lower-case
(#31) Variable "extractorDefinition" must be all lower-case
(#31) Line exceeds 132 characters; contains 143 characters
(#34) Public method name "TranslationExtractorPassTest::testProcessNoDefinitionFound" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#38) Variable "definitionsBefore" must be all lower-case
(#39) Variable "aliasesBefore" must be all lower-case
(#41) Variable "translationDumperPass" must be all lower-case
(#42) Variable "translationDumperPass" must be all lower-case
(#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
(#45) Variable "definitionsBefore" must be all lower-case
(#46) Variable "aliasesBefore" must be all lower-case
(#53) Public method name "TranslationExtractorPassTest::testProcessMissingAlias" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#55) Line exceeds 132 characters; contains 137 characters
(#63) Variable "translationDumperPass" must be all lower-case
(#64) Variable "translationDumperPass" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Tests/DependencyInjection/TranslationPassTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "TranslationPassTest::testValidCollector" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#41) Variable "expectedReader" must be all lower-case
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Variable "expectedReader" must be all lower-case
(#47) Variable "expectedLoader" must be all lower-case
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Variable "expectedLoader" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/CsvFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "CsvFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/FileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "FileDumperTest::testDump" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#22) Variable "tempDir" must be all lower-case
(#28) Variable "tempDir" must be all lower-case
(#30) Variable "tempDir" must be all lower-case
(#32) Variable "tempDir" must be all lower-case
(#35) Public method name "FileDumperTest::testDumpCreatesNestedDirectoriesAndFile" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#37) Variable "tempDir" must be all lower-case
(#38) Variable "translationsDir" must be all lower-case
(#38) Variable "tempDir" must be all lower-case
(#39) Variable "translationsDir" must be all lower-case
(#46) Variable "tempDir" must be all lower-case
(#51) Variable "translationsDir" must be all lower-case
(#57) Public method name "ConcreteFileDumper::formatCatalogue" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#62) Protected method name "ConcreteFileDumper::getExtension" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/IcuResFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "IcuResFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#27) Line exceeds 132 characters; contains 138 characters
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/IniFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "IniFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "JsonFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#30) Public method name "JsonFileDumperTest::testDumpWithCustomEncoding" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#37) Line exceeds 132 characters; contains 173 characters
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/MoFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "MoFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "PhpFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/PoFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "PoFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/QtFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "QtFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/XliffFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "XliffFileDumperTest::testFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#39) Public method name "XliffFileDumperTest::testFormatCatalogueXliff2" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#57) Public method name "XliffFileDumperTest::testFormatCatalogueWithCustomToolInfo" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#75) Public method name "XliffFileDumperTest::testFormatCatalogueWithTargetAttributesMetadata" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#91) Public method name "XliffFileDumperTest::testFormatCatalogueWithNotesMetadata" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/YamlFileDumperTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "YamlFileDumperTest::testTreeFormatCatalogue" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Line exceeds 132 characters; contains 168 characters
(#34) Public method name "YamlFileDumperTest::testLinearFormatCatalogue" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Extractor/PhpExtractorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "PhpExtractorTest::testExtraction" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Variable "expectedHeredoc" must be all lower-case
(#38) Variable "expectedNowdoc" must be all lower-case
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "expectedCatalogue" must be all lower-case
(#48) Line exceeds 132 characters; contains 155 characters
(#49) Line exceeds 132 characters; contains 161 characters
(#51) Variable "expectedHeredoc" must be all lower-case
(#51) Variable "expectedHeredoc" must be all lower-case
(#52) Variable "expectedNowdoc" must be all lower-case
(#52) Variable "expectedNowdoc" must be all lower-case
(#53) Line exceeds maximum limit of 180 characters; contains 187 characters
(#67) Variable "actualCatalogue" must be all lower-case
(#69) Variable "expectedCatalogue" must be all lower-case
(#69) Variable "actualCatalogue" must be all lower-case
(#72) Public method name "PhpExtractorTest::resourcesProvider" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#75) Variable "splFiles" must be all lower-case
(#76) Variable "fileInfo" must be all lower-case
(#77) Variable "fileInfo" must be all lower-case
(#80) Variable "fileInfo" must be all lower-case
(#81) Variable "phpFile" must be all lower-case
(#81) Variable "fileInfo" must be all lower-case
(#83) Variable "splFiles" must be all lower-case
(#83) Variable "fileInfo" must be all lower-case
(#88) Variable "phpFile" must be all lower-case
(#90) Variable "splFiles" must be all lower-case
(#92) Variable "splFiles" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Tests/Formatter/MessageFormatterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "MessageFormatterTest::testFormat" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#30) Public method name "MessageFormatterTest::testFormatPlural" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#35) Public method name "MessageFormatterTest::getTransMessages" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#55) Public method name "MessageFormatterTest::getTransChoiceMessages" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#70) Line exceeds 132 characters; contains 154 characters
(#71) Line exceeds 132 characters; contains 146 characters
(#72) Line exceeds 132 characters; contains 150 characters
(#78) Private method name "MessageFormatterTest::getMessageFormatter" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/IdentityTranslatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "IdentityTranslatorTest::testTrans" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#33) Public method name "IdentityTranslatorTest::testTransChoiceWithExplicitLocale" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#44) Public method name "IdentityTranslatorTest::testTransChoiceWithDefaultLocale" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#53) Public method name "IdentityTranslatorTest::testGetSetLocale" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#61) Public method name "IdentityTranslatorTest::testGetLocaleReturnsDefaultLocaleIfNotSet" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Public method name "IdentityTranslatorTest::getTransTests" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#83) Public method name "IdentityTranslatorTest::getTransChoiceTests" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#86) Line exceeds 132 characters; contains 150 characters
(#87) Line exceeds 132 characters; contains 149 characters
(#88) Line exceeds 132 characters; contains 152 characters
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/symfony/translation/Tests/IntervalTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "IntervalTest::testTest" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#30) Public method name "IntervalTest::testTestException" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#35) Public method name "IntervalTest::getTests" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/CsvFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "CsvFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "CsvFileLoaderTest::testLoadDoesNothingIfEmpty" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#45) Public method name "CsvFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#55) Public method name "CsvFileLoaderTest::testLoadNonLocalResource" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/IcuDatFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "IcuDatFileLoaderTest::testLoadInvalidResource" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#31) Public method name "IcuDatFileLoaderTest::testDatEnglishLoad" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Public method name "IcuDatFileLoaderTest::testDatFrenchLoad" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#59) Public method name "IcuDatFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/IcuResFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "IcuResFileLoaderTest::testLoad" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Public method name "IcuResFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#46) Public method name "IcuResFileLoaderTest::testLoadInvalidResource" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/IniFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "IniFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "IniFileLoaderTest::testLoadDoesNothingIfEmpty" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#45) Public method name "IniFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/JsonFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "JsonFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "JsonFileLoaderTest::testLoadDoesNothingIfEmpty" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#45) Public method name "JsonFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#56) Public method name "JsonFileLoaderTest::testParseException" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/LocalizedTestCase.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/MoFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "MoFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "MoFileLoaderTest::testLoadPlurals" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#45) Public method name "MoFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#55) Public method name "MoFileLoaderTest::testLoadInvalidResource" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#62) Public method name "MoFileLoaderTest::testLoadEmptyTranslation" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/PhpFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "PhpFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#34) Public method name "PhpFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#44) Public method name "PhpFileLoaderTest::testLoadThrowsAnExceptionIfFileNotLocal" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/PoFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "PoFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "PoFileLoaderTest::testLoadPlurals" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#42) Public method name "PoFileLoaderTest::testLoadDoesNothingIfEmpty" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#56) Public method name "PoFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#63) Public method name "PoFileLoaderTest::testLoadEmptyTranslation" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#74) Public method name "PoFileLoaderTest::testEscapedId" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#85) Public method name "PoFileLoaderTest::testEscapedIdPlurals" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#98) Public method name "PoFileLoaderTest::testSkipFuzzyTranslations" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/QtFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "QtFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#34) Public method name "QtFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#44) Public method name "QtFileLoaderTest::testLoadNonLocalResource" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#54) Public method name "QtFileLoaderTest::testLoadInvalidResource" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#61) Public method name "QtFileLoaderTest::testLoadEmptyResource" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) Line exceeds 132 characters; contains 152 characters
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/XliffFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "XliffFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#32) Public method name "XliffFileLoaderTest::testLoadWithInternalErrorsEnabled" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#34) Variable "internalErrors" must be all lower-case
(#47) Variable "internalErrors" must be all lower-case
(#50) Public method name "XliffFileLoaderTest::testLoadWithExternalEntitiesDisabled" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#52) Variable "disableEntities" must be all lower-case
(#58) Variable "disableEntities" must be all lower-case
(#64) Public method name "XliffFileLoaderTest::testLoadWithResname" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#72) Public method name "XliffFileLoaderTest::testIncompleteResource" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#80) Public method name "XliffFileLoaderTest::testEncoding" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#87) Line exceeds 132 characters; contains 150 characters
(#90) Public method name "XliffFileLoaderTest::testTargetAttributesAreStoredCorrectly" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#102) Public method name "XliffFileLoaderTest::testLoadInvalidResource" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#111) Public method name "XliffFileLoaderTest::testLoadResourceDoesNotValidate" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#120) Public method name "XliffFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#130) Public method name "XliffFileLoaderTest::testLoadThrowsAnExceptionIfFileNotLocal" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#141) Public method name "XliffFileLoaderTest::testDocTypeIsNotAllowed" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
(#147) Public method name "XliffFileLoaderTest::testParseEmptyFile" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#156) Line exceeds 132 characters; contains 152 characters
(#162) Public method name "XliffFileLoaderTest::testLoadNotes" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#167) Line exceeds 132 characters; contains 153 characters
(#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) Line exceeds 132 characters; contains 155 characters
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Line exceeds maximum limit of 180 characters; contains 199 characters
(#174) Public method name "XliffFileLoaderTest::testLoadVersion2" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#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
(#192) Public method name "XliffFileLoaderTest::testLoadVersion2WithNoteMeta" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#232) Public method name "XliffFileLoaderTest::testLoadVersion2WithMultiSegmentUnit" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/YamlFileLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "YamlFileLoaderTest::testLoad" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "YamlFileLoaderTest::testLoadDoesNothingIfEmpty" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#45) Public method name "YamlFileLoaderTest::testLoadNonExistingResource" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#55) Public method name "YamlFileLoaderTest::testLoadThrowsAnExceptionIfFileNotLocal" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#65) Public method name "YamlFileLoaderTest::testLoadThrowsAnExceptionIfNotAnArray" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/LoggingTranslatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "LoggingTranslatorTest::testTransWithNoTranslationIsLogged" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#27) Space found before semicolon; expected ");" but found ") ;"
(#30) Variable "loggableTranslator" must be all lower-case
(#31) Variable "loggableTranslator" must be all lower-case
(#32) Variable "loggableTranslator" must be all lower-case
(#35) Public method name "LoggingTranslatorTest::testTransChoiceFallbackIsLogged" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#41) Space found before semicolon; expected ");" but found ") ;"
(#47) Variable "loggableTranslator" must be all lower-case
(#48) Variable "loggableTranslator" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Tests/MessageCatalogueTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Public method name "MessageCatalogueTest::testGetLocale" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#26) Public method name "MessageCatalogueTest::testGetDomains" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#33) Public method name "MessageCatalogueTest::testAll" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Line exceeds 132 characters; contains 139 characters
(#42) Public method name "MessageCatalogueTest::testHas" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#51) Public method name "MessageCatalogueTest::testGetSet" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#60) Public method name "MessageCatalogueTest::testAdd" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#76) Public method name "MessageCatalogueTest::testReplace" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#84) Public method name "MessageCatalogueTest::testAddCatalogue" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#106) Public method name "MessageCatalogueTest::testAddFallbackCatalogue" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#138) Public method name "MessageCatalogueTest::testAddFallbackCatalogueWithParentCircularReference" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#150) Public method name "MessageCatalogueTest::testAddFallbackCatalogueWithFallbackCircularReference" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#164) Public method name "MessageCatalogueTest::testAddCatalogueWhenLocaleIsNotTheSameAsTheCurrentOne" must be in lower-case letters only
(#165) Opening brace should be on the same line as the declaration
(#170) Public method name "MessageCatalogueTest::testGetAddResource" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#184) Public method name "MessageCatalogueTest::testMetadataDelete" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#193) Public method name "MessageCatalogueTest::testMetadataSetGetDelete" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#209) Public method name "MessageCatalogueTest::testMetadataMerge" must be in lower-case letters only
(#210) Opening brace should be on the same line as the declaration
(#220) Line exceeds 132 characters; contains 161 characters
blocks/mfavatar/vendor/symfony/translation/Tests/MessageSelectorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "MessageSelectorTest::testChoose" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#29) Public method name "MessageSelectorTest::testReturnMessageIfExactlyOneStandardRuleIsGiven" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#40) Public method name "MessageSelectorTest::testThrowExceptionIfMatchingMessageCannotBeFound" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#47) Public method name "MessageSelectorTest::getNonMatchingMessages" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#57) Public method name "MessageSelectorTest::getChooseTests" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#66) Line exceeds 132 characters; contains 133 characters
(#68) Line exceeds 132 characters; contains 137 characters
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line exceeds 132 characters; contains 171 characters
(#92) Line exceeds 132 characters; contains 160 characters
(#93) Line exceeds 132 characters; contains 172 characters
(#94) Line exceeds 132 characters; contains 161 characters
(#95) Line exceeds 132 characters; contains 163 characters
(#96) Line exceeds 132 characters; contains 163 characters
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#126) Line exceeds maximum limit of 180 characters; contains 252 characters
(#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
(#128) Line exceeds maximum limit of 180 characters; contains 252 characters
(#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) Line exceeds 132 characters; contains 164 characters
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/symfony/translation/Tests/PluralizationRulesTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Public method name "PluralizationRulesTest::testFailedLangcodes" must be in lower-case letters only
(#39) Variable "langCodes" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "langCodes" must be all lower-case
(#48) Public method name "PluralizationRulesTest::testLangcodes" must be in lower-case letters only
(#48) Variable "langCodes" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#50) Variable "langCodes" must be all lower-case
(#61) Public method name "PluralizationRulesTest::successLangcodes" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#80) Public method name "PluralizationRulesTest::failingLangcodes" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#98) Protected method name "PluralizationRulesTest::validateMatrix" must be in lower-case letters only
(#98) Variable "expectSuccess" must be all lower-case
(#99) Opening brace should be on the same line as the declaration
(#100) Variable "langCode" must be all lower-case
(#102) Variable "expectSuccess" must be all lower-case
(#103) Variable "langCode" must be all lower-case
(#105) Variable "langCode" must be all lower-case
(#110) Protected method name "PluralizationRulesTest::generateTestData" must be in lower-case letters only
(#110) Variable "langCodes" must be all lower-case
(#111) Opening brace should be on the same line as the declaration
(#113) Variable "langCodes" must be all lower-case
(#113) Variable "langCode" must be all lower-case
(#115) Variable "langCode" must be all lower-case
(#116) Variable "langCode" must be all lower-case
blocks/mfavatar/vendor/symfony/translation/Tests/TranslatorCacheTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "tmpDir" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#32) Opening brace should be on the same line as the declaration
(#36) Protected method name "TranslatorCacheTest::deleteTmpDir" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#42) Line exceeds 132 characters; contains 140 characters
(#59) Public method name "TranslatorCacheTest::testThatACacheIsUsed" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Public method name "TranslatorCacheTest::testCatalogueIsReloadedWhenResourcesAreNoLongerFresh" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#96) Line exceeds 132 characters; contains 149 characters
(#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
(#104) Space found before semicolon; expected ");" but found ") ;"
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Public method name "TranslatorCacheTest::testDifferentTranslatorsForSameLocaleDoNotOverwriteEachOthersCache" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line exceeds 132 characters; contains 163 characters
(#152) Public method name "TranslatorCacheTest::testGeneratedCacheFilesAreOnlyBelongRequestedLocales" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#158) Variable "cachedFiles" must be all lower-case
(#160) Variable "cachedFiles" must be all lower-case
(#163) Public method name "TranslatorCacheTest::testDifferentCacheFilesAreUsedForDifferentSetsOfFallbackLocales" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Public method name "TranslatorCacheTest::testPrimaryAndFallbackCataloguesContainTheSameMessagesRegardlessOfCaching" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Public method name "TranslatorCacheTest::testRefreshCacheWhenResourcesAreNoLongerFresh" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Protected method name "TranslatorCacheTest::getCatalogue" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#277) Public method name "TranslatorCacheTest::runForDebugAndProduction" must be in lower-case letters only
(#278) Opening brace should be on the same line as the declaration
(#285) Private method name "TranslatorCacheTest::createFailingLoader" must be in lower-case letters only
(#286) Opening brace should be on the same line as the declaration
(#298) Public method name "StaleResource::isFresh" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#303) Public method name "StaleResource::getResource" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#308) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/TranslatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "TranslatorTest::testConstructorInvalidLocale" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#33) Public method name "TranslatorTest::testConstructorValidLocale" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#40) Public method name "TranslatorTest::testConstructorWithoutLocale" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#47) Public method name "TranslatorTest::testSetGetLocale" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#61) Public method name "TranslatorTest::testSetInvalidLocale" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) Public method name "TranslatorTest::testSetValidLocale" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#78) Public method name "TranslatorTest::testGetCatalogue" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#88) Public method name "TranslatorTest::testGetCatalogueReturnsConsolidatedCatalogue" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#112) Public method name "TranslatorTest::testSetFallbackLocales" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Public method name "TranslatorTest::testSetFallbackLocalesMultiple" must be in lower-case letters only
(#127) 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
(#144) Public method name "TranslatorTest::testSetFallbackInvalidLocales" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#153) Public method name "TranslatorTest::testSetFallbackValidLocales" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Public method name "TranslatorTest::testTransWithFallbackLocale" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#176) Public method name "TranslatorTest::testAddResourceInvalidLocales" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#185) Public method name "TranslatorTest::testAddResourceValidLocales" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Public method name "TranslatorTest::testAddResourceAfterTrans" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#211) Public method name "TranslatorTest::testTransWithoutFallbackLocaleFile" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#213) Variable "loaderClass" must be all lower-case
(#215) Variable "loaderClass" must be all lower-case
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Public method name "TranslatorTest::testTransWithFallbackLocaleFile" must be in lower-case letters only
(#227) Opening brace should be on the same line as the declaration
(#228) Variable "loaderClass" must be all lower-case
(#230) Variable "loaderClass" must be all lower-case
(#237) Public method name "TranslatorTest::testTransWithFallbackLocaleBis" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#246) Public method name "TranslatorTest::testTransWithFallbackLocaleTer" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#259) Public method name "TranslatorTest::testTransNonExistentWithFallback" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#270) Public method name "TranslatorTest::testWhenAResourceHasNoRegisteredLoader" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#278) Public method name "TranslatorTest::testNestedFallbackCatalogueWhenUsingMultipleLocales" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#288) Public method name "TranslatorTest::testFallbackCatalogueResources" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Public method name "TranslatorTest::testTrans" must be in lower-case letters only
(#312) Opening brace should be on the same line as the declaration
(#324) Public method name "TranslatorTest::testTransInvalidLocale" must be in lower-case letters only
(#325) Opening brace should be on the same line as the declaration
(#336) Public method name "TranslatorTest::testTransValidLocale" must be in lower-case letters only
(#337) Opening brace should be on the same line as the declaration
(#349) Public method name "TranslatorTest::testFlattenedTrans" must be in lower-case letters only
(#350) Opening brace should be on the same line as the declaration
(#361) Public method name "TranslatorTest::testTransChoice" must be in lower-case letters only
(#362) Opening brace should be on the same line as the declaration
(#374) Public method name "TranslatorTest::testTransChoiceInvalidLocale" must be in lower-case letters only
(#375) Opening brace should be on the same line as the declaration
(#386) Public method name "TranslatorTest::testTransChoiceValidLocale" must be in lower-case letters only
(#387) Opening brace should be on the same line as the declaration
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Public method name "TranslatorTest::getTransFileTests" must be in lower-case letters only
(#398) Opening brace should be on the same line as the declaration
(#412) Public method name "TranslatorTest::getTransTests" must be in lower-case letters only
(#413) Opening brace should be on the same line as the declaration
(#421) Public method name "TranslatorTest::getFlattenedTransTests" must be in lower-case letters only
(#422) Opening brace should be on the same line as the declaration
(#444) Public method name "TranslatorTest::getTransChoiceTests" must be in lower-case letters only
(#445) Opening brace should be on the same line as the declaration
(#447) Line exceeds maximum limit of 180 characters; contains 201 characters
(#448) Line exceeds maximum limit of 180 characters; contains 201 characters
(#449) Line exceeds maximum limit of 180 characters; contains 204 characters
(#451) Line exceeds 132 characters; contains 150 characters
(#452) Line exceeds 132 characters; contains 150 characters
(#453) Line exceeds 132 characters; contains 153 characters
(#455) Line exceeds 132 characters; contains 172 characters
(#456) Line exceeds 132 characters; contains 172 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#459) Line exceeds maximum limit of 180 characters; contains 231 characters
(#460) Line exceeds maximum limit of 180 characters; contains 223 characters
(#461) Line exceeds maximum limit of 180 characters; contains 226 characters
(#463) Line exceeds maximum limit of 180 characters; contains 218 characters
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) Line exceeds maximum limit of 180 characters; contains 204 characters
(#470) Public method name "TranslatorTest::getInvalidLocalesTests" must be in lower-case letters only
(#471) Opening brace should be on the same line as the declaration
(#487) Public method name "TranslatorTest::getValidLocalesTests" must be in lower-case letters only
(#488) Opening brace should be on the same line as the declaration
(#504) Public method name "TranslatorTest::testTransChoiceFallback" must be in lower-case letters only
(#505) Opening brace should be on the same line as the declaration
(#514) Public method name "TranslatorTest::testTransChoiceFallbackBis" must be in lower-case letters only
(#515) Opening brace should be on the same line as the declaration
(#524) Public method name "TranslatorTest::testTransChoiceFallbackWithNoTranslation" must be in lower-case letters only
(#525) Opening brace should be on the same line as the declaration
(#530) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) Opening brace should be on the same line as the declaration
(#546) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/Util/ArrayConverterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "ArrayConverterTest::testDump" must be in lower-case letters only
(#22) Variable "expectedOutput" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Variable "expectedOutput" must be all lower-case
(#27) Public method name "ArrayConverterTest::messagesData" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
blocks/mfavatar/vendor/symfony/translation/Tests/Writer/TranslationWriterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "TranslationWriterTest::testWrite" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#36) Public method name "TranslationWriterTest::testDisableBackup" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#38) Variable "nonBackupDumper" must be all lower-case
(#39) Variable "backupDumper" must be all lower-case
(#42) Variable "nonBackupDumper" must be all lower-case
(#43) Variable "backupDumper" must be all lower-case
(#46) Variable "backupDumper" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#65) Public method name "BackupDumper::setBackup" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Tests/fixtures/extractor/translation.html.php
(#1) The first thing in a PHP file must be the <?php tag.
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#43) Line exceeds 132 characters; contains 145 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#49) A closing tag is not permitted at the end of a PHP file
blocks/mfavatar/vendor/symfony/translation/Tests/fixtures/resources.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/mfavatar/vendor/symfony/translation/Translator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Member variable "fallbackLocales" must be all lower-case
(#64) Member variable "cacheDir" must be all lower-case
(#74) Member variable "configCacheFactory" must be all lower-case
(#79) Expected 1 space before "?"; 0 found
(#79) Expected 1 space after "?"; 0 found
(#79) Variable "cacheDir" must be all lower-case
(#79) Line exceeds 132 characters; contains 139 characters
(#80) Opening brace should be on the same line as the declaration
(#88) Variable "cacheDir" must be all lower-case
(#92) Public method name "Translator::setConfigCacheFactory" must be in lower-case letters only
(#92) Variable "configCacheFactory" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#94) Variable "configCacheFactory" must be all lower-case
(#103) Public method name "Translator::addLoader" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#118) Public method name "Translator::addResource" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#138) Public method name "Translator::setLocale" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#147) Public method name "Translator::getLocale" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#159) Public method name "Translator::setFallbackLocales" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Public method name "Translator::getFallbackLocales" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#185) Opening brace should be on the same line as the declaration
(#196) Public method name "Translator::transChoice" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#199) Line exceeds 132 characters; contains 135 characters
(#224) Public method name "Translator::getCatalogue" must be in lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#244) Protected method name "Translator::getLoaders" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#252) Protected method name "Translator::loadCatalogue" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#264) Protected method name "Translator::initializeCatalogue" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#278) Private method name "Translator::initializeCacheCatalogue" must be in lower-case letters only
(#278) Expected 1 space before ":"; 0 found
(#279) Opening brace should be on the same line as the declaration
(#298) "include" must be immediately followed by an open parenthesis
(#301) Private method name "Translator::dumpCatalogue" must be in lower-case letters only
(#302) Opening brace should be on the same line as the declaration
(#304) Variable "fallbackContent" must be all lower-case
(#320) Variable "fallbackContent" must be all lower-case
(#326) Private method name "Translator::getFallbackContent" must be in lower-case letters only
(#327) Opening brace should be on the same line as the declaration
(#328) Variable "fallbackContent" must be all lower-case
(#330) Variable "replacementPattern" must be all lower-case
(#331) Variable "fallbackCatalogue" must be all lower-case
(#332) Variable "fallbackCatalogue" must be all lower-case
(#333) Variable "fallbackCatalogue" must be all lower-case
(#334) Variable "fallbackSuffix" must be all lower-case
(#334) Variable "replacementPattern" must be all lower-case
(#335) Variable "currentSuffix" must be all lower-case
(#335) Variable "replacementPattern" must be all lower-case
(#337) Variable "fallbackContent" must be all lower-case
(#343) Variable "fallbackSuffix" must be all lower-case
(#345) Variable "fallbackCatalogue" must be all lower-case
(#346) Variable "currentSuffix" must be all lower-case
(#347) Variable "fallbackSuffix" must be all lower-case
(#349) Variable "fallbackCatalogue" must be all lower-case
(#350) Variable "fallbackCatalogue" must be all lower-case
(#350) Variable "fallbackCatalogue" must be all lower-case
(#353) Variable "fallbackContent" must be all lower-case
(#356) Private method name "Translator::getCatalogueCachePath" must be in lower-case letters only
(#357) Opening brace should be on the same line as the declaration
(#358) Line exceeds 132 characters; contains 166 characters
(#361) Private method name "Translator::doLoadCatalogue" must be in lower-case letters only
(#362) Opening brace should be on the same line as the declaration
(#375) Private method name "Translator::loadFallbackCatalogues" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#384) Variable "fallbackCatalogue" must be all lower-case
(#386) Variable "fallbackCatalogue" must be all lower-case
(#388) Variable "fallbackCatalogue" must be all lower-case
(#389) Variable "fallbackCatalogue" must be all lower-case
(#393) Protected method name "Translator::computeFallbackLocales" must be in lower-case letters only
(#394) Opening brace should be on the same line as the declaration
(#418) Protected method name "Translator::assertValidLocale" must be in lower-case letters only
(#419) Opening brace should be on the same line as the declaration
(#429) Private method name "Translator::getConfigCacheFactory" must be in lower-case letters only
(#430) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/TranslatorBagInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Public method name "TranslatorBagInterface::getCatalogue" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/TranslatorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#50) Public method name "TranslatorInterface::transChoice" must be in lower-case letters only
(#59) Public method name "TranslatorInterface::setLocale" must be in lower-case letters only
(#66) Public method name "TranslatorInterface::getLocale" must be in lower-case letters only
blocks/mfavatar/vendor/symfony/translation/Util/ArrayConverter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Public method name "ArrayConverter::expandToTree" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#41) Variable "referenceToElement" must be all lower-case
(#43) Variable "referenceToElement" must be all lower-case
(#45) Variable "referenceToElement" must be all lower-case
(#51) Private method name "ArrayConverter::getElementByPath" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#54) Variable "parentOfElem" must be all lower-case
(#68) Variable "parentOfElem" must be all lower-case
(#72) Variable "parentOfElem" must be all lower-case
(#81) Variable "parentOfElem" must be all lower-case
(#87) Private method name "ArrayConverter::cancelExpand" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
blocks/mfavatar/vendor/symfony/translation/Writer/TranslationWriter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Public method name "TranslationWriter::addDumper" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#44) Public method name "TranslationWriter::disableBackup" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#60) Public method name "TranslationWriter::getFormats" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#75) Opening brace should be on the same line as the declaration
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line exceeds 132 characters; contains 137 characters
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/vendor/symfony/translation/Writer/TranslationWriterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/mfavatar/version.php
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/mfavatar/view/view.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline doc block comments are not allowed; use "// Comment." instead

Javascript coding style problems

(164 errors, 2226 warnings)

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

blocks/mfavatar/js/swfobject.js
(#1) Unexpected tab character. (no-tabs)
(#2) Unexpected tab character. (no-tabs)
(#4) Line 4 exceeds the maximum line length of 132. (max-len)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) This line has 423 statements. Maximum allowed is 2. (max-statements-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'ActiveXObject' is not defined. (no-undef)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Blocks are nested too deeply (5). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Empty block statement. (no-empty)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'w3'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'pv'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'wk'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ie'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'win'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'mac'. (key-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'k' is assigned a value but never used. (no-unused-vars)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Avoid arguments.callee. (no-caller)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "try". (keyword-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Avoid arguments.callee. (no-caller)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Avoid arguments.callee. (no-caller)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "try". (keyword-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Avoid arguments.callee. (no-caller)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'success'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'id'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Blocks are nested too deeply (5). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Blocks are nested too deeply (6). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (6). (max-depth)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (7). (max-depth)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (7). (max-depth)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Blocks are nested too deeply (7). (max-depth)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Blocks are nested too deeply (8). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (7). (max-depth)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Blocks are nested too deeply (5). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'success'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'id'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Avoid arguments.callee. (no-caller)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Avoid arguments.callee. (no-caller)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Blocks are nested too deeply (5). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (5). (max-depth)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (6). (max-depth)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (7). (max-depth)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Blocks are nested too deeply (5). (max-depth)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Blocks are nested too deeply (6). (max-depth)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Avoid arguments.callee. (no-caller)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Empty block statement. (no-empty)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unnecessary escape character: \". (no-useless-escape)
(#4) Unnecessary escape character: \.. (no-useless-escape)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) 'd' is assigned a value but never used. (no-unused-vars)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'registerObject'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing space before value for key 'success'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'id'. (key-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of method 'getObjectById'. (consistent-return)
(#4) Missing space before value for key 'getObjectById'. (key-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'embedSWF'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'success'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'id'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'switchOffAutoHideShow'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ua'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'getFlashPlayerVersion'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'major'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'minor'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'release'. (key-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'hasFlashPlayerVersion'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'createSWF'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'showExpressInstall'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'removeSWF'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'createCSS'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'addDomLoadEvent'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'addLoadEvent'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'getQueryParamValue'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'expressInstallCallback'. (key-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
blocks/mfavatar/module.js
(#1) Comments should not begin with a lowercase character (capitalized-comments)
(#11) Identifier 'block_mfavatar' is not in camel case. (camelcase)
(#12) Extra space after key 'log'. (key-spacing)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14) Expected space(s) after "try". (keyword-spacing)
(#15) Unexpected console statement. (no-console)
(#16) Empty block statement. (no-empty)
(#20) Extra space after key 'init'. (key-spacing)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Missing space before opening brace. (space-before-blocks)
(#24) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#35) 'swfobject' is not defined. (no-undef)
(#40) Extra space after key 'menu'. (key-spacing)
(#41) Extra space after key 'scale'. (key-spacing)
(#42) Extra space after key 'allowFullscreen'. (key-spacing)
(#44) Extra space after key 'wmode'. (key-spacing)
(#45) Extra space after key 'bgcolor'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#48) Unexpected space before function parentheses. (space-before-function-paren)
(#48) 'e' is defined but never used. (no-unused-vars)
(#48) Missing space before opening brace. (space-before-blocks)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Comments should not begin with a lowercase character (capitalized-comments)
(#54) Extra space after key 'webrtc_load'. (key-spacing)
(#54) Identifier 'webrtc_load' is not in camel case. (camelcase)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#55) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#61) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#66) Comments should not begin with a lowercase character (capitalized-comments)
(#69) Comments should not begin with a lowercase character (capitalized-comments)
(#70) A space is required after ','. (comma-spacing)
(#71) Comments should not begin with a lowercase character (capitalized-comments)
(#75) 'canvas' is not defined. (no-undef)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) 'canvas' is not defined. (no-undef)
(#75) Infix operators must be spaced. (space-infix-ops)
(#78) 'YUI' is not defined. (no-undef)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#80) Comments should not begin with a lowercase character (capitalized-comments)
(#82) Extra space after key 'method'. (key-spacing)
(#85) 'request' is assigned a value but never used. (no-unused-vars)
(#87) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Comments should not begin with a lowercase character (capitalized-comments)
(#111) Missing JSDoc comment. (require-jsdoc)
(#111) Missing space before opening brace. (space-before-blocks)
(#113) Comments should not begin with a lowercase character (capitalized-comments)
(#114) Missing space before opening brace. (space-before-blocks)
(#116) Expected space(s) after "else". (keyword-spacing)
(#116) Expected space(s) before "else". (keyword-spacing)
(#121) Missing JSDoc comment. (require-jsdoc)
(#121) 'arguments' is defined but never used. (no-unused-vars)
(#122) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#123) Expected space(s) after "try". (keyword-spacing)
(#126) Expected space(s) after "if". (keyword-spacing)
(#127) Comments should not begin with a lowercase character (capitalized-comments)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Missing space before opening brace. (space-before-blocks)
(#132) Unexpected console statement. (no-console)
(#136) Missing JSDoc comment. (require-jsdoc)
(#137) Unexpected console statement. (no-console)
(#142) Identifier 'webrtc_is_supported' is not in camel case. (camelcase)
(#142) Unexpected space before function parentheses. (space-before-function-paren)
(#145) Extra space after key 'saved'. (key-spacing)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#149) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#152) Unexpected space before function parentheses. (space-before-function-paren)
(#153) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#160) Extra space after key 'error'. (key-spacing)
(#160) Unexpected space before function parentheses. (space-before-function-paren)
(#160) Missing space before opening brace. (space-before-blocks)

CSS problems

(4 errors, 0 warnings)

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

blocks/mfavatar/styles.css
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#5) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#12) Expected single space before "{" (block-opening-brace-space-before)

PHPDocs style problems

(3231 errors, 1212 warnings)

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

blocks/mfavatar/block_mfavatar.php
(#28) Class block_mfavatar is not documented
(#30) Function block_mfavatar::init is not documented
(#34) Function block_mfavatar::instance_allow_multiple is not documented
(#38) Function block_mfavatar::has_config is not documented
(#42) Function block_mfavatar::applicable_formats is not documented
(#49) Function block_mfavatar::instance_allow_config is not documented
(#53) Function block_mfavatar::specialization is not documented
(#63) Function block_mfavatar::get_content is not documented
blocks/mfavatar/classes/avatargenerator.php
(#36) Class avatargenerator is not documented
(#38) Variable avatargenerator::$config is not documented
(#17) No one-line description found in phpdocs for file
(#131) Phpdocs for function avatargenerator::set_avatar_single_user has incomplete parameters list
(#174) Phpdocs for function avatargenerator::get_avatar has incomplete parameters list
(#22) Package moodlefreak-block_mfavatar is not valid
blocks/mfavatar/classes/observer.php
(#30) Class observer is not documented
(#22) Package moodlefreak-block_mfavatar is not valid
blocks/mfavatar/classes/privacy/provider.php
(#31) Class provider is not documented
(#22) Package moodlefreak-block_mfavatar is not valid
blocks/mfavatar/classes/task/update_avatars.php
(#33) Class update_avatars is not documented
(#35) There is no description in phpdocs for function get_name
(#22) Package moodlefreak-block_mfavatar is not valid
blocks/mfavatar/db/events.php
(#22) Package moodlefreak-block_mfavatar is not valid
blocks/mfavatar/db/tasks.php
(#22) Package moodlefreak-block_mfavatar is not valid
blocks/mfavatar/renderer.php
(#17) File-level phpdocs block is not found
blocks/mfavatar/vendor/autoload.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
blocks/mfavatar/vendor/composer/ClassLoader.php
(#2) Empty line found after PHP open tag
(#13) File-level phpdocs block is not found
(#60) Function ClassLoader::getPrefixes is not documented
(#69) Function ClassLoader::getPrefixesPsr4 is not documented
(#74) Function ClassLoader::getFallbackDirs is not documented
(#79) Function ClassLoader::getFallbackDirsPsr4 is not documented
(#84) Function ClassLoader::getClassMap is not documented
(#370) Function ClassLoader::findFileWithExtension is not documented
(#46) Variable ClassLoader::$prefixLengthsPsr4 is not documented
(#47) Variable ClassLoader::$prefixDirsPsr4 is not documented
(#48) Variable ClassLoader::$fallbackDirsPsr4 is not documented
(#51) Variable ClassLoader::$prefixesPsr0 is not documented
(#52) Variable ClassLoader::$fallbackDirsPsr0 is not documented
(#54) Variable ClassLoader::$useIncludePath is not documented
(#55) Variable ClassLoader::$classMap is not documented
(#56) Variable ClassLoader::$classMapAuthoritative is not documented
(#57) Variable ClassLoader::$missingClasses is not documented
(#58) Variable ClassLoader::$apcuPrefix is not documented
(#89) There is no description in phpdocs for function addClassMap
(#437) Phpdocs for function includeFile has incomplete parameters list
(#15) Class ClassLoader does not have @copyright tag
(#15) Class ClassLoader does not have @license tag
(#15) Package is not specified for class ClassLoader. It is also not specified in file-level phpdocs
(#437) Package is not specified for function includeFile. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/composer/autoload_classmap.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
blocks/mfavatar/vendor/composer/autoload_files.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
blocks/mfavatar/vendor/composer/autoload_namespaces.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
blocks/mfavatar/vendor/composer/autoload_psr4.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
blocks/mfavatar/vendor/composer/autoload_real.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#5) Class ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494 is not documented
(#9) Function ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494::loadClassLoader is not documented
(#16) Function ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494::getLoader is not documented
(#63) Function composerRequired5738815eb53bbcc1b0898f9cac5d494 is not documented
(#7) Variable ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494::$loader is not documented
(#5) Package is not specified for class ComposerAutoloaderInitd5738815eb53bbcc1b0898f9cac5d494. It is also not specified in file-level phpdocs
(#63) Package is not specified for function composerRequired5738815eb53bbcc1b0898f9cac5d494. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/composer/autoload_static.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#7) Class ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494 is not documented
(#109) Function ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494::getInitializer is not documented
(#9) Variable ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494::$files is not documented
(#16) Variable ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494::$prefixLengthsPsr4 is not documented
(#50) Variable ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494::$prefixDirsPsr4 is not documented
(#105) Variable ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494::$fallbackDirsPsr4 is not documented
(#7) Package is not specified for class ComposerStaticInitd5738815eb53bbcc1b0898f9cac5d494. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/danielstjules/stringy/src/Create.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#6) Package is not specified for function create. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/danielstjules/stringy/src/StaticStringy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class StaticStringy does not have @copyright tag
(#9) Class StaticStringy does not have @license tag
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#12) Not recommended phpdocs tag @method used
(#9) Package is not specified for class StaticStringy. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/danielstjules/stringy/src/Stringy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Class Stringy is not documented
(#1142) Function Stringy::shuffle is not documented
(#1974) Function Stringy::supportsEncoding is not documented
(#1937) Phpdocs for function Stringy::eregReplace has incomplete parameters list
(#13) Package is not specified for class Stringy. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
(#20) File-level phpdocs block is not found
(#262) Phpdocs for function Inflector::tableize has incomplete parameters list
(#270) Phpdocs for function Inflector::classify has incomplete parameters list
(#278) Phpdocs for function Inflector::camelize has incomplete parameters list
(#349) Phpdocs for function Inflector::rules has incomplete parameters list
(#22) Class Inflector does not have @copyright tag
(#22) Class Inflector does not have @license tag
(#22) Package is not specified for class Inflector. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/AppendStream.php
(#2) File-level phpdocs block is not found
(#32) Function AppendStream::__toString is not documented
(#63) Function AppendStream::getContents is not documented
(#95) Function AppendStream::tell is not documented
(#123) Function AppendStream::eof is not documented
(#130) Function AppendStream::rewind is not documented
(#209) Function AppendStream::isReadable is not documented
(#214) Function AppendStream::isWritable is not documented
(#219) Function AppendStream::isSeekable is not documented
(#224) Function AppendStream::write is not documented
(#229) Function AppendStream::getMetadata is not documented
(#16) Variable AppendStream::$seekable is not documented
(#17) Variable AppendStream::$current is not documented
(#18) Variable AppendStream::$pos is not documented
(#19) Variable AppendStream::$detached is not documented
(#21) There is no description in phpdocs for function __construct
(#135) Phpdocs for function AppendStream::seek has incomplete parameters list
(#169) Phpdocs for function AppendStream::read has incomplete parameters list
(#6) Class AppendStream does not have @copyright tag
(#6) Class AppendStream does not have @license tag
(#6) Package is not specified for class AppendStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/BufferStream.php
(#2) File-level phpdocs block is not found
(#31) Function BufferStream::__toString is not documented
(#36) Function BufferStream::getContents is not documented
(#44) Function BufferStream::close is not documented
(#49) Function BufferStream::detach is not documented
(#54) Function BufferStream::getSize is not documented
(#59) Function BufferStream::isReadable is not documented
(#64) Function BufferStream::isWritable is not documented
(#69) Function BufferStream::isSeekable is not documented
(#74) Function BufferStream::rewind is not documented
(#79) Function BufferStream::seek is not documented
(#84) Function BufferStream::eof is not documented
(#89) Function BufferStream::tell is not documented
(#129) Function BufferStream::getMetadata is not documented
(#16) Variable BufferStream::$hwm is not documented
(#17) Variable BufferStream::$buffer is not documented
(#6) No one-line description found in phpdocs for class BufferStream
(#19) There is no description in phpdocs for function __construct
(#94) Phpdocs for function BufferStream::read has incomplete parameters list
(#114) Phpdocs for function BufferStream::write has incomplete parameters list
(#6) Class BufferStream does not have @copyright tag
(#6) Class BufferStream does not have @license tag
(#6) Package is not specified for class BufferStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/CachingStream.php
(#2) File-level phpdocs block is not found
(#34) Function CachingStream::getSize is not documented
(#39) Function CachingStream::rewind is not documented
(#44) Function CachingStream::seek is not documented
(#75) Function CachingStream::read is not documented
(#104) Function CachingStream::write is not documented
(#118) Function CachingStream::eof is not documented
(#131) Function CachingStream::cacheEntireStream is not documented
(#6) No one-line description found in phpdocs for class CachingStream
(#6) Class CachingStream does not have @copyright tag
(#6) Class CachingStream does not have @license tag
(#6) Package is not specified for class CachingStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/DroppingStream.php
(#2) File-level phpdocs block is not found
(#26) Function DroppingStream::write is not documented
(#14) Variable DroppingStream::$maxLength is not documented
(#6) No one-line description found in phpdocs for class DroppingStream
(#16) There is no description in phpdocs for function __construct
(#6) Class DroppingStream does not have @copyright tag
(#6) Class DroppingStream does not have @license tag
(#6) Package is not specified for class DroppingStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/FnStream.php
(#2) File-level phpdocs block is not found
(#75) Function FnStream::__toString is not documented
(#80) Function FnStream::close is not documented
(#85) Function FnStream::detach is not documented
(#90) Function FnStream::getSize is not documented
(#95) Function FnStream::tell is not documented
(#100) Function FnStream::eof is not documented
(#105) Function FnStream::isSeekable is not documented
(#110) Function FnStream::rewind is not documented
(#115) Function FnStream::seek is not documented
(#120) Function FnStream::isWritable is not documented
(#125) Function FnStream::write is not documented
(#130) Function FnStream::isReadable is not documented
(#135) Function FnStream::read is not documented
(#140) Function FnStream::getContents is not documented
(#145) Function FnStream::getMetadata is not documented
(#22) There is no description in phpdocs for function __construct
(#35) Phpdocs for function FnStream::__get has incomplete parameters list
(#6) Class FnStream does not have @copyright tag
(#6) Class FnStream does not have @license tag
(#6) Package is not specified for class FnStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/InflateStream.php
(#2) File-level phpdocs block is not found
(#21) Function InflateStream::__construct is not documented
(#33) There is no description in phpdocs for function getLengthOfPossibleFilenameHeader
(#34) Phpdocs for function InflateStream::getLengthOfPossibleFilenameHeader has incomplete parameters list
(#6) Class InflateStream does not have @copyright tag
(#6) Class InflateStream does not have @license tag
(#6) Package is not specified for class InflateStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
(#2) File-level phpdocs block is not found
(#6) No one-line description found in phpdocs for class LazyOpenStream
(#20) There is no description in phpdocs for function __construct
(#6) Class LazyOpenStream does not have @copyright tag
(#6) Class LazyOpenStream does not have @license tag
(#6) Package is not specified for class LazyOpenStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/LimitStream.php
(#2) File-level phpdocs block is not found
(#37) Function LimitStream::eof is not documented
(#138) Function LimitStream::read is not documented
(#20) There is no description in phpdocs for function __construct
(#67) Phpdocs for function LimitStream::seek has incomplete parameters list
(#7) Class LimitStream does not have @copyright tag
(#7) Class LimitStream does not have @license tag
(#7) Package is not specified for class LimitStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/MessageTrait.php
(#2) File-level phpdocs block is not found
(#23) Function getProtocolVersion is not documented
(#28) Function withProtocolVersion is not documented
(#39) Function getHeaders is not documented
(#44) Function hasHeader is not documented
(#49) Function getHeader is not documented
(#62) Function getHeaderLine is not documented
(#67) Function withHeader is not documented
(#86) Function withAddedHeader is not documented
(#107) Function withoutHeader is not documented
(#123) Function getBody is not documented
(#132) Function withBody is not documented
(#143) Function setHeaders is not documented
(#23) Package is not specified for function getProtocolVersion. It is also not specified in file-level phpdocs
(#28) Package is not specified for function withProtocolVersion. It is also not specified in file-level phpdocs
(#39) Package is not specified for function getHeaders. It is also not specified in file-level phpdocs
(#44) Package is not specified for function hasHeader. It is also not specified in file-level phpdocs
(#49) Package is not specified for function getHeader. It is also not specified in file-level phpdocs
(#62) Package is not specified for function getHeaderLine. It is also not specified in file-level phpdocs
(#67) Package is not specified for function withHeader. It is also not specified in file-level phpdocs
(#86) Package is not specified for function withAddedHeader. It is also not specified in file-level phpdocs
(#107) Package is not specified for function withoutHeader. It is also not specified in file-level phpdocs
(#123) Package is not specified for function getBody. It is also not specified in file-level phpdocs
(#132) Package is not specified for function withBody. It is also not specified in file-level phpdocs
(#143) Package is not specified for function setHeaders. It is also not specified in file-level phpdocs
(#163) Package is not specified for function trimHeaderValues. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/MultipartStream.php
(#2) File-level phpdocs block is not found
(#44) Function MultipartStream::isWritable is not documented
(#79) Function MultipartStream::addElement is not documented
(#142) Function MultipartStream::getHeader is not documented
(#14) Variable MultipartStream::$boundary is not documented
(#6) No one-line description found in phpdocs for class MultipartStream
(#16) There is no description in phpdocs for function __construct
(#108) There is no description in phpdocs for function createElement
(#49) Phpdocs for function MultipartStream::getHeaders has incomplete parameters list
(#62) Phpdocs for function MultipartStream::createStream has incomplete parameters list
(#108) Phpdocs for function MultipartStream::createElement has incomplete parameters list
(#6) Class MultipartStream does not have @copyright tag
(#6) Class MultipartStream does not have @license tag
(#6) Package is not specified for class MultipartStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/NoSeekStream.php
(#2) File-level phpdocs block is not found
(#13) Function NoSeekStream::seek is not documented
(#18) Function NoSeekStream::isSeekable is not documented
(#6) Class NoSeekStream does not have @copyright tag
(#6) Class NoSeekStream does not have @license tag
(#6) Package is not specified for class NoSeekStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/PumpStream.php
(#2) File-level phpdocs block is not found
(#51) Function PumpStream::__toString is not documented
(#60) Function PumpStream::close is not documented
(#65) Function PumpStream::detach is not documented
(#71) Function PumpStream::getSize is not documented
(#76) Function PumpStream::tell is not documented
(#81) Function PumpStream::eof is not documented
(#86) Function PumpStream::isSeekable is not documented
(#91) Function PumpStream::rewind is not documented
(#96) Function PumpStream::seek is not documented
(#101) Function PumpStream::isWritable is not documented
(#106) Function PumpStream::write is not documented
(#111) Function PumpStream::isReadable is not documented
(#116) Function PumpStream::read is not documented
(#132) Function PumpStream::getContents is not documented
(#142) Function PumpStream::getMetadata is not documented
(#151) Function PumpStream::pump is not documented
(#33) There is no description in phpdocs for function __construct
(#6) Class PumpStream does not have @copyright tag
(#6) Class PumpStream does not have @license tag
(#6) Package is not specified for class PumpStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Request.php
(#2) File-level phpdocs block is not found
(#57) Function Request::getRequestTarget is not documented
(#74) Function Request::withRequestTarget is not documented
(#87) Function Request::getMethod is not documented
(#92) Function Request::withMethod is not documented
(#99) Function Request::getUri is not documented
(#104) Function Request::withUri is not documented
(#120) Function Request::updateHostFromUri is not documented
(#25) There is no description in phpdocs for function __construct
(#9) Class Request does not have @copyright tag
(#9) Class Request does not have @license tag
(#9) Package is not specified for class Request. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Response.php
(#2) File-level phpdocs block is not found
(#112) Function Response::getStatusCode is not documented
(#117) Function Response::getReasonPhrase is not documented
(#122) Function Response::withStatus is not documented
(#82) There is no description in phpdocs for function __construct
(#7) Class Response does not have @copyright tag
(#7) Class Response does not have @license tag
(#7) Package is not specified for class Response. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/ServerRequest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#57) There is no description in phpdocs for function __construct
(#245) Phpdocs for function ServerRequest::withUploadedFiles has incomplete parameters list
(#264) Phpdocs for function ServerRequest::withCookieParams has incomplete parameters list
(#283) Phpdocs for function ServerRequest::withQueryParams has incomplete parameters list
(#302) Phpdocs for function ServerRequest::withParsedBody has incomplete parameters list
(#321) Phpdocs for function ServerRequest::getAttribute has incomplete parameters list
(#333) Phpdocs for function ServerRequest::withAttribute has incomplete parameters list
(#344) Phpdocs for function ServerRequest::withoutAttribute has incomplete parameters list
(#11) Class ServerRequest does not have @copyright tag
(#11) Class ServerRequest does not have @license tag
(#11) Package is not specified for class ServerRequest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Stream.php
(#2) File-level phpdocs block is not found
(#73) Function Stream::__get is not documented
(#90) Function Stream::__toString is not documented
(#100) Function Stream::getContents is not documented
(#111) Function Stream::close is not documented
(#121) Function Stream::detach is not documented
(#135) Function Stream::getSize is not documented
(#159) Function Stream::isReadable is not documented
(#164) Function Stream::isWritable is not documented
(#169) Function Stream::isSeekable is not documented
(#174) Function Stream::eof is not documented
(#179) Function Stream::tell is not documented
(#190) Function Stream::rewind is not documented
(#195) Function Stream::seek is not documented
(#205) Function Stream::read is not documented
(#226) Function Stream::write is not documented
(#243) Function Stream::getMetadata is not documented
(#13) Variable Stream::$stream is not documented
(#14) Variable Stream::$size is not documented
(#15) Variable Stream::$seekable is not documented
(#16) Variable Stream::$readable is not documented
(#17) Variable Stream::$writable is not documented
(#18) Variable Stream::$uri is not documented
(#19) Variable Stream::$customMetadata is not documented
(#6) Class Stream does not have @copyright tag
(#6) Class Stream does not have @license tag
(#6) Package is not specified for class Stream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
(#2) File-level phpdocs block is not found
(#38) Function __toString is not documented
(#53) Function getContents is not documented
(#74) Function close is not documented
(#79) Function getMetadata is not documented
(#84) Function detach is not documented
(#89) Function getSize is not documented
(#94) Function eof is not documented
(#99) Function tell is not documented
(#104) Function isReadable is not documented
(#109) Function isWritable is not documented
(#114) Function isSeekable is not documented
(#119) Function rewind is not documented
(#124) Function seek is not documented
(#129) Function read is not documented
(#134) Function write is not documented
(#12) There is no description in phpdocs for function __construct
(#12) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#20) Package is not specified for function __get. It is also not specified in file-level phpdocs
(#38) Package is not specified for function __toString. It is also not specified in file-level phpdocs
(#53) Package is not specified for function getContents. It is also not specified in file-level phpdocs
(#58) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#74) Package is not specified for function close. It is also not specified in file-level phpdocs
(#79) Package is not specified for function getMetadata. It is also not specified in file-level phpdocs
(#84) Package is not specified for function detach. It is also not specified in file-level phpdocs
(#89) Package is not specified for function getSize. It is also not specified in file-level phpdocs
(#94) Package is not specified for function eof. It is also not specified in file-level phpdocs
(#99) Package is not specified for function tell. It is also not specified in file-level phpdocs
(#104) Package is not specified for function isReadable. It is also not specified in file-level phpdocs
(#109) Package is not specified for function isWritable. It is also not specified in file-level phpdocs
(#114) Package is not specified for function isSeekable. It is also not specified in file-level phpdocs
(#119) Package is not specified for function rewind. It is also not specified in file-level phpdocs
(#124) Package is not specified for function seek. It is also not specified in file-level phpdocs
(#129) Package is not specified for function read. It is also not specified in file-level phpdocs
(#134) Package is not specified for function write. It is also not specified in file-level phpdocs
(#139) Package is not specified for function createStream. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/StreamWrapper.php
(#2) File-level phpdocs block is not found
(#56) Function StreamWrapper::stream_open is not documented
(#70) Function StreamWrapper::stream_read is not documented
(#75) Function StreamWrapper::stream_write is not documented
(#80) Function StreamWrapper::stream_tell is not documented
(#85) Function StreamWrapper::stream_eof is not documented
(#90) Function StreamWrapper::stream_seek is not documented
(#97) Function StreamWrapper::stream_stat is not documented
(#6) Class StreamWrapper does not have @copyright tag
(#6) Class StreamWrapper does not have @license tag
(#6) Package is not specified for class StreamWrapper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/UploadedFile.php
(#2) File-level phpdocs block is not found
(#9) Class UploadedFile is not documented
(#60) There is no description in phpdocs for function __construct
(#105) There is no description in phpdocs for function setError
(#126) There is no description in phpdocs for function setSize
(#141) There is no description in phpdocs for function isStringOrNull
(#150) There is no description in phpdocs for function isStringNotEmpty
(#159) There is no description in phpdocs for function setClientFilename
(#174) There is no description in phpdocs for function setClientMediaType
(#199) There is no description in phpdocs for function isMoved
(#207) There is no description in phpdocs for function validateActive
(#9) Package is not specified for class UploadedFile. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/Uri.php
(#2) File-level phpdocs block is not found
(#77) Function Uri::__toString is not documented
(#378) Function Uri::getScheme is not documented
(#383) Function Uri::getAuthority is not documented
(#397) Function Uri::getUserInfo is not documented
(#402) Function Uri::getHost is not documented
(#407) Function Uri::getPort is not documented
(#412) Function Uri::getPath is not documented
(#417) Function Uri::getQuery is not documented
(#422) Function Uri::getFragment is not documented
(#427) Function Uri::withScheme is not documented
(#443) Function Uri::withUserInfo is not documented
(#461) Function Uri::withHost is not documented
(#476) Function Uri::withPort is not documented
(#492) Function Uri::withPath is not documented
(#507) Function Uri::withQuery is not documented
(#521) Function Uri::withFragment is not documented
(#623) Function Uri::removeDefaultPort is not documented
(#674) Function Uri::rawurlencodeMatchZero is not documented
(#679) Function Uri::validateState is not documented
(#23) Variable Uri::$defaultPorts is not documented
(#37) Variable Uri::$charUnreserved is not documented
(#38) Variable Uri::$charSubDelims is not documented
(#39) Variable Uri::$replaceQuery is not documented
(#62) There is no description in phpdocs for function __construct
(#568) There is no description in phpdocs for function filterScheme
(#584) There is no description in phpdocs for function filterHost
(#600) There is no description in phpdocs for function filterPort
(#6) Class Uri does not have @copyright tag
(#6) Class Uri does not have @license tag
(#6) Package is not specified for class Uri. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/UriNormalizer.php
(#2) File-level phpdocs block is not found
(#180) Function UriNormalizer::capitalizePercentEncoding is not documented
(#196) Function UriNormalizer::decodeUnreservedCharacters is not documented
(#212) Function UriNormalizer::__construct is not documented
(#6) Class UriNormalizer does not have @copyright tag
(#6) Class UriNormalizer does not have @license tag
(#6) Package is not specified for class UriNormalizer. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/UriResolver.php
(#2) File-level phpdocs block is not found
(#182) Function UriResolver::getRelativePath is not documented
(#215) Function UriResolver::__construct is not documented
(#6) Class UriResolver does not have @copyright tag
(#6) Class UriResolver does not have @license tag
(#6) Package is not specified for class UriResolver. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/functions.php
(#2) File-level phpdocs block is not found
(#812) There is no description in phpdocs for function _caseless_remove
(#616) Phpdocs for function mimetype_from_filename has incomplete parameters list
(#628) Phpdocs for function mimetype_from_extension has incomplete parameters list
(#812) Phpdocs for function _caseless_remove has incomplete parameters list
(#753) Not recommended phpdocs tag @internal used
(#793) Not recommended phpdocs tag @internal used
(#812) Not recommended phpdocs tag @internal used
(#45) Invalid inline phpdocs tag @see found
(#11) Package is not specified for function str. It is also not specified in file-level phpdocs
(#42) Package is not specified for function uri_for. It is also not specified in file-level phpdocs
(#65) Package is not specified for function stream_for. It is also not specified in file-level phpdocs
(#119) Package is not specified for function parse_header. It is also not specified in file-level phpdocs
(#154) Package is not specified for function normalize_header. It is also not specified in file-level phpdocs
(#184) Package is not specified for function modify_request. It is also not specified in file-level phpdocs
(#264) Package is not specified for function rewind_body. It is also not specified in file-level phpdocs
(#283) Package is not specified for function try_fopen. It is also not specified in file-level phpdocs
(#318) Package is not specified for function copy_to_string. It is also not specified in file-level phpdocs
(#358) Package is not specified for function copy_to_stream. It is also not specified in file-level phpdocs
(#396) Package is not specified for function hash. It is also not specified in file-level phpdocs
(#428) Package is not specified for function readline. It is also not specified in file-level phpdocs
(#456) Package is not specified for function parse_request. It is also not specified in file-level phpdocs
(#484) Package is not specified for function parse_response. It is also not specified in file-level phpdocs
(#511) Package is not specified for function parse_query. It is also not specified in file-level phpdocs
(#561) Package is not specified for function build_query. It is also not specified in file-level phpdocs
(#613) Package is not specified for function mimetype_from_filename. It is also not specified in file-level phpdocs
(#625) Package is not specified for function mimetype_from_extension. It is also not specified in file-level phpdocs
(#743) Package is not specified for function _parse_message. It is also not specified in file-level phpdocs
(#786) Package is not specified for function _parse_request_uri. It is also not specified in file-level phpdocs
(#812) Package is not specified for function _caseless_remove. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/guzzlehttp/psr7/src/functions_include.php
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
blocks/mfavatar/vendor/illuminate/cache/ApcStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ApcStore is not documented
(#7) Package is not specified for class ApcStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/ApcWrapper.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ApcWrapper is not documented
(#5) Package is not specified for class ApcWrapper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/ArrayStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ArrayStore is not documented
(#7) Package is not specified for class ArrayStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/CacheManager.php
(#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 CacheManager
(#11) Class CacheManager does not have @copyright tag
(#11) Class CacheManager does not have @license tag
(#12) Invalid phpdocs tag @mixin used
(#11) Package is not specified for class CacheManager. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/CacheServiceProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CacheServiceProvider is not documented
(#7) Package is not specified for class CacheServiceProvider. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Console/CacheTableCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class CacheTableCommand is not documented
(#9) Package is not specified for class CacheTableCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Console/ClearCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class ClearCommand is not documented
(#11) Package is not specified for class ClearCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Console/ForgetCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class ForgetCommand is not documented
(#8) Package is not specified for class ForgetCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/DatabaseStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class DatabaseStore is not documented
(#11) Package is not specified for class DatabaseStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Events/CacheEvent.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class CacheEvent is not documented
(#5) Package is not specified for class CacheEvent. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Events/CacheHit.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class CacheHit is not documented
(#5) Package is not specified for class CacheHit. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Events/CacheMissed.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class CacheMissed is not documented
(#5) Package is not specified for class CacheMissed. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Events/KeyForgotten.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class KeyForgotten is not documented
(#5) Package is not specified for class KeyForgotten. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Events/KeyWritten.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class KeyWritten is not documented
(#5) Package is not specified for class KeyWritten. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/FileStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class FileStore is not documented
(#10) Package is not specified for class FileStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Lock.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class Lock is not documented
(#8) Package is not specified for class Lock. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/MemcachedConnector.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class MemcachedConnector is not documented
(#7) Package is not specified for class MemcachedConnector. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/MemcachedLock.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class MemcachedLock is not documented
(#7) Package is not specified for class MemcachedLock. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/MemcachedStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class MemcachedStore is not documented
(#11) Package is not specified for class MemcachedStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/NullStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class NullStore is not documented
(#7) Package is not specified for class NullStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/RateLimiter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class RateLimiter is not documented
(#22) Phpdocs for function RateLimiter::__construct has incomplete parameters list
(#8) Package is not specified for class RateLimiter. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/RedisLock.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class RedisLock is not documented
(#7) Package is not specified for class RedisLock. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/RedisStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class RedisStore is not documented
(#34) Phpdocs for function RedisStore::__construct has incomplete parameters list
(#8) Package is not specified for class RedisStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/RedisTaggedCache.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class RedisTaggedCache is not documented
(#5) Package is not specified for class RedisTaggedCache. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/Repository.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) No one-line description found in phpdocs for class Repository
(#121) Phpdocs for function Repository::getMultiple has incomplete parameters list
(#201) Phpdocs for function Repository::set has incomplete parameters list
(#227) Phpdocs for function Repository::setMultiple has incomplete parameters list
(#380) Phpdocs for function Repository::delete has incomplete parameters list
(#388) Phpdocs for function Repository::deleteMultiple has incomplete parameters list
(#20) Class Repository does not have @copyright tag
(#20) Class Repository does not have @license tag
(#21) Invalid phpdocs tag @mixin used
(#20) Package is not specified for class Repository. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/RetrievesMultipleKeys.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function many. It is also not specified in file-level phpdocs
(#26) Package is not specified for function putMany. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/TagSet.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class TagSet is not documented
(#7) Package is not specified for class TagSet. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/TaggableStore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class TaggableStore is not documented
(#5) Package is not specified for class TaggableStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/cache/TaggedCache.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class TaggedCache is not documented
(#66) Phpdocs for function TaggedCache::itemKey has incomplete parameters list
(#7) Package is not specified for class TaggedCache. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/Access/Authorizable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function can. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/Access/Gate.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function has. It is also not specified in file-level phpdocs
(#15) Package is not specified for function define. It is also not specified in file-level phpdocs
(#24) Package is not specified for function policy. It is also not specified in file-level phpdocs
(#33) Package is not specified for function before. It is also not specified in file-level phpdocs
(#41) Package is not specified for function after. It is also not specified in file-level phpdocs
(#49) Package is not specified for function allows. It is also not specified in file-level phpdocs
(#58) Package is not specified for function denies. It is also not specified in file-level phpdocs
(#67) Package is not specified for function check. It is also not specified in file-level phpdocs
(#76) Package is not specified for function any. It is also not specified in file-level phpdocs
(#85) Package is not specified for function authorize. It is also not specified in file-level phpdocs
(#96) Package is not specified for function getPolicyFor. It is also not specified in file-level phpdocs
(#106) Package is not specified for function forUser. It is also not specified in file-level phpdocs
(#114) Package is not specified for function abilities. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/Authenticatable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getAuthIdentifierName. It is also not specified in file-level phpdocs
(#14) Package is not specified for function getAuthIdentifier. It is also not specified in file-level phpdocs
(#21) Package is not specified for function getAuthPassword. It is also not specified in file-level phpdocs
(#28) Package is not specified for function getRememberToken. It is also not specified in file-level phpdocs
(#35) Package is not specified for function setRememberToken. It is also not specified in file-level phpdocs
(#43) Package is not specified for function getRememberTokenName. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/CanResetPassword.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getEmailForPasswordReset. It is also not specified in file-level phpdocs
(#14) Package is not specified for function sendPasswordResetNotification. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function guard. It is also not specified in file-level phpdocs
(#15) Package is not specified for function shouldUse. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/Guard.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function check. It is also not specified in file-level phpdocs
(#14) Package is not specified for function guest. It is also not specified in file-level phpdocs
(#21) Package is not specified for function user. It is also not specified in file-level phpdocs
(#28) Package is not specified for function id. It is also not specified in file-level phpdocs
(#35) Package is not specified for function validate. It is also not specified in file-level phpdocs
(#43) Package is not specified for function setUser. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/PasswordBroker.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#44) Package is not specified for function sendResetLink. It is also not specified in file-level phpdocs
(#52) Package is not specified for function reset. It is also not specified in file-level phpdocs
(#61) Package is not specified for function validator. It is also not specified in file-level phpdocs
(#69) Package is not specified for function validateNewPassword. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/PasswordBrokerFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function broker. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/StatefulGuard.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function attempt. It is also not specified in file-level phpdocs
(#16) Package is not specified for function once. It is also not specified in file-level phpdocs
(#24) Package is not specified for function login. It is also not specified in file-level phpdocs
(#33) Package is not specified for function loginUsingId. It is also not specified in file-level phpdocs
(#42) Package is not specified for function onceUsingId. It is also not specified in file-level phpdocs
(#50) Package is not specified for function viaRemember. It is also not specified in file-level phpdocs
(#57) Package is not specified for function logout. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/SupportsBasicAuth.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function basic. It is also not specified in file-level phpdocs
(#16) Package is not specified for function onceBasic. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Auth/UserProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function retrieveById. It is also not specified in file-level phpdocs
(#15) Package is not specified for function retrieveByToken. It is also not specified in file-level phpdocs
(#24) Package is not specified for function updateRememberToken. It is also not specified in file-level phpdocs
(#33) Package is not specified for function retrieveByCredentials. It is also not specified in file-level phpdocs
(#41) Package is not specified for function validateCredentials. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/Broadcaster.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function auth. It is also not specified in file-level phpdocs
(#15) Package is not specified for function validAuthenticationResponse. It is also not specified in file-level phpdocs
(#24) Package is not specified for function broadcast. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function connection. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function broadcastOn. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Broadcasting/ShouldBroadcastNow.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/illuminate/contracts/Bus/Dispatcher.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function dispatch. It is also not specified in file-level phpdocs
(#15) Package is not specified for function dispatchNow. It is also not specified in file-level phpdocs
(#24) Package is not specified for function hasCommandHandler. It is also not specified in file-level phpdocs
(#32) Package is not specified for function getCommandHandler. It is also not specified in file-level phpdocs
(#40) Package is not specified for function pipeThrough. It is also not specified in file-level phpdocs
(#48) Package is not specified for function map. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Bus/QueueingDispatcher.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function dispatchToQueue. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cache/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function store. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cache/Lock.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function get. It is also not specified in file-level phpdocs
(#15) Package is not specified for function block. It is also not specified in file-level phpdocs
(#24) Package is not specified for function release. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cache/LockProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function lock. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cache/LockTimeoutException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class LockTimeoutException is not documented
(#7) Package is not specified for class LockTimeoutException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cache/Repository.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function has. It is also not specified in file-level phpdocs
(#18) Package is not specified for function get. It is also not specified in file-level phpdocs
(#27) Package is not specified for function pull. It is also not specified in file-level phpdocs
(#36) Package is not specified for function put. It is also not specified in file-level phpdocs
(#46) Package is not specified for function add. It is also not specified in file-level phpdocs
(#56) Package is not specified for function increment. It is also not specified in file-level phpdocs
(#65) Package is not specified for function decrement. It is also not specified in file-level phpdocs
(#74) Package is not specified for function forever. It is also not specified in file-level phpdocs
(#83) Package is not specified for function remember. It is also not specified in file-level phpdocs
(#93) Package is not specified for function sear. It is also not specified in file-level phpdocs
(#102) Package is not specified for function rememberForever. It is also not specified in file-level phpdocs
(#111) Package is not specified for function forget. It is also not specified in file-level phpdocs
(#119) Package is not specified for function getStore. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cache/Store.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function get. It is also not specified in file-level phpdocs
(#15) Package is not specified for function many. It is also not specified in file-level phpdocs
(#25) Package is not specified for function put. It is also not specified in file-level phpdocs
(#35) Package is not specified for function putMany. It is also not specified in file-level phpdocs
(#44) Package is not specified for function increment. It is also not specified in file-level phpdocs
(#53) Package is not specified for function decrement. It is also not specified in file-level phpdocs
(#62) Package is not specified for function forever. It is also not specified in file-level phpdocs
(#71) Package is not specified for function forget. It is also not specified in file-level phpdocs
(#79) Package is not specified for function flush. It is also not specified in file-level phpdocs
(#86) Package is not specified for function getPrefix. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Config/Repository.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function has. It is also not specified in file-level phpdocs
(#15) Package is not specified for function get. It is also not specified in file-level phpdocs
(#24) Package is not specified for function all. It is also not specified in file-level phpdocs
(#31) Package is not specified for function set. It is also not specified in file-level phpdocs
(#40) Package is not specified for function prepend. It is also not specified in file-level phpdocs
(#49) Package is not specified for function push. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Console/Application.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function call. It is also not specified in file-level phpdocs
(#17) Package is not specified for function output. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Console/Kernel.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function handle. It is also not specified in file-level phpdocs
(#16) Package is not specified for function call. It is also not specified in file-level phpdocs
(#26) Package is not specified for function queue. It is also not specified in file-level phpdocs
(#35) Package is not specified for function all. It is also not specified in file-level phpdocs
(#42) Package is not specified for function output. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Container/BindingResolutionException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class BindingResolutionException is not documented
(#8) Package is not specified for class BindingResolutionException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Container/Container.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Phpdocs for function tag has incomplete parameters list
(#119) Invalid inline phpdocs tag @method found
(#10) Package is not specified for function bound. It is also not specified in file-level phpdocs
(#18) Package is not specified for function alias. It is also not specified in file-level phpdocs
(#27) Package is not specified for function tag. It is also not specified in file-level phpdocs
(#36) Package is not specified for function tagged. It is also not specified in file-level phpdocs
(#44) Package is not specified for function bind. It is also not specified in file-level phpdocs
(#54) Package is not specified for function bindIf. It is also not specified in file-level phpdocs
(#64) Package is not specified for function singleton. It is also not specified in file-level phpdocs
(#73) Package is not specified for function extend. It is also not specified in file-level phpdocs
(#84) Package is not specified for function instance. It is also not specified in file-level phpdocs
(#93) Package is not specified for function when. It is also not specified in file-level phpdocs
(#101) Package is not specified for function factory. It is also not specified in file-level phpdocs
(#109) Package is not specified for function make. It is also not specified in file-level phpdocs
(#118) Package is not specified for function call. It is also not specified in file-level phpdocs
(#128) Package is not specified for function resolved. It is also not specified in file-level phpdocs
(#136) Package is not specified for function resolving. It is also not specified in file-level phpdocs
(#145) Package is not specified for function afterResolving. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Container/ContextualBindingBuilder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function needs. It is also not specified in file-level phpdocs
(#15) Package is not specified for function give. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cookie/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function make. It is also not specified in file-level phpdocs
(#23) Package is not specified for function forever. It is also not specified in file-level phpdocs
(#38) Package is not specified for function forget. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Cookie/QueueingFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Phpdocs for function queue has incomplete parameters list
(#7) Package is not specified for function queue. It is also not specified in file-level phpdocs
(#15) Package is not specified for function unqueue. It is also not specified in file-level phpdocs
(#22) Package is not specified for function getQueuedCookies. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Database/ModelIdentifier.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ModelIdentifier is not documented
(#5) Package is not specified for class ModelIdentifier. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Debug/ExceptionHandler.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function report. It is also not specified in file-level phpdocs
(#17) Package is not specified for function render. It is also not specified in file-level phpdocs
(#26) Package is not specified for function renderForConsole. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Encryption/DecryptException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class DecryptException is not documented
(#7) Package is not specified for class DecryptException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Encryption/EncryptException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class EncryptException is not documented
(#7) Package is not specified for class EncryptException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Encryption/Encrypter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function encrypt. It is also not specified in file-level phpdocs
(#16) Package is not specified for function decrypt. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Events/Dispatcher.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function listen. It is also not specified in file-level phpdocs
(#16) Package is not specified for function hasListeners. It is also not specified in file-level phpdocs
(#24) Package is not specified for function subscribe. It is also not specified in file-level phpdocs
(#32) Package is not specified for function until. It is also not specified in file-level phpdocs
(#41) Package is not specified for function dispatch. It is also not specified in file-level phpdocs
(#51) Package is not specified for function push. It is also not specified in file-level phpdocs
(#60) Package is not specified for function flush. It is also not specified in file-level phpdocs
(#68) Package is not specified for function forget. It is also not specified in file-level phpdocs
(#76) Package is not specified for function forgetPushed. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/Cloud.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function url. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function disk. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/FileNotFoundException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class FileNotFoundException is not documented
(#7) Package is not specified for class FileNotFoundException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Filesystem/Filesystem.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Package is not specified for function exists. It is also not specified in file-level phpdocs
(#29) Package is not specified for function get. It is also not specified in file-level phpdocs
(#39) Package is not specified for function put. It is also not specified in file-level phpdocs
(#49) Package is not specified for function getVisibility. It is also not specified in file-level phpdocs
(#57) Package is not specified for function setVisibility. It is also not specified in file-level phpdocs
(#66) Package is not specified for function prepend. It is also not specified in file-level phpdocs
(#75) Package is not specified for function append. It is also not specified in file-level phpdocs
(#84) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#92) Package is not specified for function copy. It is also not specified in file-level phpdocs
(#101) Package is not specified for function move. It is also not specified in file-level phpdocs
(#110) Package is not specified for function size. It is also not specified in file-level phpdocs
(#118) Package is not specified for function lastModified. It is also not specified in file-level phpdocs
(#126) Package is not specified for function files. It is also not specified in file-level phpdocs
(#135) Package is not specified for function allFiles. It is also not specified in file-level phpdocs
(#143) Package is not specified for function directories. It is also not specified in file-level phpdocs
(#152) Package is not specified for function allDirectories. It is also not specified in file-level phpdocs
(#160) Package is not specified for function makeDirectory. It is also not specified in file-level phpdocs
(#168) Package is not specified for function deleteDirectory. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Foundation/Application.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function version. It is also not specified in file-level phpdocs
(#16) Package is not specified for function basePath. It is also not specified in file-level phpdocs
(#23) Package is not specified for function environment. It is also not specified in file-level phpdocs
(#30) Package is not specified for function runningInConsole. It is also not specified in file-level phpdocs
(#37) Package is not specified for function runningUnitTests. It is also not specified in file-level phpdocs
(#44) Package is not specified for function isDownForMaintenance. It is also not specified in file-level phpdocs
(#51) Package is not specified for function registerConfiguredProviders. It is also not specified in file-level phpdocs
(#58) Package is not specified for function register. It is also not specified in file-level phpdocs
(#68) Package is not specified for function registerDeferredProvider. It is also not specified in file-level phpdocs
(#77) Package is not specified for function boot. It is also not specified in file-level phpdocs
(#84) Package is not specified for function booting. It is also not specified in file-level phpdocs
(#92) Package is not specified for function booted. It is also not specified in file-level phpdocs
(#100) Package is not specified for function getCachedServicesPath. It is also not specified in file-level phpdocs
(#107) Package is not specified for function getCachedPackagesPath. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Hashing/Hasher.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function info. It is also not specified in file-level phpdocs
(#15) Package is not specified for function make. It is also not specified in file-level phpdocs
(#24) Package is not specified for function check. It is also not specified in file-level phpdocs
(#34) Package is not specified for function needsRehash. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Http/Kernel.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function bootstrap. It is also not specified in file-level phpdocs
(#14) Package is not specified for function handle. It is also not specified in file-level phpdocs
(#22) Package is not specified for function terminate. It is also not specified in file-level phpdocs
(#31) Package is not specified for function getApplication. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Mail/MailQueue.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function queue. It is also not specified in file-level phpdocs
(#16) Package is not specified for function later. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Mail/Mailable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Phpdocs for function queue has incomplete parameters list
(#28) Phpdocs for function later has incomplete parameters list
(#9) Package is not specified for function send. It is also not specified in file-level phpdocs
(#17) Package is not specified for function queue. It is also not specified in file-level phpdocs
(#25) Package is not specified for function later. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Mail/Mailer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function to. It is also not specified in file-level phpdocs
(#17) Package is not specified for function bcc. It is also not specified in file-level phpdocs
(#25) Package is not specified for function raw. It is also not specified in file-level phpdocs
(#34) Package is not specified for function send. It is also not specified in file-level phpdocs
(#44) Package is not specified for function failures. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Notifications/Dispatcher.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function send. It is also not specified in file-level phpdocs
(#16) Package is not specified for function sendNow. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Notifications/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function channel. It is also not specified in file-level phpdocs
(#15) Package is not specified for function send. It is also not specified in file-level phpdocs
(#24) Package is not specified for function sendNow. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getUrlRange. It is also not specified in file-level phpdocs
(#16) Package is not specified for function total. It is also not specified in file-level phpdocs
(#23) Package is not specified for function lastPage. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Pagination/Paginator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function url. It is also not specified in file-level phpdocs
(#15) Package is not specified for function appends. It is also not specified in file-level phpdocs
(#24) Package is not specified for function fragment. It is also not specified in file-level phpdocs
(#32) Package is not specified for function nextPageUrl. It is also not specified in file-level phpdocs
(#39) Package is not specified for function previousPageUrl. It is also not specified in file-level phpdocs
(#46) Package is not specified for function items. It is also not specified in file-level phpdocs
(#53) Package is not specified for function firstItem. It is also not specified in file-level phpdocs
(#60) Package is not specified for function lastItem. It is also not specified in file-level phpdocs
(#67) Package is not specified for function perPage. It is also not specified in file-level phpdocs
(#74) Package is not specified for function currentPage. It is also not specified in file-level phpdocs
(#81) Package is not specified for function hasPages. It is also not specified in file-level phpdocs
(#88) Package is not specified for function hasMorePages. It is also not specified in file-level phpdocs
(#95) Package is not specified for function isEmpty. It is also not specified in file-level phpdocs
(#102) Package is not specified for function isNotEmpty. It is also not specified in file-level phpdocs
(#109) Package is not specified for function render. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Pipeline/Hub.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function pipe. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Pipeline/Pipeline.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function send. It is also not specified in file-level phpdocs
(#17) Package is not specified for function through. It is also not specified in file-level phpdocs
(#25) Package is not specified for function via. It is also not specified in file-level phpdocs
(#33) Package is not specified for function then. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/EntityNotFoundException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class EntityNotFoundException is not documented
(#7) Package is not specified for class EntityNotFoundException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/EntityResolver.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function resolve. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function connection. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/Job.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getJobId. It is also not specified in file-level phpdocs
(#14) Package is not specified for function payload. It is also not specified in file-level phpdocs
(#21) Package is not specified for function fire. It is also not specified in file-level phpdocs
(#28) Package is not specified for function release. It is also not specified in file-level phpdocs
(#36) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#43) Package is not specified for function isDeleted. It is also not specified in file-level phpdocs
(#50) Package is not specified for function isDeletedOrReleased. It is also not specified in file-level phpdocs
(#57) Package is not specified for function attempts. It is also not specified in file-level phpdocs
(#64) Package is not specified for function failed. It is also not specified in file-level phpdocs
(#72) Package is not specified for function maxTries. It is also not specified in file-level phpdocs
(#79) Package is not specified for function timeout. It is also not specified in file-level phpdocs
(#86) Package is not specified for function timeoutAt. It is also not specified in file-level phpdocs
(#93) Package is not specified for function getName. It is also not specified in file-level phpdocs
(#100) Package is not specified for function resolveName. It is also not specified in file-level phpdocs
(#109) Package is not specified for function getConnectionName. It is also not specified in file-level phpdocs
(#116) Package is not specified for function getQueue. It is also not specified in file-level phpdocs
(#123) Package is not specified for function getRawBody. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/Monitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function looping. It is also not specified in file-level phpdocs
(#15) Package is not specified for function failing. It is also not specified in file-level phpdocs
(#23) Package is not specified for function stopping. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/Queue.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function size. It is also not specified in file-level phpdocs
(#15) Package is not specified for function push. It is also not specified in file-level phpdocs
(#25) Package is not specified for function pushOn. It is also not specified in file-level phpdocs
(#35) Package is not specified for function pushRaw. It is also not specified in file-level phpdocs
(#45) Package is not specified for function later. It is also not specified in file-level phpdocs
(#56) Package is not specified for function laterOn. It is also not specified in file-level phpdocs
(#67) Package is not specified for function bulk. It is also not specified in file-level phpdocs
(#77) Package is not specified for function pop. It is also not specified in file-level phpdocs
(#85) Package is not specified for function getConnectionName. It is also not specified in file-level phpdocs
(#92) Package is not specified for function setConnectionName. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/QueueableCollection.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getQueueableClass. It is also not specified in file-level phpdocs
(#14) Package is not specified for function getQueueableIds. It is also not specified in file-level phpdocs
(#21) Package is not specified for function getQueueableRelations. It is also not specified in file-level phpdocs
(#28) Package is not specified for function getQueueableConnection. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/QueueableEntity.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getQueueableId. It is also not specified in file-level phpdocs
(#14) Package is not specified for function getQueueableRelations. It is also not specified in file-level phpdocs
(#21) Package is not specified for function getQueueableConnection. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Queue/ShouldQueue.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/illuminate/contracts/Redis/Connection.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function subscribe. It is also not specified in file-level phpdocs
(#18) Package is not specified for function psubscribe. It is also not specified in file-level phpdocs
(#27) Package is not specified for function command. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Redis/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function connection. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Redis/LimiterTimeoutException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class LimiterTimeoutException is not documented
(#7) Package is not specified for class LimiterTimeoutException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Routing/BindingRegistrar.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function bind. It is also not specified in file-level phpdocs
(#16) Package is not specified for function getBindingCallback. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Routing/Registrar.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function get. It is also not specified in file-level phpdocs
(#16) Package is not specified for function post. It is also not specified in file-level phpdocs
(#25) Package is not specified for function put. It is also not specified in file-level phpdocs
(#34) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#43) Package is not specified for function patch. It is also not specified in file-level phpdocs
(#52) Package is not specified for function options. It is also not specified in file-level phpdocs
(#61) Package is not specified for function match. It is also not specified in file-level phpdocs
(#71) Package is not specified for function resource. It is also not specified in file-level phpdocs
(#81) Package is not specified for function group. It is also not specified in file-level phpdocs
(#90) Package is not specified for function substituteBindings. It is also not specified in file-level phpdocs
(#98) Package is not specified for function substituteImplicitBindings. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Routing/ResponseFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function make. It is also not specified in file-level phpdocs
(#17) Package is not specified for function view. It is also not specified in file-level phpdocs
(#28) Package is not specified for function json. It is also not specified in file-level phpdocs
(#39) Package is not specified for function jsonp. It is also not specified in file-level phpdocs
(#51) Package is not specified for function stream. It is also not specified in file-level phpdocs
(#61) Package is not specified for function streamDownload. It is also not specified in file-level phpdocs
(#72) Package is not specified for function download. It is also not specified in file-level phpdocs
(#83) Package is not specified for function redirectTo. It is also not specified in file-level phpdocs
(#94) Package is not specified for function redirectToRoute. It is also not specified in file-level phpdocs
(#105) Package is not specified for function redirectToAction. It is also not specified in file-level phpdocs
(#116) Package is not specified for function redirectGuest. It is also not specified in file-level phpdocs
(#127) Package is not specified for function redirectToIntended. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Routing/UrlGenerator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function current. It is also not specified in file-level phpdocs
(#14) Package is not specified for function to. It is also not specified in file-level phpdocs
(#24) Package is not specified for function secure. It is also not specified in file-level phpdocs
(#33) Package is not specified for function asset. It is also not specified in file-level phpdocs
(#42) Package is not specified for function route. It is also not specified in file-level phpdocs
(#54) Package is not specified for function action. It is also not specified in file-level phpdocs
(#64) Package is not specified for function setRootControllerNamespace. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Routing/UrlRoutable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getRouteKey. It is also not specified in file-level phpdocs
(#14) Package is not specified for function getRouteKeyName. It is also not specified in file-level phpdocs
(#21) Package is not specified for function resolveRouteBinding. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Session/Session.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getName. It is also not specified in file-level phpdocs
(#14) Package is not specified for function getId. It is also not specified in file-level phpdocs
(#21) Package is not specified for function setId. It is also not specified in file-level phpdocs
(#29) Package is not specified for function start. It is also not specified in file-level phpdocs
(#36) Package is not specified for function save. It is also not specified in file-level phpdocs
(#43) Package is not specified for function all. It is also not specified in file-level phpdocs
(#50) Package is not specified for function exists. It is also not specified in file-level phpdocs
(#58) Package is not specified for function has. It is also not specified in file-level phpdocs
(#66) Package is not specified for function get. It is also not specified in file-level phpdocs
(#75) Package is not specified for function put. It is also not specified in file-level phpdocs
(#84) Package is not specified for function token. It is also not specified in file-level phpdocs
(#91) Package is not specified for function remove. It is also not specified in file-level phpdocs
(#99) Package is not specified for function forget. It is also not specified in file-level phpdocs
(#107) Package is not specified for function flush. It is also not specified in file-level phpdocs
(#114) Package is not specified for function migrate. It is also not specified in file-level phpdocs
(#122) Package is not specified for function isStarted. It is also not specified in file-level phpdocs
(#129) Package is not specified for function previousUrl. It is also not specified in file-level phpdocs
(#136) Package is not specified for function setPreviousUrl. It is also not specified in file-level phpdocs
(#144) Package is not specified for function getHandler. It is also not specified in file-level phpdocs
(#151) Package is not specified for function handlerNeedsRequest. It is also not specified in file-level phpdocs
(#158) Package is not specified for function setRequestOnHandler. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/Arrayable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function toArray. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/Htmlable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function toHtml. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/Jsonable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function toJson. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/MessageBag.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function keys. It is also not specified in file-level phpdocs
(#14) Package is not specified for function add. It is also not specified in file-level phpdocs
(#23) Package is not specified for function merge. It is also not specified in file-level phpdocs
(#31) Package is not specified for function has. It is also not specified in file-level phpdocs
(#39) Package is not specified for function first. It is also not specified in file-level phpdocs
(#48) Package is not specified for function get. It is also not specified in file-level phpdocs
(#57) Package is not specified for function all. It is also not specified in file-level phpdocs
(#65) Package is not specified for function getMessages. It is also not specified in file-level phpdocs
(#72) Package is not specified for function getFormat. It is also not specified in file-level phpdocs
(#79) Package is not specified for function setFormat. It is also not specified in file-level phpdocs
(#87) Package is not specified for function isEmpty. It is also not specified in file-level phpdocs
(#94) Package is not specified for function isNotEmpty. It is also not specified in file-level phpdocs
(#101) Package is not specified for function count. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/MessageProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function getMessageBag. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/Renderable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function render. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Support/Responsable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function toResponse. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Translation/Loader.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function load. It is also not specified in file-level phpdocs
(#17) Package is not specified for function addNamespace. It is also not specified in file-level phpdocs
(#26) Package is not specified for function addJsonPath. It is also not specified in file-level phpdocs
(#34) Package is not specified for function namespaces. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Translation/Translator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function trans. It is also not specified in file-level phpdocs
(#17) Package is not specified for function transChoice. It is also not specified in file-level phpdocs
(#28) Package is not specified for function getLocale. It is also not specified in file-level phpdocs
(#35) Package is not specified for function setLocale. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Validation/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function make. It is also not specified in file-level phpdocs
(#18) Package is not specified for function extend. It is also not specified in file-level phpdocs
(#28) Package is not specified for function extendImplicit. It is also not specified in file-level phpdocs
(#38) Package is not specified for function replacer. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Validation/ImplicitRule.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/illuminate/contracts/Validation/Rule.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function passes. It is also not specified in file-level phpdocs
(#16) Package is not specified for function message. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Validation/ValidatesWhenResolved.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function validateResolved. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/Validation/Validator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function fails. It is also not specified in file-level phpdocs
(#16) Package is not specified for function failed. It is also not specified in file-level phpdocs
(#23) Package is not specified for function sometimes. It is also not specified in file-level phpdocs
(#33) Package is not specified for function after. It is also not specified in file-level phpdocs
(#41) Package is not specified for function errors. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/View/Engine.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function get. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/View/Factory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function exists. It is also not specified in file-level phpdocs
(#15) Package is not specified for function file. It is also not specified in file-level phpdocs
(#25) Package is not specified for function make. It is also not specified in file-level phpdocs
(#35) Package is not specified for function share. It is also not specified in file-level phpdocs
(#44) Package is not specified for function composer. It is also not specified in file-level phpdocs
(#53) Package is not specified for function creator. It is also not specified in file-level phpdocs
(#62) Package is not specified for function addNamespace. It is also not specified in file-level phpdocs
(#71) Package is not specified for function replaceNamespace. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/contracts/View/View.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function name. It is also not specified in file-level phpdocs
(#16) Package is not specified for function with. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/AggregateServiceProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AggregateServiceProvider is not documented
(#5) Package is not specified for class AggregateServiceProvider. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Arr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class Arr is not documented
(#67) Phpdocs for function Arr::crossJoin has incomplete parameters list
(#9) Package is not specified for class Arr. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Carbon.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class Carbon is not documented
(#9) Package is not specified for class Carbon. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Collection.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#281) Phpdocs for function Collection::crossJoin has incomplete parameters list
(#291) Phpdocs for function Collection::dd has incomplete parameters list
(#1671) Phpdocs for function Collection::zip has incomplete parameters list
(#19) Class Collection does not have @copyright tag
(#19) Class Collection does not have @license tag
(#19) Package is not specified for class Collection. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Composer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class Composer is not documented
(#9) Package is not specified for class Composer. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Debug/Dumper.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class Dumper is not documented
(#8) Package is not specified for class Dumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Debug/HtmlDumper.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class HtmlDumper is not documented
(#7) Package is not specified for class HtmlDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/App.php
(#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 App
(#5) Class App does not have @copyright tag
(#5) Class App does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class App. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Artisan.php
(#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 Artisan
(#7) Class Artisan does not have @copyright tag
(#7) Class Artisan does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Artisan. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Auth.php
(#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 Auth
(#5) Class Auth does not have @copyright tag
(#5) Class Auth does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Auth. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Blade.php
(#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 Blade
(#5) Class Blade does not have @copyright tag
(#5) Class Blade does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Blade. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Broadcast.php
(#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 Broadcast
(#7) Class Broadcast does not have @copyright tag
(#7) Class Broadcast does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Broadcast. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Bus.php
(#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 Bus
(#8) Class Bus does not have @copyright tag
(#8) Class Bus does not have @license tag
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#8) Package is not specified for class Bus. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Cache.php
(#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 Cache
(#5) Class Cache does not have @copyright tag
(#5) Class Cache does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Cache. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Config.php
(#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 Config
(#5) Class Config does not have @copyright tag
(#5) Class Config does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Config. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Cookie.php
(#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 Cookie
(#5) Class Cookie does not have @copyright tag
(#5) Class Cookie does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Cookie. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Crypt.php
(#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 Crypt
(#5) Class Crypt does not have @copyright tag
(#5) Class Crypt does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Crypt. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/DB.php
(#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 DB
(#5) Class DB does not have @copyright tag
(#5) Class DB does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class DB. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Event.php
(#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 Event
(#39) Phpdocs for function Event::fakeFor has incomplete parameters list
(#8) Class Event does not have @copyright tag
(#8) Class Event does not have @license tag
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#8) Package is not specified for class Event. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Facade.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class Facade is not documented
(#9) Package is not specified for class Facade. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/File.php
(#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 File
(#5) Class File does not have @copyright tag
(#5) Class File does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class File. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Gate.php
(#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 Gate
(#7) Class Gate does not have @copyright tag
(#7) Class Gate does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Gate. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Hash.php
(#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 Hash
(#5) Class Hash does not have @copyright tag
(#5) Class Hash does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Hash. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Input.php
(#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 Input
(#5) Class Input does not have @copyright tag
(#5) Class Input does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Input. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Lang.php
(#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 Lang
(#5) Class Lang does not have @copyright tag
(#5) Class Lang does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Lang. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Log.php
(#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 Log
(#7) Class Log does not have @copyright tag
(#7) Class Log does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Log. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Mail.php
(#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 Mail
(#7) Class Mail does not have @copyright tag
(#7) Class Mail does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Mail. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Notification.php
(#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 Notification
(#9) Class Notification does not have @copyright tag
(#9) Class Notification does not have @license tag
(#10) Not recommended phpdocs tag @method used
(#10) Not recommended phpdocs tag @method used
(#10) Not recommended phpdocs tag @method used
(#9) Package is not specified for class Notification. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Password.php
(#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 Password
(#5) Class Password does not have @copyright tag
(#5) Class Password does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Password. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Queue.php
(#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 Queue
(#7) Class Queue does not have @copyright tag
(#7) Class Queue does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Queue. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Redirect.php
(#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 Redirect
(#5) Class Redirect does not have @copyright tag
(#5) Class Redirect does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Redirect. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Redis.php
(#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 Redis
(#5) Class Redis does not have @copyright tag
(#5) Class Redis does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Redis. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Request.php
(#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 Request
(#5) Class Request does not have @copyright tag
(#5) Class Request does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Request. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Response.php
(#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 Response
(#7) Class Response does not have @copyright tag
(#7) Class Response does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Response. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Route.php
(#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 Route
(#5) Class Route does not have @copyright tag
(#5) Class Route does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Route. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Schema.php
(#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 Schema
(#5) Class Schema does not have @copyright tag
(#5) Class Schema does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Schema. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Session.php
(#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 Session
(#5) Class Session does not have @copyright tag
(#5) Class Session does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Session. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Storage.php
(#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 Storage
(#7) Class Storage does not have @copyright tag
(#7) Class Storage does not have @license tag
(#8) Not recommended phpdocs tag @method used
(#7) Package is not specified for class Storage. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/URL.php
(#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 URL
(#5) Class URL does not have @copyright tag
(#5) Class URL does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class URL. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/Validator.php
(#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 Validator
(#5) Class Validator does not have @copyright tag
(#5) Class Validator does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class Validator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Facades/View.php
(#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 View
(#5) Class View does not have @copyright tag
(#5) Class View does not have @license tag
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#6) Not recommended phpdocs tag @method used
(#5) Package is not specified for class View. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Fluent.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class Fluent is not documented
(#10) Package is not specified for class Fluent. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/HigherOrderCollectionProxy.php
(#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 HigherOrderCollectionProxy
(#5) Class HigherOrderCollectionProxy does not have @copyright tag
(#5) Class HigherOrderCollectionProxy does not have @license tag
(#6) Invalid phpdocs tag @mixin used
(#5) Package is not specified for class HigherOrderCollectionProxy. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/HigherOrderTapProxy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class HigherOrderTapProxy is not documented
(#5) Package is not specified for class HigherOrderTapProxy. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/HtmlString.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class HtmlString is not documented
(#7) Package is not specified for class HtmlString. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/InteractsWithTime.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function secondsUntil. It is also not specified in file-level phpdocs
(#25) Package is not specified for function availableAt. It is also not specified in file-level phpdocs
(#40) Package is not specified for function parseDateInterval. It is also not specified in file-level phpdocs
(#55) Package is not specified for function currentTime. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Manager.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class Manager is not documented
(#8) Package is not specified for class Manager. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/MessageBag.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Class MessageBag is not documented
(#12) Package is not specified for class MessageBag. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/NamespacedItemResolver.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class NamespacedItemResolver is not documented
(#5) Package is not specified for class NamespacedItemResolver. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Optional.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Optional is not documented
(#47) Phpdocs for function Optional::__isset has incomplete parameters list
(#7) Package is not specified for class Optional. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Pluralizer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Pluralizer is not documented
(#7) Package is not specified for class Pluralizer. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/ProcessUtils.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ProcessUtils does not have @copyright tag
(#5) Class ProcessUtils does not have @license tag
(#22) Invalid inline phpdocs tag @see found
(#23) Invalid inline phpdocs tag @see found
(#5) Package is not specified for class ProcessUtils. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/ServiceProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ServiceProvider is not documented
(#7) Package is not specified for class ServiceProvider. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Str.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class Str is not documented
(#260) Invalid inline phpdocs tag @method found
(#11) Package is not specified for class Str. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/BusFake.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class BusFake is not documented
(#8) Package is not specified for class BusFake. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/EventFake.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class EventFake is not documented
(#9) Package is not specified for class EventFake. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/MailFake.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class MailFake is not documented
(#10) Package is not specified for class MailFake. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/NotificationFake.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class NotificationFake is not documented
(#11) Package is not specified for class NotificationFake. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/PendingMailFake.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class PendingMailFake is not documented
(#8) Package is not specified for class PendingMailFake. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Testing/Fakes/QueueFake.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class QueueFake is not documented
(#9) Package is not specified for class QueueFake. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Traits/CapsuleManagerTrait.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#24) Package is not specified for function setupContainer. It is also not specified in file-level phpdocs
(#39) Package is not specified for function setAsGlobal. It is also not specified in file-level phpdocs
(#49) Package is not specified for function getContainer. It is also not specified in file-level phpdocs
(#59) Package is not specified for function setContainer. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Traits/Localizable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function withLocale. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/Traits/Macroable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Package is not specified for function macro. It is also not specified in file-level phpdocs
(#32) Package is not specified for function mixin. It is also not specified in file-level phpdocs
(#52) Package is not specified for function hasMacro. It is also not specified in file-level phpdocs
(#63) Package is not specified for function __callStatic. It is also not specified in file-level phpdocs
(#87) Package is not specified for function __call. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/ViewErrorBag.php
(#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 ViewErrorBag
(#55) Phpdocs for function ViewErrorBag::put has incomplete parameters list
(#8) Class ViewErrorBag does not have @copyright tag
(#8) Class ViewErrorBag does not have @license tag
(#9) Invalid phpdocs tag @mixin used
(#8) Package is not specified for class ViewErrorBag. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/illuminate/support/helpers.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#551) Phpdocs for function dd has incomplete parameters list
(#1051) Phpdocs for function throw_if has incomplete parameters list
(#1071) Phpdocs for function throw_unless has incomplete parameters list
(#12) Package is not specified for function append_config. It is also not specified in file-level phpdocs
(#35) Package is not specified for function array_add. It is also not specified in file-level phpdocs
(#50) Package is not specified for function array_collapse. It is also not specified in file-level phpdocs
(#63) Package is not specified for function array_divide. It is also not specified in file-level phpdocs
(#76) Package is not specified for function array_dot. It is also not specified in file-level phpdocs
(#90) Package is not specified for function array_except. It is also not specified in file-level phpdocs
(#104) Package is not specified for function array_first. It is also not specified in file-level phpdocs
(#119) Package is not specified for function array_flatten. It is also not specified in file-level phpdocs
(#133) Package is not specified for function array_forget. It is also not specified in file-level phpdocs
(#147) Package is not specified for function array_get. It is also not specified in file-level phpdocs
(#162) Package is not specified for function array_has. It is also not specified in file-level phpdocs
(#176) Package is not specified for function array_last. It is also not specified in file-level phpdocs
(#191) Package is not specified for function array_only. It is also not specified in file-level phpdocs
(#205) Package is not specified for function array_pluck. It is also not specified in file-level phpdocs
(#220) Package is not specified for function array_prepend. It is also not specified in file-level phpdocs
(#235) Package is not specified for function array_pull. It is also not specified in file-level phpdocs
(#250) Package is not specified for function array_random. It is also not specified in file-level phpdocs
(#264) Package is not specified for function array_set. It is also not specified in file-level phpdocs
(#281) Package is not specified for function array_sort. It is also not specified in file-level phpdocs
(#295) Package is not specified for function array_sort_recursive. It is also not specified in file-level phpdocs
(#308) Package is not specified for function array_where. It is also not specified in file-level phpdocs
(#322) Package is not specified for function array_wrap. It is also not specified in file-level phpdocs
(#335) Package is not specified for function blank. It is also not specified in file-level phpdocs
(#364) Package is not specified for function camel_case. It is also not specified in file-level phpdocs
(#377) Package is not specified for function class_basename. It is also not specified in file-level phpdocs
(#392) Package is not specified for function class_uses_recursive. It is also not specified in file-level phpdocs
(#415) Package is not specified for function collect. It is also not specified in file-level phpdocs
(#428) Package is not specified for function data_fill. It is also not specified in file-level phpdocs
(#443) Package is not specified for function data_get. It is also not specified in file-level phpdocs
(#486) Package is not specified for function data_set. It is also not specified in file-level phpdocs
(#548) Package is not specified for function dd. It is also not specified in file-level phpdocs
(#565) Package is not specified for function e. It is also not specified in file-level phpdocs
(#583) Package is not specified for function ends_with. It is also not specified in file-level phpdocs
(#597) Package is not specified for function env. It is also not specified in file-level phpdocs
(#636) Package is not specified for function filled. It is also not specified in file-level phpdocs
(#649) Package is not specified for function head. It is also not specified in file-level phpdocs
(#662) Package is not specified for function kebab_case. It is also not specified in file-level phpdocs
(#675) Package is not specified for function last. It is also not specified in file-level phpdocs
(#688) Package is not specified for function object_get. It is also not specified in file-level phpdocs
(#715) Package is not specified for function optional. It is also not specified in file-level phpdocs
(#733) Package is not specified for function preg_replace_array. It is also not specified in file-level phpdocs
(#752) Package is not specified for function retry. It is also not specified in file-level phpdocs
(#786) Package is not specified for function snake_case. It is also not specified in file-level phpdocs
(#800) Package is not specified for function starts_with. It is also not specified in file-level phpdocs
(#814) Package is not specified for function str_after. It is also not specified in file-level phpdocs
(#828) Package is not specified for function str_before. It is also not specified in file-level phpdocs
(#842) Package is not specified for function str_contains. It is also not specified in file-level phpdocs
(#856) Package is not specified for function str_finish. It is also not specified in file-level phpdocs
(#870) Package is not specified for function str_is. It is also not specified in file-level phpdocs
(#884) Package is not specified for function str_limit. It is also not specified in file-level phpdocs
(#899) Package is not specified for function str_plural. It is also not specified in file-level phpdocs
(#913) Package is not specified for function str_random. It is also not specified in file-level phpdocs
(#928) Package is not specified for function str_replace_array. It is also not specified in file-level phpdocs
(#943) Package is not specified for function str_replace_first. It is also not specified in file-level phpdocs
(#958) Package is not specified for function str_replace_last. It is also not specified in file-level phpdocs
(#973) Package is not specified for function str_singular. It is also not specified in file-level phpdocs
(#986) Package is not specified for function str_slug. It is also not specified in file-level phpdocs
(#1001) Package is not specified for function str_start. It is also not specified in file-level phpdocs
(#1015) Package is not specified for function studly_case. It is also not specified in file-level phpdocs
(#1028) Package is not specified for function tap. It is also not specified in file-level phpdocs
(#1048) Package is not specified for function throw_if. It is also not specified in file-level phpdocs
(#1068) Package is not specified for function throw_unless. It is also not specified in file-level phpdocs
(#1088) Package is not specified for function title_case. It is also not specified in file-level phpdocs
(#1101) Package is not specified for function trait_uses_recursive. It is also not specified in file-level phpdocs
(#1120) Package is not specified for function transform. It is also not specified in file-level phpdocs
(#1143) Package is not specified for function value. It is also not specified in file-level phpdocs
(#1156) Package is not specified for function windows_os. It is also not specified in file-level phpdocs
(#1168) Package is not specified for function with. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractColor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractColor is not documented
(#5) Package is not specified for class AbstractColor. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class AbstractDecoder is not documented
(#8) Package is not specified for class AbstractDecoder. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractDriver.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractDriver is not documented
(#46) Phpdocs for function AbstractDriver::cloneCore has incomplete parameters list
(#5) Package is not specified for class AbstractDriver. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractEncoder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractEncoder is not documented
(#5) Package is not specified for class AbstractEncoder. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractFont.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractFont is not documented
(#5) Package is not specified for class AbstractFont. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/AbstractShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractShape is not documented
(#41) Phpdocs for function AbstractShape::background has incomplete parameters list
(#5) Package is not specified for class AbstractShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/AbstractCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractCommand is not documented
(#5) Package is not specified for class AbstractCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/Argument.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Argument is not documented
(#77) Phpdocs for function Argument::type has incomplete parameters list
(#146) Phpdocs for function Argument::between has incomplete parameters list
(#171) Phpdocs for function Argument::min has incomplete parameters list
(#193) Phpdocs for function Argument::max has incomplete parameters list
(#5) Package is not specified for class Argument. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/ChecksumCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ChecksumCommand is not documented
(#5) Package is not specified for class ChecksumCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/CircleCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CircleCommand is not documented
(#7) Package is not specified for class CircleCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/EllipseCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class EllipseCommand is not documented
(#7) Package is not specified for class EllipseCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/ExifCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ExifCommand is not documented
(#5) Package is not specified for class ExifCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/IptcCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class IptcCommand is not documented
(#5) Package is not specified for class IptcCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/LineCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class LineCommand is not documented
(#7) Package is not specified for class LineCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/OrientateCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class OrientateCommand is not documented
(#5) Package is not specified for class OrientateCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/PolygonCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class PolygonCommand is not documented
(#7) Package is not specified for class PolygonCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/PsrResponseCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class PsrResponseCommand is not documented
(#7) Package is not specified for class PsrResponseCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/RectangleCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class RectangleCommand is not documented
(#7) Package is not specified for class RectangleCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/ResponseCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ResponseCommand is not documented
(#7) Package is not specified for class ResponseCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/StreamCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class StreamCommand is not documented
(#5) Package is not specified for class StreamCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Commands/TextCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class TextCommand is not documented
(#7) Package is not specified for class TextCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Constraint.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Constraint is not documented
(#5) Package is not specified for class Constraint. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/ImageException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ImageException is not documented
(#5) Package is not specified for class ImageException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/InvalidArgumentException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InvalidArgumentException is not documented
(#5) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/MissingDependencyException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MissingDependencyException is not documented
(#5) Package is not specified for class MissingDependencyException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotFoundException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class NotFoundException is not documented
(#5) Package is not specified for class NotFoundException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotReadableException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class NotReadableException is not documented
(#5) Package is not specified for class NotReadableException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotSupportedException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class NotSupportedException is not documented
(#5) Package is not specified for class NotSupportedException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/NotWritableException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class NotWritableException is not documented
(#5) Package is not specified for class NotWritableException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Exception/RuntimeException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class RuntimeException is not documented
(#5) Package is not specified for class RuntimeException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Facades/Image.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Image is not documented
(#9) Function Image::getFacadeAccessor is not documented
(#7) Package is not specified for class Image. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/File.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class File is not documented
(#5) Package is not specified for class File. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Filters/DemoFilter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class DemoFilter is not documented
(#5) Package is not specified for class DemoFilter. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Filters/FilterInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function applyFilter. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Color.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Color is not documented
(#54) Phpdocs for function Color::initFromArray has incomplete parameters list
(#7) Package is not specified for class Color. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/BackupCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BackupCommand is not documented
(#5) Package is not specified for class BackupCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/BlurCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BlurCommand is not documented
(#5) Package is not specified for class BlurCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/BrightnessCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BrightnessCommand is not documented
(#5) Package is not specified for class BrightnessCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ColorizeCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ColorizeCommand is not documented
(#5) Package is not specified for class ColorizeCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ContrastCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ContrastCommand is not documented
(#5) Package is not specified for class ContrastCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/CropCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class CropCommand is not documented
(#8) Package is not specified for class CropCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/DestroyCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class DestroyCommand is not documented
(#5) Package is not specified for class DestroyCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/FillCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class FillCommand is not documented
(#8) Package is not specified for class FillCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/FitCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class FitCommand is not documented
(#7) Package is not specified for class FitCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/FlipCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class FlipCommand is not documented
(#5) Package is not specified for class FlipCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GammaCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class GammaCommand is not documented
(#5) Package is not specified for class GammaCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GetSizeCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class GetSizeCommand is not documented
(#7) Package is not specified for class GetSizeCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GreyscaleCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class GreyscaleCommand is not documented
(#5) Package is not specified for class GreyscaleCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/HeightenCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class HeightenCommand is not documented
(#5) Package is not specified for class HeightenCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InsertCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InsertCommand is not documented
(#5) Package is not specified for class InsertCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InterlaceCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InterlaceCommand is not documented
(#5) Package is not specified for class InterlaceCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InvertCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InvertCommand is not documented
(#5) Package is not specified for class InvertCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/LimitColorsCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#6) Class LimitColorsCommand is not documented
(#6) Package is not specified for class LimitColorsCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/MaskCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MaskCommand is not documented
(#5) Package is not specified for class MaskCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/OpacityCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class OpacityCommand is not documented
(#5) Package is not specified for class OpacityCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/PickColorCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class PickColorCommand is not documented
(#7) Package is not specified for class PickColorCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/PixelCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class PixelCommand is not documented
(#7) Package is not specified for class PixelCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/PixelateCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class PixelateCommand is not documented
(#5) Package is not specified for class PixelateCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ResetCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ResetCommand is not documented
(#5) Package is not specified for class ResetCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCanvasCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ResizeCanvasCommand is not documented
(#5) Package is not specified for class ResizeCanvasCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ResizeCommand is not documented
(#5) Package is not specified for class ResizeCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/RotateCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class RotateCommand is not documented
(#7) Package is not specified for class RotateCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/SharpenCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class SharpenCommand is not documented
(#5) Package is not specified for class SharpenCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/TrimCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class TrimCommand is not documented
(#7) Package is not specified for class TrimCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Commands/WidenCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class WidenCommand is not documented
(#5) Package is not specified for class WidenCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Decoder is not documented
(#105) Phpdocs for function Decoder::initFromBinary has incomplete parameters list
(#7) Package is not specified for class Decoder. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Driver.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Driver is not documented
(#67) Phpdocs for function Driver::cloneCore has incomplete parameters list
(#5) Package is not specified for class Driver. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Encoder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Encoder is not documented
(#58) Function Encoder::processWebp is not documented
(#5) Package is not specified for class Encoder. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Font.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Font is not documented
(#7) Package is not specified for class Font. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/CircleShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CircleShape is not documented
(#7) Package is not specified for class CircleShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/EllipseShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class EllipseShape is not documented
(#8) Package is not specified for class EllipseShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/LineShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class LineShape is not documented
(#8) Package is not specified for class LineShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/PolygonShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class PolygonShape is not documented
(#8) Package is not specified for class PolygonShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Gd/Shapes/RectangleShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class RectangleShape is not documented
(#8) Package is not specified for class RectangleShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Image.php
(#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 Image
(#157) Phpdocs for function Image::filter has incomplete parameters list
(#8) Class Image does not have @copyright tag
(#8) Class Image does not have @license tag
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#9) Not recommended phpdocs tag @method used
(#8) Package is not specified for class Image. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageManager.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ImageManager is not documented
(#7) Package is not specified for class ImageManager. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ImageManagerStatic is not documented
(#7) Package is not specified for class ImageManagerStatic. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ImageServiceProvider is not documented
(#7) Package is not specified for class ImageServiceProvider. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel4.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class ImageServiceProviderLaravel4 is not documented
(#8) Package is not specified for class ImageServiceProviderLaravel4. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel5.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ImageServiceProviderLaravel5 is not documented
(#7) Package is not specified for class ImageServiceProviderLaravel5. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLeague.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ImageServiceProviderLeague is not documented
(#7) Package is not specified for class ImageServiceProviderLeague. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLumen.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ImageServiceProviderLumen is not documented
(#7) Package is not specified for class ImageServiceProviderLumen. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Color.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Color is not documented
(#34) Phpdocs for function Color::initFromArray has incomplete parameters list
(#241) Phpdocs for function Color::setPixel has incomplete parameters list
(#5) Package is not specified for class Color. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/BackupCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BackupCommand is not documented
(#5) Package is not specified for class BackupCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/BlurCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BlurCommand is not documented
(#5) Package is not specified for class BlurCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/BrightnessCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BrightnessCommand is not documented
(#5) Package is not specified for class BrightnessCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ColorizeCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ColorizeCommand is not documented
(#34) Function ColorizeCommand::normalizeLevel is not documented
(#5) Package is not specified for class ColorizeCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ContrastCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ContrastCommand is not documented
(#5) Package is not specified for class ContrastCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/CropCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class CropCommand is not documented
(#8) Package is not specified for class CropCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/DestroyCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class DestroyCommand is not documented
(#5) Package is not specified for class DestroyCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ExifCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ExifCommand is not documented
(#16) There is no description in phpdocs for function dontPreferExtension
(#7) Package is not specified for class ExifCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/FillCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class FillCommand is not documented
(#9) Package is not specified for class FillCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/FitCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class FitCommand is not documented
(#7) Package is not specified for class FitCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/FlipCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class FlipCommand is not documented
(#5) Package is not specified for class FlipCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GammaCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class GammaCommand is not documented
(#5) Package is not specified for class GammaCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GetSizeCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class GetSizeCommand is not documented
(#7) Package is not specified for class GetSizeCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GreyscaleCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class GreyscaleCommand is not documented
(#5) Package is not specified for class GreyscaleCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/HeightenCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class HeightenCommand is not documented
(#5) Package is not specified for class HeightenCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/InsertCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InsertCommand is not documented
(#5) Package is not specified for class InsertCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/InterlaceCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InterlaceCommand is not documented
(#5) Package is not specified for class InterlaceCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/InvertCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InvertCommand is not documented
(#5) Package is not specified for class InvertCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/LimitColorsCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class LimitColorsCommand is not documented
(#5) Package is not specified for class LimitColorsCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/MaskCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MaskCommand is not documented
(#5) Package is not specified for class MaskCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/OpacityCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class OpacityCommand is not documented
(#5) Package is not specified for class OpacityCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/PickColorCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class PickColorCommand is not documented
(#7) Package is not specified for class PickColorCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/PixelCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class PixelCommand is not documented
(#7) Package is not specified for class PixelCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/PixelateCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class PixelateCommand is not documented
(#5) Package is not specified for class PixelateCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ResetCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ResetCommand is not documented
(#5) Package is not specified for class ResetCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCanvasCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ResizeCanvasCommand is not documented
(#5) Package is not specified for class ResizeCanvasCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ResizeCommand is not documented
(#5) Package is not specified for class ResizeCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/RotateCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class RotateCommand is not documented
(#7) Package is not specified for class RotateCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/SharpenCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class SharpenCommand is not documented
(#5) Package is not specified for class SharpenCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/TrimCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class TrimCommand is not documented
(#7) Package is not specified for class TrimCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/WidenCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class WidenCommand is not documented
(#5) Package is not specified for class WidenCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Decoder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Decoder is not documented
(#74) Phpdocs for function Decoder::initFromBinary has incomplete parameters list
(#7) Package is not specified for class Decoder. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Driver.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Driver is not documented
(#5) Package is not specified for class Driver. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Encoder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Encoder is not documented
(#69) Function Encoder::processWebp is not documented
(#5) Package is not specified for class Encoder. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Font.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Font is not documented
(#7) Package is not specified for class Font. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/CircleShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CircleShape is not documented
(#7) Package is not specified for class CircleShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/EllipseShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class EllipseShape is not documented
(#8) Package is not specified for class EllipseShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/LineShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class LineShape is not documented
(#8) Package is not specified for class LineShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/PolygonShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class PolygonShape is not documented
(#8) Package is not specified for class PolygonShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Imagick/Shapes/RectangleShape.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class RectangleShape is not documented
(#8) Package is not specified for class RectangleShape. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Point.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Point is not documented
(#5) Package is not specified for class Point. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Response.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Response is not documented
(#5) Package is not specified for class Response. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/Intervention/Image/Size.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Size is not documented
(#222) Phpdocs for function Size::fit has incomplete parameters list
(#7) Package is not specified for class Size. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/intervention/image/src/config/config.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/laravolt/avatar/config/config.php
(#5) File-level phpdocs block is not found
blocks/mfavatar/vendor/laravolt/avatar/src/Avatar.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Class Avatar is not documented
(#104) Function Avatar::setGenerator is not documented
(#109) Function Avatar::create is not documented
(#119) Function Avatar::setFont is not documented
(#128) Function Avatar::toBase64 is not documented
(#144) Function Avatar::save is not documented
(#151) Function Avatar::toSvg is not documented
(#189) Function Avatar::setBackground is not documented
(#196) Function Avatar::setForeground is not documented
(#203) Function Avatar::setDimension is not documented
(#214) Function Avatar::setFontSize is not documented
(#221) Function Avatar::setBorder is not documented
(#229) Function Avatar::setShape is not documented
(#236) Function Avatar::getInitial is not documented
(#241) Function Avatar::getImageObject is not documented
(#248) Function Avatar::getRandomBackground is not documented
(#253) Function Avatar::getRandomForeground is not documented
(#258) Function Avatar::setRandomFont is not documented
(#265) Function Avatar::getBorderColor is not documented
(#277) Function Avatar::buildAvatar is not documented
(#307) Function Avatar::createShape is not documented
(#317) Function Avatar::createCircleShape is not documented
(#334) Function Avatar::createSquareShape is not documented
(#353) Function Avatar::cacheKey is not documented
(#375) Function Avatar::getRandomElement is not documented
(#392) Function Avatar::buildInitial is not documented
(#15) Variable Avatar::$name is not documented
(#17) Variable Avatar::$chars is not documented
(#18) Variable Avatar::$shape is not documented
(#19) Variable Avatar::$width is not documented
(#20) Variable Avatar::$height is not documented
(#21) Variable Avatar::$availableBackgrounds is not documented
(#22) Variable Avatar::$availableForegrounds is not documented
(#23) Variable Avatar::$fonts is not documented
(#24) Variable Avatar::$fontSize is not documented
(#25) Variable Avatar::$borderSize is not documented
(#26) Variable Avatar::$borderColor is not documented
(#27) Variable Avatar::$ascii is not documented
(#28) Variable Avatar::$uppercase is not documented
(#34) Variable Avatar::$font is not documented
(#35) Variable Avatar::$background is not documented
(#36) Variable Avatar::$foreground is not documented
(#37) Variable Avatar::$initials is not documented
(#39) Variable Avatar::$cache is not documented
(#40) Variable Avatar::$driver is not documented
(#42) Variable Avatar::$initialGenerator is not documented
(#44) Variable Avatar::$defaultFont is not documented
(#96) There is no description in phpdocs for function __toString
(#13) Package is not specified for class Avatar. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/src/Facade.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Facade is not documented
(#5) Package is not specified for class Facade. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/src/Generator/DefaultGenerator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class DefaultGenerator is not documented
(#10) Function DefaultGenerator::make is not documented
(#40) Function DefaultGenerator::setName is not documented
(#8) Package is not specified for class DefaultGenerator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/src/Generator/GeneratorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Function make is not documented
(#7) Package is not specified for function make. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/src/LumenServiceProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class LumenServiceProvider is not documented
(#42) Function LumenServiceProvider::provides is not documented
(#8) Package is not specified for class LumenServiceProvider. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/src/ServiceProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class ServiceProvider is not documented
(#42) Function ServiceProvider::provides is not documented
(#8) Package is not specified for class ServiceProvider. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/tests/AvatarLaravelTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class AvatarLaravelTest is not documented
(#5) There is no description in phpdocs for function it_can_override_attributes_when_instantiated
(#45) There is no description in phpdocs for function it_can_override_attributes_after_set_name
(#66) There is no description in phpdocs for function it_has_correct_random_background
(#96) There is no description in phpdocs for function it_has_different_random_background
(#6) Invalid phpdocs tag @test used
(#46) Invalid phpdocs tag @test used
(#67) Invalid phpdocs tag @test used
(#97) Invalid phpdocs tag @test used
(#3) Package is not specified for class AvatarLaravelTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/tests/AvatarPhpTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class AvatarPhpTest is not documented
(#363) Class FooGenerator is not documented
(#365) Function FooGenerator::make is not documented
(#5) There is no description in phpdocs for function it_can_override_attributes_when_instantiated
(#38) There is no description in phpdocs for function it_can_override_attributes_after_set_name
(#51) There is no description in phpdocs for function it_has_correct_random_background
(#69) There is no description in phpdocs for function it_has_different_random_background
(#91) There is no description in phpdocs for function it_can_create_initials_from_name
(#103) There is no description in phpdocs for function it_accept_valid_font_file
(#116) There is no description in phpdocs for function it_cannot_accept_invalid_font_file
(#129) There is no description in phpdocs for function it_can_generate_base64
(#141) There is no description in phpdocs for function it_can_generate_base64_from_cache
(#157) There is no description in phpdocs for function it_can_generate_file
(#172) There is no description in phpdocs for function it_can_generate_circle_svg
(#195) There is no description in phpdocs for function it_can_generate_rectangle_svg
(#218) There is no description in phpdocs for function it_can_set_background
(#231) There is no description in phpdocs for function it_can_set_foreground
(#244) There is no description in phpdocs for function it_can_set_dimension
(#260) There is no description in phpdocs for function it_can_set_font_size
(#273) There is no description in phpdocs for function it_can_set_border
(#290) There is no description in phpdocs for function it_can_accept_valid_shape
(#305) There is no description in phpdocs for function it_throw_exception_for_invalid_shape
(#317) There is no description in phpdocs for function it_can_get_raw_image_object
(#328) There is no description in phpdocs for function it_can_get_initial
(#339) There is no description in phpdocs for function it_can_cast_to_string
(#351) There is no description in phpdocs for function it_can_set_custom_generator
(#6) Invalid phpdocs tag @test used
(#39) Invalid phpdocs tag @test used
(#52) Invalid phpdocs tag @test used
(#70) Invalid phpdocs tag @test used
(#92) Invalid phpdocs tag @test used
(#104) Invalid phpdocs tag @test used
(#117) Invalid phpdocs tag @test used
(#130) Invalid phpdocs tag @test used
(#142) Invalid phpdocs tag @test used
(#158) Invalid phpdocs tag @test used
(#173) Invalid phpdocs tag @test used
(#196) Invalid phpdocs tag @test used
(#219) Invalid phpdocs tag @test used
(#232) Invalid phpdocs tag @test used
(#245) Invalid phpdocs tag @test used
(#261) Invalid phpdocs tag @test used
(#274) Invalid phpdocs tag @test used
(#291) Invalid phpdocs tag @test used
(#306) Invalid phpdocs tag @test used
(#318) Invalid phpdocs tag @test used
(#329) Invalid phpdocs tag @test used
(#340) Invalid phpdocs tag @test used
(#352) Invalid phpdocs tag @test used
(#3) Package is not specified for class AvatarPhpTest. It is also not specified in file-level phpdocs
(#363) Package is not specified for class FooGenerator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/laravolt/avatar/tests/InitialsGeneratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class InitialGeneratorTest is not documented
(#5) There is no description in phpdocs for function it_accept_string
(#15) There is no description in phpdocs for function it_accept_stringy
(#25) There is no description in phpdocs for function it_cannot_accept_array
(#35) There is no description in phpdocs for function it_cannot_accept_object_without_to_string_function
(#45) There is no description in phpdocs for function it_can_generate_initials_from_single_word_name
(#55) There is no description in phpdocs for function it_can_generate_initials_from_multi_word_name
(#65) There is no description in phpdocs for function it_can_generate_initials_if_name_shorter_than_expected_length
(#75) There is no description in phpdocs for function it_can_generate_initials_if_name_longer_than_expected_length
(#85) There is no description in phpdocs for function it_can_handle_empty_name
(#95) There is no description in phpdocs for function it_allow_non_ascii
(#105) There is no description in phpdocs for function it_can_convert_to_ascii
(#115) There is no description in phpdocs for function it_can_generate_initials_from_email
(#6) Invalid phpdocs tag @test used
(#16) Invalid phpdocs tag @test used
(#26) Invalid phpdocs tag @test used
(#36) Invalid phpdocs tag @test used
(#46) Invalid phpdocs tag @test used
(#56) Invalid phpdocs tag @test used
(#66) Invalid phpdocs tag @test used
(#76) Invalid phpdocs tag @test used
(#86) Invalid phpdocs tag @test used
(#96) Invalid phpdocs tag @test used
(#106) Invalid phpdocs tag @test used
(#116) Invalid phpdocs tag @test used
(#27) Incorrect path for phpdocs tag @expectedException detected
(#37) Incorrect path for phpdocs tag @expectedException detected
(#3) Package is not specified for class InitialGeneratorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/nesbot/carbon/build.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Carbon.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#849) Function Carbon::createFromFormatAndTimezone is not documented
(#57) Constant Carbon::NO_ZERO_DIFF is not documented
(#58) Constant Carbon::JUST_NOW is not documented
(#59) Constant Carbon::ONE_DAY_WORDS is not documented
(#60) Constant Carbon::TWO_DAY_WORDS is not documented
(#66) Constant Carbon::MONDAY is not documented
(#67) Constant Carbon::TUESDAY is not documented
(#68) Constant Carbon::WEDNESDAY is not documented
(#69) Constant Carbon::THURSDAY is not documented
(#70) Constant Carbon::FRIDAY is not documented
(#71) Constant Carbon::SATURDAY is not documented
(#92) Constant Carbon::YEARS_PER_DECADE is not documented
(#93) Constant Carbon::MONTHS_PER_YEAR is not documented
(#94) Constant Carbon::MONTHS_PER_QUARTER is not documented
(#95) Constant Carbon::WEEKS_PER_YEAR is not documented
(#96) Constant Carbon::WEEKS_PER_MONTH is not documented
(#97) Constant Carbon::DAYS_PER_WEEK is not documented
(#98) Constant Carbon::HOURS_PER_DAY is not documented
(#99) Constant Carbon::MINUTES_PER_HOUR is not documented
(#100) Constant Carbon::SECONDS_PER_MINUTE is not documented
(#483) Found comment starting with three or more slashes
(#484) Found comment starting with three or more slashes
(#485) Found comment starting with three or more slashes
(#1049) Found comment starting with three or more slashes
(#1050) Found comment starting with three or more slashes
(#1051) Found comment starting with three or more slashes
(#1411) Found comment starting with three or more slashes
(#1412) Found comment starting with three or more slashes
(#1413) Found comment starting with three or more slashes
(#1503) Found comment starting with three or more slashes
(#1504) Found comment starting with three or more slashes
(#1505) Found comment starting with three or more slashes
(#1573) Found comment starting with three or more slashes
(#1574) Found comment starting with three or more slashes
(#1575) Found comment starting with three or more slashes
(#1635) Found comment starting with three or more slashes
(#1636) Found comment starting with three or more slashes
(#1637) Found comment starting with three or more slashes
(#1906) Found comment starting with three or more slashes
(#1907) Found comment starting with three or more slashes
(#1908) Found comment starting with three or more slashes
(#2716) Found comment starting with three or more slashes
(#2717) Found comment starting with three or more slashes
(#2718) Found comment starting with three or more slashes
(#3575) Found comment starting with three or more slashes
(#3576) Found comment starting with three or more slashes
(#3577) Found comment starting with three or more slashes
(#3979) Found comment starting with three or more slashes
(#3980) Found comment starting with three or more slashes
(#3981) Found comment starting with three or more slashes
(#4461) Found comment starting with three or more slashes
(#4462) Found comment starting with three or more slashes
(#4463) Found comment starting with three or more slashes
(#4537) Found comment starting with three or more slashes
(#4538) Found comment starting with three or more slashes
(#4539) Found comment starting with three or more slashes
(#294) There is no description in phpdocs for function setHumanDiffOptions
(#302) There is no description in phpdocs for function enableHumanDiffOption
(#310) There is no description in phpdocs for function disableHumanDiffOption
(#318) There is no description in phpdocs for function getHumanDiffOptions
(#412) Phpdocs for function Carbon::compareYearWithMonth has incomplete parameters list
(#1522) Phpdocs for function Carbon::setTestNow has incomplete parameters list
(#24) Class Carbon does not have @copyright tag
(#24) Class Carbon does not have @license tag
(#24) Package is not specified for class Carbon. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#138) Function CarbonInterval::standardizeUnit is not documented
(#145) Function CarbonInterval::getFlipCascadeFactors is not documented
(#82) Constant CarbonInterval::PERIOD_YEARS is not documented
(#83) Constant CarbonInterval::PERIOD_MONTHS is not documented
(#84) Constant CarbonInterval::PERIOD_DAYS is not documented
(#85) Constant CarbonInterval::PERIOD_TIME_PREFIX is not documented
(#86) Constant CarbonInterval::PERIOD_HOURS is not documented
(#87) Constant CarbonInterval::PERIOD_MINUTES is not documented
(#88) Constant CarbonInterval::PERIOD_SECONDS is not documented
(#180) Found comment starting with three or more slashes
(#181) Found comment starting with three or more slashes
(#182) Found comment starting with three or more slashes
(#534) Found comment starting with three or more slashes
(#535) Found comment starting with three or more slashes
(#536) Found comment starting with three or more slashes
(#592) Found comment starting with three or more slashes
(#593) Found comment starting with three or more slashes
(#594) Found comment starting with three or more slashes
(#22) No one-line description found in phpdocs for class CarbonInterval
(#159) There is no description in phpdocs for function setCascadeFactors
(#22) Class CarbonInterval does not have @copyright tag
(#22) Class CarbonInterval does not have @license tag
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#45) Not recommended phpdocs tag @method used
(#22) Package is not specified for class CarbonInterval. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#109) Constant CarbonPeriod::END_DATE_FILTER is not documented
(#124) Constant CarbonPeriod::EXCLUDE_END_DATE is not documented
(#27) No one-line description found in phpdocs for class CarbonPeriod
(#27) Class CarbonPeriod does not have @copyright tag
(#27) Class CarbonPeriod does not have @license tag
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#27) Package is not specified for class CarbonPeriod. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class InvalidDateException is not documented
(#17) Package is not specified for class InvalidDateException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/af.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ar.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/az.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/bg.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/bn.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/bs_BA.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ca.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/cs.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/cy.php
(#10) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/da.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/de.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/el.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/en.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/eo.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/es.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/et.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/eu.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fa.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fi.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fo.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/fr.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/gl.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/gu.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/he.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hi.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hr.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hu.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/hy.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/id.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/is.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/it.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ja.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ka.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/kk.php
(#10) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/km.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ko.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/lt.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/lv.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/mk.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/mn.php
(#2) Empty line found after PHP open tag
(#15) File-level phpdocs block is not found
(#12) Invalid phpdocs tag @translator used
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ms.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ne.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/nl.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/no.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/oc.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/pl.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ps.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/pt.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/pt_BR.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ro.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ru.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sh.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sk.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sl.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sq.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sr_ME.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sv.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/sw.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/th.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/tr.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/uk.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/ur.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/uz.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/vi.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/zh.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/nesbot/carbon/src/Carbon/Translator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Translator is not documented
(#39) Function Translator::__construct is not documented
(#7) Package is not specified for class Translator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/nesbot/carbon/src/JsonSerializable.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Package is not specified for function jsonSerialize. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/container/src/ContainerExceptionInterface.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
blocks/mfavatar/vendor/psr/container/src/ContainerInterface.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#13) Package is not specified for function get. It is also not specified in file-level phpdocs
(#25) Package is not specified for function has. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/container/src/NotFoundExceptionInterface.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
blocks/mfavatar/vendor/psr/http-message/src/MessageInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Package is not specified for function getProtocolVersion. It is also not specified in file-level phpdocs
(#28) Package is not specified for function withProtocolVersion. It is also not specified in file-level phpdocs
(#43) Package is not specified for function getHeaders. It is also not specified in file-level phpdocs
(#70) Package is not specified for function hasHeader. It is also not specified in file-level phpdocs
(#80) Package is not specified for function getHeader. It is also not specified in file-level phpdocs
(#96) Package is not specified for function getHeaderLine. It is also not specified in file-level phpdocs
(#117) Package is not specified for function withHeader. It is also not specified in file-level phpdocs
(#134) Package is not specified for function withAddedHeader. It is also not specified in file-level phpdocs
(#152) Package is not specified for function withoutHeader. It is also not specified in file-level phpdocs
(#166) Package is not specified for function getBody. It is also not specified in file-level phpdocs
(#173) Package is not specified for function withBody. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/http-message/src/RequestInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#26) Package is not specified for function getRequestTarget. It is also not specified in file-level phpdocs
(#44) Package is not specified for function withRequestTarget. It is also not specified in file-level phpdocs
(#63) Package is not specified for function getMethod. It is also not specified in file-level phpdocs
(#70) Package is not specified for function withMethod. It is also not specified in file-level phpdocs
(#87) Package is not specified for function getUri. It is also not specified in file-level phpdocs
(#98) Package is not specified for function withUri. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/http-message/src/ResponseInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Package is not specified for function getStatusCode. It is also not specified in file-level phpdocs
(#32) Package is not specified for function withStatus. It is also not specified in file-level phpdocs
(#54) Package is not specified for function getReasonPhrase. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/http-message/src/ServerRequestInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#45) Package is not specified for function getServerParams. It is also not specified in file-level phpdocs
(#56) Package is not specified for function getCookieParams. It is also not specified in file-level phpdocs
(#68) Package is not specified for function withCookieParams. It is also not specified in file-level phpdocs
(#87) Package is not specified for function getQueryParams. It is also not specified in file-level phpdocs
(#101) Package is not specified for function withQueryParams. It is also not specified in file-level phpdocs
(#125) Package is not specified for function getUploadedFiles. It is also not specified in file-level phpdocs
(#139) Package is not specified for function withUploadedFiles. It is also not specified in file-level phpdocs
(#152) Package is not specified for function getParsedBody. It is also not specified in file-level phpdocs
(#169) Package is not specified for function withParsedBody. It is also not specified in file-level phpdocs
(#199) Package is not specified for function getAttributes. It is also not specified in file-level phpdocs
(#212) Package is not specified for function getAttribute. It is also not specified in file-level phpdocs
(#229) Package is not specified for function withAttribute. It is also not specified in file-level phpdocs
(#246) Package is not specified for function withoutAttribute. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/http-message/src/StreamInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Package is not specified for function __toString. 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
(#37) Package is not specified for function detach. It is also not specified in file-level phpdocs
(#46) Package is not specified for function getSize. It is also not specified in file-level phpdocs
(#53) Package is not specified for function tell. It is also not specified in file-level phpdocs
(#61) Package is not specified for function eof. It is also not specified in file-level phpdocs
(#68) Package is not specified for function isSeekable. It is also not specified in file-level phpdocs
(#75) Package is not specified for function seek. It is also not specified in file-level phpdocs
(#89) Package is not specified for function rewind. It is also not specified in file-level phpdocs
(#101) Package is not specified for function isWritable. It is also not specified in file-level phpdocs
(#108) Package is not specified for function write. It is also not specified in file-level phpdocs
(#117) Package is not specified for function isReadable. It is also not specified in file-level phpdocs
(#124) Package is not specified for function read. It is also not specified in file-level phpdocs
(#136) Package is not specified for function getContents. It is also not specified in file-level phpdocs
(#145) Package is not specified for function getMetadata. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/http-message/src/UploadedFileInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Package is not specified for function getStream. It is also not specified in file-level phpdocs
(#33) Package is not specified for function moveTo. It is also not specified in file-level phpdocs
(#67) Package is not specified for function getSize. It is also not specified in file-level phpdocs
(#78) Package is not specified for function getError. It is also not specified in file-level phpdocs
(#94) Package is not specified for function getClientFilename. It is also not specified in file-level phpdocs
(#109) Package is not specified for function getClientMediaType. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/http-message/src/UriInterface.php
(#2) File-level phpdocs block is not found
(#26) Package is not specified for function getScheme. It is also not specified in file-level phpdocs
(#42) Package is not specified for function getAuthority. It is also not specified in file-level phpdocs
(#62) Package is not specified for function getUserInfo. It is also not specified in file-level phpdocs
(#79) Package is not specified for function getHost. It is also not specified in file-level phpdocs
(#92) Package is not specified for function getPort. It is also not specified in file-level phpdocs
(#109) Package is not specified for function getPath. It is also not specified in file-level phpdocs
(#136) Package is not specified for function getQuery. It is also not specified in file-level phpdocs
(#158) Package is not specified for function getFragment. It is also not specified in file-level phpdocs
(#176) Package is not specified for function withScheme. It is also not specified in file-level phpdocs
(#193) Package is not specified for function withUserInfo. It is also not specified in file-level phpdocs
(#209) Package is not specified for function withHost. It is also not specified in file-level phpdocs
(#223) Package is not specified for function withPort. It is also not specified in file-level phpdocs
(#242) Package is not specified for function withPath. It is also not specified in file-level phpdocs
(#266) Package is not specified for function withQuery. It is also not specified in file-level phpdocs
(#283) Package is not specified for function withFragment. It is also not specified in file-level phpdocs
(#299) Package is not specified for function __toString. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/simple-cache/src/CacheException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/psr/simple-cache/src/CacheInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Package is not specified for function get. It is also not specified in file-level phpdocs
(#20) Package is not specified for function set. It is also not specified in file-level phpdocs
(#36) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#48) Package is not specified for function clear. It is also not specified in file-level phpdocs
(#55) Package is not specified for function getMultiple. It is also not specified in file-level phpdocs
(#69) Package is not specified for function setMultiple. It is also not specified in file-level phpdocs
(#85) Package is not specified for function deleteMultiple. It is also not specified in file-level phpdocs
(#98) Package is not specified for function has. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/psr/simple-cache/src/InvalidArgumentException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/symfony/polyfill-mbstring/Mbstring.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#79) Function Mbstring::mb_convert_encoding is not documented
(#117) Function Mbstring::mb_convert_variables is not documented
(#131) Function Mbstring::mb_decode_mimeheader is not documented
(#136) Function Mbstring::mb_encode_mimeheader is not documented
(#141) Function Mbstring::mb_decode_numericentity is not documented
(#198) Function Mbstring::mb_encode_numericentity is not documented
(#265) Function Mbstring::mb_convert_case is not documented
(#340) Function Mbstring::mb_internal_encoding is not documented
(#357) Function Mbstring::mb_language is not documented
(#374) Function Mbstring::mb_list_encodings is not documented
(#379) Function Mbstring::mb_encoding_aliases is not documented
(#390) Function Mbstring::mb_check_encoding is not documented
(#402) Function Mbstring::mb_detect_encoding is not documented
(#438) Function Mbstring::mb_detect_order is not documented
(#466) Function Mbstring::mb_strlen is not documented
(#476) Function Mbstring::mb_strpos is not documented
(#493) Function Mbstring::mb_strrpos is not documented
(#516) Function Mbstring::mb_strtolower is not documented
(#521) Function Mbstring::mb_strtoupper is not documented
(#526) Function Mbstring::mb_substitute_character is not documented
(#535) Function Mbstring::mb_substr is not documented
(#561) Function Mbstring::mb_stripos is not documented
(#569) Function Mbstring::mb_stristr is not documented
(#576) Function Mbstring::mb_strrchr is not documented
(#588) Function Mbstring::mb_strrichr is not documented
(#596) Function Mbstring::mb_strripos is not documented
(#604) Function Mbstring::mb_strstr is not documented
(#617) Function Mbstring::mb_get_info is not documented
(#646) Function Mbstring::mb_http_input is not documented
(#651) Function Mbstring::mb_http_output is not documented
(#656) Function Mbstring::mb_strwidth is not documented
(#669) Function Mbstring::mb_substr_count is not documented
(#674) Function Mbstring::mb_output_handler is not documented
(#679) Function Mbstring::mb_chr is not documented
(#698) Function Mbstring::mb_ord is not documented
(#718) Function Mbstring::getSubpart is not documented
(#730) Function Mbstring::html_encoding_callback is not documented
(#755) Function Mbstring::title_case_lower is not documented
(#760) Function Mbstring::title_case_upper is not documented
(#765) Function Mbstring::getData is not documented
(#774) Function Mbstring::getEncoding is not documented
(#71) Variable Mbstring::$encodingList is not documented
(#72) Variable Mbstring::$language is not documented
(#73) Variable Mbstring::$internalEncoding is not documented
(#74) Variable Mbstring::$caseFold is not documented
(#69) Constant Mbstring::MB_CASE_FOLD is not documented
(#14) Class Mbstring does not have @copyright tag
(#14) Class Mbstring does not have @license tag
(#65) Not recommended phpdocs tag @internal used
(#14) Package is not specified for class Mbstring. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/symfony/polyfill-mbstring/bootstrap.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Function mb_convert_encoding is not documented
(#20) Function mb_decode_mimeheader is not documented
(#21) Function mb_encode_mimeheader is not documented
(#22) Function mb_decode_numericentity is not documented
(#23) Function mb_encode_numericentity is not documented
(#24) Function mb_convert_case is not documented
(#25) Function mb_internal_encoding is not documented
(#26) Function mb_language is not documented
(#27) Function mb_list_encodings is not documented
(#28) Function mb_encoding_aliases is not documented
(#29) Function mb_check_encoding is not documented
(#30) Function mb_detect_encoding is not documented
(#31) Function mb_detect_order is not documented
(#32) Function mb_parse_str is not documented
(#33) Function mb_strlen is not documented
(#34) Function mb_strpos is not documented
(#35) Function mb_strtolower is not documented
(#36) Function mb_strtoupper is not documented
(#37) Function mb_substitute_character is not documented
(#38) Function mb_substr is not documented
(#39) Function mb_stripos is not documented
(#40) Function mb_stristr is not documented
(#41) Function mb_strrchr is not documented
(#42) Function mb_strrichr is not documented
(#43) Function mb_strripos is not documented
(#44) Function mb_strrpos is not documented
(#45) Function mb_strstr is not documented
(#46) Function mb_get_info is not documented
(#47) Function mb_http_output is not documented
(#48) Function mb_strwidth is not documented
(#49) Function mb_substr_count is not documented
(#50) Function mb_output_handler is not documented
(#51) Function mb_http_input is not documented
(#52) Function mb_convert_variables is not documented
(#55) Function mb_ord is not documented
(#56) Function mb_chr is not documented
(#57) Function mb_scrub is not documented
(#19) Package is not specified for function mb_convert_encoding. It is also not specified in file-level phpdocs
(#20) Package is not specified for function mb_decode_mimeheader. It is also not specified in file-level phpdocs
(#21) Package is not specified for function mb_encode_mimeheader. It is also not specified in file-level phpdocs
(#22) Package is not specified for function mb_decode_numericentity. It is also not specified in file-level phpdocs
(#23) Package is not specified for function mb_encode_numericentity. It is also not specified in file-level phpdocs
(#24) Package is not specified for function mb_convert_case. It is also not specified in file-level phpdocs
(#25) Package is not specified for function mb_internal_encoding. It is also not specified in file-level phpdocs
(#26) Package is not specified for function mb_language. It is also not specified in file-level phpdocs
(#27) Package is not specified for function mb_list_encodings. It is also not specified in file-level phpdocs
(#28) Package is not specified for function mb_encoding_aliases. It is also not specified in file-level phpdocs
(#29) Package is not specified for function mb_check_encoding. It is also not specified in file-level phpdocs
(#30) Package is not specified for function mb_detect_encoding. It is also not specified in file-level phpdocs
(#31) Package is not specified for function mb_detect_order. It is also not specified in file-level phpdocs
(#32) Package is not specified for function mb_parse_str. It is also not specified in file-level phpdocs
(#33) Package is not specified for function mb_strlen. It is also not specified in file-level phpdocs
(#34) Package is not specified for function mb_strpos. It is also not specified in file-level phpdocs
(#35) Package is not specified for function mb_strtolower. It is also not specified in file-level phpdocs
(#36) Package is not specified for function mb_strtoupper. It is also not specified in file-level phpdocs
(#37) Package is not specified for function mb_substitute_character. It is also not specified in file-level phpdocs
(#38) Package is not specified for function mb_substr. It is also not specified in file-level phpdocs
(#39) Package is not specified for function mb_stripos. It is also not specified in file-level phpdocs
(#40) Package is not specified for function mb_stristr. It is also not specified in file-level phpdocs
(#41) Package is not specified for function mb_strrchr. It is also not specified in file-level phpdocs
(#42) Package is not specified for function mb_strrichr. It is also not specified in file-level phpdocs
(#43) Package is not specified for function mb_strripos. It is also not specified in file-level phpdocs
(#44) Package is not specified for function mb_strrpos. It is also not specified in file-level phpdocs
(#45) Package is not specified for function mb_strstr. It is also not specified in file-level phpdocs
(#46) Package is not specified for function mb_get_info. It is also not specified in file-level phpdocs
(#47) Package is not specified for function mb_http_output. It is also not specified in file-level phpdocs
(#48) Package is not specified for function mb_strwidth. It is also not specified in file-level phpdocs
(#49) Package is not specified for function mb_substr_count. It is also not specified in file-level phpdocs
(#50) Package is not specified for function mb_output_handler. It is also not specified in file-level phpdocs
(#51) Package is not specified for function mb_http_input. It is also not specified in file-level phpdocs
(#52) Package is not specified for function mb_convert_variables. It is also not specified in file-level phpdocs
(#55) Package is not specified for function mb_ord. It is also not specified in file-level phpdocs
(#56) Package is not specified for function mb_chr. It is also not specified in file-level phpdocs
(#57) Package is not specified for function mb_scrub. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Catalogue/AbstractOperation.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#29) Variable AbstractOperation::$source is not documented
(#30) Variable AbstractOperation::$target is not documented
(#31) Variable AbstractOperation::$result is not documented
(#62) There is no description in phpdocs for function __construct
(#62) Phpdocs for function AbstractOperation::__construct has incomplete parameters list
(#89) Phpdocs for function AbstractOperation::getMessages has incomplete parameters list
(#105) Phpdocs for function AbstractOperation::getNewMessages has incomplete parameters list
(#121) Phpdocs for function AbstractOperation::getObsoleteMessages has incomplete parameters list
(#19) Class AbstractOperation does not have @copyright tag
(#19) Class AbstractOperation does not have @license tag
(#19) Package is not specified for class AbstractOperation. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Catalogue/MergeOperation.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) No one-line description found in phpdocs for class MergeOperation
(#25) Phpdocs for function MergeOperation::processDomain has incomplete parameters list
(#14) Class MergeOperation does not have @copyright tag
(#14) Class MergeOperation does not have @license tag
(#14) Package is not specified for class MergeOperation. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Catalogue/OperationInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#37) Package is not specified for function getDomains. It is also not specified in file-level phpdocs
(#44) Package is not specified for function getMessages. It is also not specified in file-level phpdocs
(#53) Package is not specified for function getNewMessages. It is also not specified in file-level phpdocs
(#62) Package is not specified for function getObsoleteMessages. It is also not specified in file-level phpdocs
(#71) Package is not specified for function getResult. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Catalogue/TargetOperation.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) No one-line description found in phpdocs for class TargetOperation
(#26) Phpdocs for function TargetOperation::processDomain has incomplete parameters list
(#14) Class TargetOperation does not have @copyright tag
(#14) Class TargetOperation does not have @license tag
(#14) Package is not specified for class TargetOperation. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Command/XliffLintCommand.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#37) Function XliffLintCommand::__construct is not documented
(#76) Function XliffLintCommand::execute is not documented
(#103) Function XliffLintCommand::validate is not documented
(#145) Function XliffLintCommand::display is not documented
(#157) Function XliffLintCommand::displayTxt is not documented
(#184) Function XliffLintCommand::displayJson is not documented
(#200) Function XliffLintCommand::getFiles is not documented
(#217) Function XliffLintCommand::getStdin is not documented
(#231) Function XliffLintCommand::getDirectoryIterator is not documented
(#247) Function XliffLintCommand::isReadable is not documented
(#260) Function XliffLintCommand::getTargetLanguageFromFile is not documented
(#30) Variable XliffLintCommand::$defaultName is not documented
(#32) Variable XliffLintCommand::$format is not documented
(#33) Variable XliffLintCommand::$displayCorrectFiles is not documented
(#34) Variable XliffLintCommand::$directoryIteratorProvider is not documented
(#35) Variable XliffLintCommand::$isReadableProvider is not documented
(#21) Class XliffLintCommand does not have @copyright tag
(#21) Class XliffLintCommand does not have @license tag
(#21) Package is not specified for class XliffLintCommand. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/DataCollector/TranslationDataCollector.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#27) Function TranslationDataCollector::__construct is not documented
(#95) Function TranslationDataCollector::getLocale is not documented
(#100) Function TranslationDataCollector::getFallbackLocales is not documented
(#113) Function TranslationDataCollector::sanitizeCollectedMessages is not documented
(#138) Function TranslationDataCollector::computeCount is not documented
(#153) Function TranslationDataCollector::sanitizeString is not documented
(#25) Variable TranslationDataCollector::$translator is not documented
(#20) No one-line description found in phpdocs for class TranslationDataCollector
(#63) There is no description in phpdocs for function getMessages
(#71) There is no description in phpdocs for function getCountMissings
(#79) There is no description in phpdocs for function getCountFallbacks
(#87) There is no description in phpdocs for function getCountDefines
(#48) Phpdocs for function TranslationDataCollector::collect has incomplete parameters list
(#20) Class TranslationDataCollector does not have @copyright tag
(#20) Class TranslationDataCollector does not have @license tag
(#20) Package is not specified for class TranslationDataCollector. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/DataCollectorTranslator.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#30) Variable DataCollectorTranslator::$messages is not documented
(#21) Constant DataCollectorTranslator::MESSAGE_DEFINED is not documented
(#22) Constant DataCollectorTranslator::MESSAGE_MISSING is not documented
(#23) Constant DataCollectorTranslator::MESSAGE_EQUALS_FALLBACK is not documented
(#16) No one-line description found in phpdocs for class DataCollectorTranslator
(#32) There is no description in phpdocs for function __construct
(#112) There is no description in phpdocs for function getCollectedMessages
(#120) There is no description in phpdocs for function collectMessage
(#44) Phpdocs for function DataCollectorTranslator::trans has incomplete parameters list
(#55) Phpdocs for function DataCollectorTranslator::transChoice has incomplete parameters list
(#66) Phpdocs for function DataCollectorTranslator::setLocale has incomplete parameters list
(#82) Phpdocs for function DataCollectorTranslator::getCatalogue has incomplete parameters list
(#104) Phpdocs for function DataCollectorTranslator::__call has incomplete parameters list
(#16) Class DataCollectorTranslator does not have @copyright tag
(#16) Class DataCollectorTranslator does not have @license tag
(#16) Package is not specified for class DataCollectorTranslator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#26) Function TranslationDumperPass::__construct is not documented
(#32) Function TranslationDumperPass::process is not documented
(#23) Variable TranslationDumperPass::$writerServiceId is not documented
(#24) Variable TranslationDumperPass::$dumperTag is not documented
(#18) Class TranslationDumperPass does not have @copyright tag
(#18) Class TranslationDumperPass does not have @license tag
(#18) Package is not specified for class TranslationDumperPass. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#27) Function TranslationExtractorPass::__construct is not documented
(#33) Function TranslationExtractorPass::process is not documented
(#24) Variable TranslationExtractorPass::$extractorServiceId is not documented
(#25) Variable TranslationExtractorPass::$extractorTag is not documented
(#19) Class TranslationExtractorPass does not have @copyright tag
(#19) Class TranslationExtractorPass does not have @license tag
(#19) Package is not specified for class TranslationExtractorPass. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/DependencyInjection/TranslatorPass.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class TranslatorPass is not documented
(#27) Function TranslatorPass::__construct is not documented
(#36) Function TranslatorPass::process is not documented
(#21) Variable TranslatorPass::$translatorServiceId is not documented
(#22) Variable TranslatorPass::$readerServiceId is not documented
(#23) Variable TranslatorPass::$loaderTag is not documented
(#24) Variable TranslatorPass::$debugCommandServiceId is not documented
(#25) Variable TranslatorPass::$updateCommandServiceId is not documented
(#19) Package is not specified for class TranslatorPass. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/CsvFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Variable CsvFileDumper::$delimiter is not documented
(#24) Variable CsvFileDumper::$enclosure is not documented
(#26) Phpdocs for function CsvFileDumper::formatCatalogue has incomplete parameters list
(#16) Class CsvFileDumper does not have @copyright tag
(#16) Class CsvFileDumper does not have @license tag
(#16) Package is not specified for class CsvFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/DumperInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#24) Package is not specified for function dump. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/FileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#48) Phpdocs for function FileDumper::setBackup has incomplete parameters list
(#61) Phpdocs for function FileDumper::dump has incomplete parameters list
(#102) Phpdocs for function FileDumper::getRelativePath has incomplete parameters list
(#18) Class FileDumper does not have @copyright tag
(#18) Class FileDumper does not have @license tag
(#18) Package is not specified for class FileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/IcuResFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#85) Function IcuResFileDumper::writePadding is not documented
(#94) Function IcuResFileDumper::getPosition is not documented
(#28) Phpdocs for function IcuResFileDumper::formatCatalogue has incomplete parameters list
(#23) Phpdocs for variable IcuResFileDumper::$relativePathTemplate does not contain @var or incorrect
(#16) Class IcuResFileDumper does not have @copyright tag
(#16) Class IcuResFileDumper does not have @license tag
(#16) Package is not specified for class IcuResFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/IniFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Phpdocs for function IniFileDumper::formatCatalogue has incomplete parameters list
(#16) Class IniFileDumper does not have @copyright tag
(#16) Class IniFileDumper does not have @license tag
(#16) Package is not specified for class IniFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/JsonFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Phpdocs for function JsonFileDumper::formatCatalogue has incomplete parameters list
(#16) Class JsonFileDumper does not have @copyright tag
(#16) Class JsonFileDumper does not have @license tag
(#16) Package is not specified for class JsonFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/MoFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#78) Function MoFileDumper::writeLong is not documented
(#24) Phpdocs for function MoFileDumper::formatCatalogue has incomplete parameters list
(#17) Class MoFileDumper does not have @copyright tag
(#17) Class MoFileDumper does not have @license tag
(#17) Package is not specified for class MoFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/PhpFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Phpdocs for function PhpFileDumper::formatCatalogue has incomplete parameters list
(#16) Class PhpFileDumper does not have @copyright tag
(#16) Class PhpFileDumper does not have @license tag
(#16) Package is not specified for class PhpFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/PoFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#57) Function PoFileDumper::escape is not documented
(#23) Phpdocs for function PoFileDumper::formatCatalogue has incomplete parameters list
(#16) Class PoFileDumper does not have @copyright tag
(#16) Class PoFileDumper does not have @license tag
(#16) Package is not specified for class PoFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/QtFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Phpdocs for function QtFileDumper::formatCatalogue has incomplete parameters list
(#16) Class QtFileDumper does not have @copyright tag
(#16) Class QtFileDumper does not have @license tag
(#16) Package is not specified for class QtFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/XliffFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#58) Function XliffFileDumper::dumpXliff1 is not documented
(#132) Function XliffFileDumper::dumpXliff2 is not documented
(#195) There is no description in phpdocs for function hasMetadataArrayInfo
(#24) Phpdocs for function XliffFileDumper::formatCatalogue has incomplete parameters list
(#17) Class XliffFileDumper does not have @copyright tag
(#17) Class XliffFileDumper does not have @license tag
(#17) Package is not specified for class XliffFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Dumper/YamlFileDumper.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#28) Function YamlFileDumper::__construct is not documented
(#26) Variable YamlFileDumper::$extension is not documented
(#33) Phpdocs for function YamlFileDumper::formatCatalogue has incomplete parameters list
(#19) Class YamlFileDumper does not have @copyright tag
(#19) Class YamlFileDumper does not have @license tag
(#19) Package is not specified for class YamlFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Exception/ExceptionInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
blocks/mfavatar/vendor/symfony/translation/Exception/InvalidArgumentException.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class InvalidArgumentException does not have @copyright tag
(#14) Class InvalidArgumentException does not have @license tag
(#14) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Exception/InvalidResourceException.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class InvalidResourceException does not have @copyright tag
(#14) Class InvalidResourceException does not have @license tag
(#14) Package is not specified for class InvalidResourceException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Exception/LogicException.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class LogicException does not have @copyright tag
(#14) Class LogicException does not have @license tag
(#14) Package is not specified for class LogicException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Exception/NotFoundResourceException.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class NotFoundResourceException does not have @copyright tag
(#14) Class NotFoundResourceException does not have @license tag
(#14) Package is not specified for class NotFoundResourceException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Exception/RuntimeException.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class RuntimeException does not have @copyright tag
(#14) Class RuntimeException does not have @license tag
(#14) Package is not specified for class RuntimeException. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Extractor/AbstractFileExtractor.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#46) Function AbstractFileExtractor::toSplFileInfo is not documented
(#23) There is no description in phpdocs for function extractFiles
(#51) There is no description in phpdocs for function isFile
(#67) There is no description in phpdocs for function canBeExtracted
(#74) There is no description in phpdocs for function extractFromDirectory
(#16) Class AbstractFileExtractor does not have @copyright tag
(#16) Class AbstractFileExtractor does not have @license tag
(#16) Package is not specified for class AbstractFileExtractor. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Extractor/ChainExtractor.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#41) Phpdocs for function ChainExtractor::setPrefix has incomplete parameters list
(#51) Phpdocs for function ChainExtractor::extract has incomplete parameters list
(#16) Class ChainExtractor does not have @copyright tag
(#16) Class ChainExtractor does not have @license tag
(#16) Package is not specified for class ChainExtractor. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Extractor/ExtractorInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#24) Package is not specified for function extract. It is also not specified in file-level phpdocs
(#32) Package is not specified for function setPrefix. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Extractor/PhpExtractor.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#128) Function PhpExtractor::skipMethodArgument is not documented
(#24) Constant PhpExtractor::MESSAGE_TOKEN is not documented
(#25) Constant PhpExtractor::METHOD_ARGUMENTS_TOKEN is not documented
(#26) Constant PhpExtractor::DOMAIN_TOKEN is not documented
(#233) There is no description in phpdocs for function canBeExtracted
(#245) There is no description in phpdocs for function extractFromDirectory
(#77) Phpdocs for function PhpExtractor::extract has incomplete parameters list
(#91) Phpdocs for function PhpExtractor::setPrefix has incomplete parameters list
(#115) Phpdocs for function PhpExtractor::seekToNextRelevantToken has incomplete parameters list
(#149) Phpdocs for function PhpExtractor::getValue has incomplete parameters list
(#17) Class PhpExtractor does not have @copyright tag
(#17) Class PhpExtractor does not have @license tag
(#17) Package is not specified for class PhpExtractor. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Extractor/PhpStringTokenParser.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#50) Class PhpStringTokenParser is not documented
(#109) Function PhpStringTokenParser::parseCallback is not documented
(#52) Variable PhpStringTokenParser::$replacements is not documented
(#50) Package is not specified for class PhpStringTokenParser. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Package is not specified for function choiceFormat. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Formatter/MessageFormatter.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Variable MessageFormatter::$selector is not documented
(#16) No one-line description found in phpdocs for class MessageFormatter
(#23) There is no description in phpdocs for function __construct
(#31) Phpdocs for function MessageFormatter::format has incomplete parameters list
(#39) Phpdocs for function MessageFormatter::choiceFormat has incomplete parameters list
(#16) Class MessageFormatter does not have @copyright tag
(#16) Class MessageFormatter does not have @license tag
(#16) Package is not specified for class MessageFormatter. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Formatter/MessageFormatterInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#20) Package is not specified for function format. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/IdentityTranslator.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Variable IdentityTranslator::$selector is not documented
(#22) Variable IdentityTranslator::$locale is not documented
(#24) There is no description in phpdocs for function __construct
(#32) Phpdocs for function IdentityTranslator::setLocale has incomplete parameters list
(#48) Phpdocs for function IdentityTranslator::trans has incomplete parameters list
(#56) Phpdocs for function IdentityTranslator::transChoice has incomplete parameters list
(#14) Class IdentityTranslator does not have @copyright tag
(#14) Class IdentityTranslator does not have @license tag
(#14) Package is not specified for class IdentityTranslator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Interval.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#99) Function Interval::convertNumber is not documented
(#16) Class Interval does not have @copyright tag
(#16) Class Interval does not have @license tag
(#16) Package is not specified for class Interval. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/ArrayLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Phpdocs for function ArrayLoader::load has incomplete parameters list
(#45) Phpdocs for function ArrayLoader::flatten has incomplete parameters list
(#16) Class ArrayLoader does not have @copyright tag
(#16) Class ArrayLoader does not have @license tag
(#16) Package is not specified for class ArrayLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/CsvFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Variable CsvFileLoader::$delimiter is not documented
(#24) Variable CsvFileLoader::$enclosure is not documented
(#25) Variable CsvFileLoader::$escape is not documented
(#27) Phpdocs for function CsvFileLoader::loadResource has incomplete parameters list
(#16) Class CsvFileLoader does not have @copyright tag
(#16) Class CsvFileLoader does not have @license tag
(#16) Package is not specified for class CsvFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/FileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) No one-line description found in phpdocs for class FileLoader
(#57) There is no description in phpdocs for function loadResource
(#23) Phpdocs for function FileLoader::load has incomplete parameters list
(#18) Class FileLoader does not have @copyright tag
(#18) Class FileLoader does not have @license tag
(#18) Package is not specified for class FileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/IcuDatFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#26) Phpdocs for function IcuDatFileLoader::load has incomplete parameters list
(#19) Class IcuDatFileLoader does not have @copyright tag
(#19) Class IcuDatFileLoader does not have @license tag
(#19) Package is not specified for class IcuDatFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/IcuResFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#26) Phpdocs for function IcuResFileLoader::load has incomplete parameters list
(#19) Class IcuResFileLoader does not have @copyright tag
(#19) Class IcuResFileLoader does not have @license tag
(#19) Package is not specified for class IcuResFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/IniFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Phpdocs for function IniFileLoader::loadResource has incomplete parameters list
(#14) Class IniFileLoader does not have @copyright tag
(#14) Class IniFileLoader does not have @license tag
(#14) Package is not specified for class IniFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/JsonFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Phpdocs for function JsonFileLoader::loadResource has incomplete parameters list
(#16) Class JsonFileLoader does not have @copyright tag
(#16) Class JsonFileLoader does not have @license tag
(#16) Package is not specified for class JsonFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/LoaderInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#25) Package is not specified for function load. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/MoFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#16) No one-line description found in phpdocs for class MoFileLoader
(#38) Phpdocs for function MoFileLoader::loadResource has incomplete parameters list
(#136) Phpdocs for function MoFileLoader::readLong has incomplete parameters list
(#16) Class MoFileLoader does not have @license tag
(#16) Package is not specified for class MoFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/PhpFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Phpdocs for function PhpFileLoader::loadResource has incomplete parameters list
(#14) Class PhpFileLoader does not have @copyright tag
(#14) Class PhpFileLoader does not have @license tag
(#14) Package is not specified for class PhpFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/PoFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) No one-line description found in phpdocs for class PoFileLoader
(#20) Phpdocs for function PoFileLoader::loadResource has incomplete parameters list
(#121) Phpdocs for function PoFileLoader::addMessage has incomplete parameters list
(#14) Class PoFileLoader does not have @license tag
(#14) Package is not specified for class PoFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/QtFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#27) Phpdocs for function QtFileLoader::load has incomplete parameters list
(#20) Class QtFileLoader does not have @copyright tag
(#20) Class QtFileLoader does not have @license tag
(#20) Package is not specified for class QtFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/XliffFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#51) Function XliffFileLoader::extract is not documented
(#118) Function XliffFileLoader::extractXliff2 is not documented
(#197) Function XliffFileLoader::getSchema is not documented
(#289) Function XliffFileLoader::parseNotesMetadata is not documented
(#28) Phpdocs for function XliffFileLoader::load has incomplete parameters list
(#160) Phpdocs for function XliffFileLoader::utf8ToCharset has incomplete parameters list
(#172) Phpdocs for function XliffFileLoader::validateSchema has incomplete parameters list
(#212) Phpdocs for function XliffFileLoader::fixXmlLocation has incomplete parameters list
(#237) Phpdocs for function XliffFileLoader::getXmlErrors has incomplete parameters list
(#260) Phpdocs for function XliffFileLoader::getVersionNumber has incomplete parameters list
(#21) Class XliffFileLoader does not have @copyright tag
(#21) Class XliffFileLoader does not have @license tag
(#21) Package is not specified for class XliffFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Loader/YamlFileLoader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#27) Variable YamlFileLoader::$yamlParser is not documented
(#29) Phpdocs for function YamlFileLoader::loadResource has incomplete parameters list
(#20) Class YamlFileLoader does not have @copyright tag
(#20) Class YamlFileLoader does not have @license tag
(#20) Package is not specified for class YamlFileLoader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/LoggingTranslator.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#27) Variable LoggingTranslator::$logger is not documented
(#17) No one-line description found in phpdocs for class LoggingTranslator
(#29) There is no description in phpdocs for function __construct
(#43) Phpdocs for function LoggingTranslator::trans has incomplete parameters list
(#54) Phpdocs for function LoggingTranslator::transChoice has incomplete parameters list
(#65) Phpdocs for function LoggingTranslator::setLocale has incomplete parameters list
(#81) Phpdocs for function LoggingTranslator::getCatalogue has incomplete parameters list
(#103) Phpdocs for function LoggingTranslator::__call has incomplete parameters list
(#17) Class LoggingTranslator does not have @copyright tag
(#17) Class LoggingTranslator does not have @license tag
(#17) Package is not specified for class LoggingTranslator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/MessageCatalogue.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#22) Variable MessageCatalogue::$messages is not documented
(#23) Variable MessageCatalogue::$metadata is not documented
(#24) Variable MessageCatalogue::$resources is not documented
(#25) Variable MessageCatalogue::$locale is not documented
(#26) Variable MessageCatalogue::$fallbackCatalogue is not documented
(#27) Variable MessageCatalogue::$parent is not documented
(#17) No one-line description found in phpdocs for class MessageCatalogue
(#29) There is no description in phpdocs for function __construct
(#55) Phpdocs for function MessageCatalogue::all has incomplete parameters list
(#67) Phpdocs for function MessageCatalogue::set has incomplete parameters list
(#75) Phpdocs for function MessageCatalogue::has has incomplete parameters list
(#91) Phpdocs for function MessageCatalogue::defines has incomplete parameters list
(#99) Phpdocs for function MessageCatalogue::get has incomplete parameters list
(#115) Phpdocs for function MessageCatalogue::replace has incomplete parameters list
(#125) Phpdocs for function MessageCatalogue::add has incomplete parameters list
(#137) Phpdocs for function MessageCatalogue::addCatalogue has incomplete parameters list
(#160) Phpdocs for function MessageCatalogue::addFallbackCatalogue has incomplete parameters list
(#208) Phpdocs for function MessageCatalogue::addResource has incomplete parameters list
(#216) Phpdocs for function MessageCatalogue::getMetadata has incomplete parameters list
(#236) Phpdocs for function MessageCatalogue::setMetadata has incomplete parameters list
(#244) Phpdocs for function MessageCatalogue::deleteMetadata has incomplete parameters list
(#17) Class MessageCatalogue does not have @copyright tag
(#17) Class MessageCatalogue does not have @license tag
(#17) Package is not specified for class MessageCatalogue. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/MessageCatalogueInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#103) Phpdocs for function addCatalogue has incomplete parameters list
(#110) Phpdocs for function addFallbackCatalogue has incomplete parameters list
(#132) Phpdocs for function addResource has incomplete parameters list
(#23) Package is not specified for function getLocale. It is also not specified in file-level phpdocs
(#30) Package is not specified for function getDomains. It is also not specified in file-level phpdocs
(#37) Package is not specified for function all. It is also not specified in file-level phpdocs
(#48) Package is not specified for function set. It is also not specified in file-level phpdocs
(#57) Package is not specified for function has. It is also not specified in file-level phpdocs
(#67) Package is not specified for function defines. It is also not specified in file-level phpdocs
(#77) Package is not specified for function get. It is also not specified in file-level phpdocs
(#87) Package is not specified for function replace. It is also not specified in file-level phpdocs
(#95) Package is not specified for function add. It is also not specified in file-level phpdocs
(#103) Package is not specified for function addCatalogue. It is also not specified in file-level phpdocs
(#110) Package is not specified for function addFallbackCatalogue. It is also not specified in file-level phpdocs
(#118) Package is not specified for function getFallbackCatalogue. It is also not specified in file-level phpdocs
(#125) Package is not specified for function getResources. It is also not specified in file-level phpdocs
(#132) Package is not specified for function addResource. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/MessageSelector.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#16) Class MessageSelector does not have @copyright tag
(#16) Class MessageSelector does not have @license tag
(#16) Package is not specified for class MessageSelector. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/MetadataAwareInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Package is not specified for function getMetadata. It is also not specified in file-level phpdocs
(#35) Package is not specified for function setMetadata. It is also not specified in file-level phpdocs
(#44) Package is not specified for function deleteMetadata. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/PluralizationRules.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Variable PluralizationRules::$rules is not documented
(#14) Class PluralizationRules does not have @copyright tag
(#14) Class PluralizationRules does not have @license tag
(#14) Package is not specified for class PluralizationRules. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Reader/TranslationReader.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#43) Phpdocs for function TranslationReader::read has incomplete parameters list
(#18) Class TranslationReader does not have @copyright tag
(#18) Class TranslationReader does not have @license tag
(#18) Package is not specified for class TranslationReader. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Reader/TranslationReaderInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Package is not specified for function read. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Catalogue/AbstractOperationTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class AbstractOperationTest is not documented
(#20) Function AbstractOperationTest::testGetEmptyDomains is not documented
(#31) Function AbstractOperationTest::testGetMergedDomains is not documented
(#42) Function AbstractOperationTest::testGetMessagesFromUnknownDomain is not documented
(#51) Function AbstractOperationTest::testGetEmptyMessages is not documented
(#62) Function AbstractOperationTest::testGetEmptyResult is not documented
(#73) Function AbstractOperationTest::createOperation is not documented
(#18) Package is not specified for class AbstractOperationTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Catalogue/MergeOperationTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class MergeOperationTest is not documented
(#20) Function MergeOperationTest::testGetMessagesFromSingleDomain is not documented
(#43) Function MergeOperationTest::testGetResultFromSingleDomain is not documented
(#56) Function MergeOperationTest::testGetResultWithMetadata is not documented
(#79) Function MergeOperationTest::createOperation is not documented
(#18) Package is not specified for class MergeOperationTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Catalogue/TargetOperationTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class TargetOperationTest is not documented
(#20) Function TargetOperationTest::testGetMessagesFromSingleDomain is not documented
(#43) Function TargetOperationTest::testGetResultFromSingleDomain is not documented
(#56) Function TargetOperationTest::testGetResultWithMetadata is not documented
(#78) Function TargetOperationTest::createOperation is not documented
(#18) Package is not specified for class TargetOperationTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Command/XliffLintCommandTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#29) Function XliffLintCommandTest::testLintCorrectFile is not documented
(#43) Function XliffLintCommandTest::testLintIncorrectXmlSyntax is not documented
(#54) Function XliffLintCommandTest::testLintIncorrectTargetLanguage is not documented
(#77) Function XliffLintCommandTest::testGetHelp is not documented
(#148) Function XliffLintCommandTest::setUp is not documented
(#154) Function XliffLintCommandTest::tearDown is not documented
(#27) Variable XliffLintCommandTest::$files is not documented
(#65) There is no description in phpdocs for function testLintFileNotReadable
(#102) There is no description in phpdocs for function createFile
(#129) There is no description in phpdocs for function createCommandTester
(#102) Phpdocs for function XliffLintCommandTest::createFile has incomplete parameters list
(#129) Phpdocs for function XliffLintCommandTest::createCommandTester has incomplete parameters list
(#20) Class XliffLintCommandTest does not have @copyright tag
(#20) Class XliffLintCommandTest does not have @license tag
(#66) Incorrect path for phpdocs tag @expectedException detected
(#20) Package is not specified for class XliffLintCommandTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/DataCollector/TranslationDataCollectorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class TranslationDataCollectorTest is not documented
(#20) Function TranslationDataCollectorTest::setUp is not documented
(#27) Function TranslationDataCollectorTest::testCollectEmptyMessages is not documented
(#41) Function TranslationDataCollectorTest::testCollect is not documented
(#140) Function TranslationDataCollectorTest::getTranslator is not documented
(#18) Package is not specified for class TranslationDataCollectorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/DataCollectorTranslatorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class DataCollectorTranslatorTest is not documented
(#21) Function DataCollectorTranslatorTest::testCollectMessages is not documented
(#82) Function DataCollectorTranslatorTest::createCollector is not documented
(#19) Package is not specified for class DataCollectorTranslatorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/DependencyInjection/TranslationDumperPassTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class TranslationDumperPassTest is not documented
(#21) Function TranslationDumperPassTest::testProcess is not documented
(#34) Function TranslationDumperPassTest::testProcessNoDefinitionFound is not documented
(#19) Package is not specified for class TranslationDumperPassTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/DependencyInjection/TranslationExtractorPassTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class TranslationExtractorPassTest is not documented
(#21) Function TranslationExtractorPassTest::testProcess is not documented
(#34) Function TranslationExtractorPassTest::testProcessNoDefinitionFound is not documented
(#49) There is no description in phpdocs for function testProcessMissingAlias
(#50) Incorrect path for phpdocs tag @expectedException detected
(#51) Incorrect path for phpdocs tag @expectedExceptionMessage detected
(#19) Package is not specified for class TranslationExtractorPassTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/DependencyInjection/TranslationPassTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Class TranslationPassTest is not documented
(#23) Function TranslationPassTest::testValidCollector is not documented
(#21) Package is not specified for class TranslationPassTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/CsvFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class CsvFileDumperTest is not documented
(#20) Function CsvFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class CsvFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/FileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class FileDumperTest is not documented
(#55) Class ConcreteFileDumper is not documented
(#20) Function FileDumperTest::testDump is not documented
(#35) Function FileDumperTest::testDumpCreatesNestedDirectoriesAndFile is not documented
(#57) Function ConcreteFileDumper::formatCatalogue is not documented
(#62) Function ConcreteFileDumper::getExtension is not documented
(#18) Package is not specified for class FileDumperTest. It is also not specified in file-level phpdocs
(#55) Package is not specified for class ConcreteFileDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/IcuResFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class IcuResFileDumperTest is not documented
(#20) Function IcuResFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class IcuResFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/IniFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class IniFileDumperTest is not documented
(#20) Function IniFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class IniFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class JsonFileDumperTest is not documented
(#20) Function JsonFileDumperTest::testFormatCatalogue is not documented
(#30) Function JsonFileDumperTest::testDumpWithCustomEncoding is not documented
(#18) Package is not specified for class JsonFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/MoFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class MoFileDumperTest is not documented
(#20) Function MoFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class MoFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class PhpFileDumperTest is not documented
(#20) Function PhpFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class PhpFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/PoFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class PoFileDumperTest is not documented
(#20) Function PoFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class PoFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/QtFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class QtFileDumperTest is not documented
(#20) Function QtFileDumperTest::testFormatCatalogue is not documented
(#18) Package is not specified for class QtFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/XliffFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class XliffFileDumperTest is not documented
(#20) Function XliffFileDumperTest::testFormatCatalogue is not documented
(#39) Function XliffFileDumperTest::testFormatCatalogueXliff2 is not documented
(#57) Function XliffFileDumperTest::testFormatCatalogueWithCustomToolInfo is not documented
(#75) Function XliffFileDumperTest::testFormatCatalogueWithTargetAttributesMetadata is not documented
(#91) Function XliffFileDumperTest::testFormatCatalogueWithNotesMetadata is not documented
(#18) Package is not specified for class XliffFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Dumper/YamlFileDumperTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class YamlFileDumperTest is not documented
(#20) Function YamlFileDumperTest::testTreeFormatCatalogue is not documented
(#34) Function YamlFileDumperTest::testLinearFormatCatalogue is not documented
(#18) Package is not specified for class YamlFileDumperTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Extractor/PhpExtractorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class PhpExtractorTest is not documented
(#72) Function PhpExtractorTest::resourcesProvider is not documented
(#20) There is no description in phpdocs for function testExtraction
(#21) Incorrect path for phpdocs tag @dataProvider detected
(#18) Package is not specified for class PhpExtractorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Formatter/MessageFormatterTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class MessageFormatterTest is not documented
(#35) Function MessageFormatterTest::getTransMessages is not documented
(#55) Function MessageFormatterTest::getTransChoiceMessages is not documented
(#78) Function MessageFormatterTest::getMessageFormatter is not documented
(#19) There is no description in phpdocs for function testFormat
(#27) There is no description in phpdocs for function testFormatPlural
(#19) Phpdocs for function MessageFormatterTest::testFormat has incomplete parameters list
(#27) Phpdocs for function MessageFormatterTest::testFormatPlural has incomplete parameters list
(#20) Incorrect path for phpdocs tag @dataProvider detected
(#28) Incorrect path for phpdocs tag @dataProvider detected
(#17) Package is not specified for class MessageFormatterTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/IdentityTranslatorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class IdentityTranslatorTest is not documented
(#53) Function IdentityTranslatorTest::testGetSetLocale is not documented
(#61) Function IdentityTranslatorTest::testGetLocaleReturnsDefaultLocaleIfNotSet is not documented
(#75) Function IdentityTranslatorTest::getTransTests is not documented
(#83) Function IdentityTranslatorTest::getTransChoiceTests is not documented
(#20) There is no description in phpdocs for function testTrans
(#30) There is no description in phpdocs for function testTransChoiceWithExplicitLocale
(#41) There is no description in phpdocs for function testTransChoiceWithDefaultLocale
(#20) Phpdocs for function IdentityTranslatorTest::testTrans has incomplete parameters list
(#30) Phpdocs for function IdentityTranslatorTest::testTransChoiceWithExplicitLocale has incomplete parameters list
(#41) Phpdocs for function IdentityTranslatorTest::testTransChoiceWithDefaultLocale has incomplete parameters list
(#21) Incorrect path for phpdocs tag @dataProvider detected
(#31) Incorrect path for phpdocs tag @dataProvider detected
(#42) Incorrect path for phpdocs tag @dataProvider detected
(#18) Package is not specified for class IdentityTranslatorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/IntervalTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class IntervalTest is not documented
(#35) Function IntervalTest::getTests is not documented
(#19) There is no description in phpdocs for function testTest
(#27) There is no description in phpdocs for function testTestException
(#19) Phpdocs for function IntervalTest::testTest has incomplete parameters list
(#20) Incorrect path for phpdocs tag @dataProvider detected
(#28) Incorrect path for phpdocs tag @expectedException detected
(#17) Package is not specified for class IntervalTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/CsvFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class CsvFileLoaderTest is not documented
(#20) Function CsvFileLoaderTest::testLoad is not documented
(#31) Function CsvFileLoaderTest::testLoadDoesNothingIfEmpty is not documented
(#42) There is no description in phpdocs for function testLoadNonExistingResource
(#52) There is no description in phpdocs for function testLoadNonLocalResource
(#43) Incorrect path for phpdocs tag @expectedException detected
(#53) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class CsvFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/IcuDatFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#31) Function IcuDatFileLoaderTest::testDatEnglishLoad is not documented
(#45) Function IcuDatFileLoaderTest::testDatFrenchLoad is not documented
(#17) No one-line description found in phpdocs for class IcuDatFileLoaderTest
(#22) There is no description in phpdocs for function testLoadInvalidResource
(#56) There is no description in phpdocs for function testLoadNonExistingResource
(#17) Class IcuDatFileLoaderTest does not have @copyright tag
(#17) Class IcuDatFileLoaderTest does not have @license tag
(#18) Invalid phpdocs tag @requires used
(#23) Incorrect path for phpdocs tag @expectedException detected
(#57) Incorrect path for phpdocs tag @expectedException detected
(#17) Package is not specified for class IcuDatFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/IcuResFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#22) Function IcuResFileLoaderTest::testLoad is not documented
(#17) No one-line description found in phpdocs for class IcuResFileLoaderTest
(#34) There is no description in phpdocs for function testLoadNonExistingResource
(#43) There is no description in phpdocs for function testLoadInvalidResource
(#17) Class IcuResFileLoaderTest does not have @copyright tag
(#17) Class IcuResFileLoaderTest does not have @license tag
(#18) Invalid phpdocs tag @requires used
(#35) Incorrect path for phpdocs tag @expectedException detected
(#44) Incorrect path for phpdocs tag @expectedException detected
(#17) Package is not specified for class IcuResFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/IniFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class IniFileLoaderTest is not documented
(#20) Function IniFileLoaderTest::testLoad is not documented
(#31) Function IniFileLoaderTest::testLoadDoesNothingIfEmpty is not documented
(#42) There is no description in phpdocs for function testLoadNonExistingResource
(#43) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class IniFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/JsonFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class JsonFileLoaderTest is not documented
(#20) Function JsonFileLoaderTest::testLoad is not documented
(#31) Function JsonFileLoaderTest::testLoadDoesNothingIfEmpty is not documented
(#42) There is no description in phpdocs for function testLoadNonExistingResource
(#52) There is no description in phpdocs for function testParseException
(#43) Incorrect path for phpdocs tag @expectedException detected
(#53) Incorrect path for phpdocs tag @expectedException detected
(#54) Incorrect path for phpdocs tag @expectedExceptionMessage detected
(#18) Package is not specified for class JsonFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/LocalizedTestCase.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#16) Class LocalizedTestCase is not documented
(#18) Function LocalizedTestCase::setUp is not documented
(#16) Package is not specified for class LocalizedTestCase. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/MoFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class MoFileLoaderTest is not documented
(#20) Function MoFileLoaderTest::testLoad is not documented
(#31) Function MoFileLoaderTest::testLoadPlurals is not documented
(#62) Function MoFileLoaderTest::testLoadEmptyTranslation is not documented
(#42) There is no description in phpdocs for function testLoadNonExistingResource
(#52) There is no description in phpdocs for function testLoadInvalidResource
(#43) Incorrect path for phpdocs tag @expectedException detected
(#53) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class MoFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/PhpFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class PhpFileLoaderTest is not documented
(#20) Function PhpFileLoaderTest::testLoad is not documented
(#31) There is no description in phpdocs for function testLoadNonExistingResource
(#41) There is no description in phpdocs for function testLoadThrowsAnExceptionIfFileNotLocal
(#32) Incorrect path for phpdocs tag @expectedException detected
(#42) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class PhpFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/PoFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class PoFileLoaderTest is not documented
(#20) Function PoFileLoaderTest::testLoad is not documented
(#31) Function PoFileLoaderTest::testLoadPlurals is not documented
(#42) Function PoFileLoaderTest::testLoadDoesNothingIfEmpty is not documented
(#63) Function PoFileLoaderTest::testLoadEmptyTranslation is not documented
(#74) Function PoFileLoaderTest::testEscapedId is not documented
(#85) Function PoFileLoaderTest::testEscapedIdPlurals is not documented
(#98) Function PoFileLoaderTest::testSkipFuzzyTranslations is not documented
(#53) There is no description in phpdocs for function testLoadNonExistingResource
(#54) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class PoFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/QtFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class QtFileLoaderTest is not documented
(#20) Function QtFileLoaderTest::testLoad is not documented
(#61) Function QtFileLoaderTest::testLoadEmptyResource is not documented
(#31) There is no description in phpdocs for function testLoadNonExistingResource
(#41) There is no description in phpdocs for function testLoadNonLocalResource
(#51) There is no description in phpdocs for function testLoadInvalidResource
(#32) Incorrect path for phpdocs tag @expectedException detected
(#42) Incorrect path for phpdocs tag @expectedException detected
(#52) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class QtFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/XliffFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class XliffFileLoaderTest is not documented
(#20) Function XliffFileLoaderTest::testLoad is not documented
(#32) Function XliffFileLoaderTest::testLoadWithInternalErrorsEnabled is not documented
(#50) Function XliffFileLoaderTest::testLoadWithExternalEntitiesDisabled is not documented
(#64) Function XliffFileLoaderTest::testLoadWithResname is not documented
(#72) Function XliffFileLoaderTest::testIncompleteResource is not documented
(#80) Function XliffFileLoaderTest::testEncoding is not documented
(#90) Function XliffFileLoaderTest::testTargetAttributesAreStoredCorrectly is not documented
(#147) Function XliffFileLoaderTest::testParseEmptyFile is not documented
(#162) Function XliffFileLoaderTest::testLoadNotes is not documented
(#174) Function XliffFileLoaderTest::testLoadVersion2 is not documented
(#192) Function XliffFileLoaderTest::testLoadVersion2WithNoteMeta is not documented
(#232) Function XliffFileLoaderTest::testLoadVersion2WithMultiSegmentUnit is not documented
(#99) There is no description in phpdocs for function testLoadInvalidResource
(#108) There is no description in phpdocs for function testLoadResourceDoesNotValidate
(#117) There is no description in phpdocs for function testLoadNonExistingResource
(#127) There is no description in phpdocs for function testLoadThrowsAnExceptionIfFileNotLocal
(#137) There is no description in phpdocs for function testDocTypeIsNotAllowed
(#100) Incorrect path for phpdocs tag @expectedException detected
(#109) Incorrect path for phpdocs tag @expectedException detected
(#118) Incorrect path for phpdocs tag @expectedException detected
(#128) Incorrect path for phpdocs tag @expectedException detected
(#138) Incorrect path for phpdocs tag @expectedException detected
(#139) Incorrect path for phpdocs tag @expectedExceptionMessage detected
(#18) Package is not specified for class XliffFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Loader/YamlFileLoaderTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class YamlFileLoaderTest is not documented
(#20) Function YamlFileLoaderTest::testLoad is not documented
(#31) Function YamlFileLoaderTest::testLoadDoesNothingIfEmpty is not documented
(#42) There is no description in phpdocs for function testLoadNonExistingResource
(#52) There is no description in phpdocs for function testLoadThrowsAnExceptionIfFileNotLocal
(#62) There is no description in phpdocs for function testLoadThrowsAnExceptionIfNotAnArray
(#43) Incorrect path for phpdocs tag @expectedException detected
(#53) Incorrect path for phpdocs tag @expectedException detected
(#63) Incorrect path for phpdocs tag @expectedException detected
(#18) Package is not specified for class YamlFileLoaderTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/LoggingTranslatorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class LoggingTranslatorTest is not documented
(#21) Function LoggingTranslatorTest::testTransWithNoTranslationIsLogged is not documented
(#35) Function LoggingTranslatorTest::testTransChoiceFallbackIsLogged is not documented
(#19) Package is not specified for class LoggingTranslatorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/MessageCatalogueTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class MessageCatalogueTest is not documented
(#19) Function MessageCatalogueTest::testGetLocale is not documented
(#26) Function MessageCatalogueTest::testGetDomains is not documented
(#33) Function MessageCatalogueTest::testAll is not documented
(#42) Function MessageCatalogueTest::testHas is not documented
(#51) Function MessageCatalogueTest::testGetSet is not documented
(#60) Function MessageCatalogueTest::testAdd is not documented
(#76) Function MessageCatalogueTest::testReplace is not documented
(#84) Function MessageCatalogueTest::testAddCatalogue is not documented
(#106) Function MessageCatalogueTest::testAddFallbackCatalogue is not documented
(#170) Function MessageCatalogueTest::testGetAddResource is not documented
(#184) Function MessageCatalogueTest::testMetadataDelete is not documented
(#193) Function MessageCatalogueTest::testMetadataSetGetDelete is not documented
(#209) Function MessageCatalogueTest::testMetadataMerge is not documented
(#135) There is no description in phpdocs for function testAddFallbackCatalogueWithParentCircularReference
(#147) There is no description in phpdocs for function testAddFallbackCatalogueWithFallbackCircularReference
(#161) There is no description in phpdocs for function testAddCatalogueWhenLocaleIsNotTheSameAsTheCurrentOne
(#136) Incorrect path for phpdocs tag @expectedException detected
(#148) Incorrect path for phpdocs tag @expectedException detected
(#162) Incorrect path for phpdocs tag @expectedException detected
(#17) Package is not specified for class MessageCatalogueTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/MessageSelectorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class MessageSelectorTest is not documented
(#29) Function MessageSelectorTest::testReturnMessageIfExactlyOneStandardRuleIsGiven is not documented
(#47) Function MessageSelectorTest::getNonMatchingMessages is not documented
(#57) Function MessageSelectorTest::getChooseTests is not documented
(#19) There is no description in phpdocs for function testChoose
(#36) There is no description in phpdocs for function testThrowExceptionIfMatchingMessageCannotBeFound
(#19) Phpdocs for function MessageSelectorTest::testChoose has incomplete parameters list
(#36) Phpdocs for function MessageSelectorTest::testThrowExceptionIfMatchingMessageCannotBeFound has incomplete parameters list
(#20) Incorrect path for phpdocs tag @dataProvider detected
(#37) Incorrect path for phpdocs tag @dataProvider detected
(#38) Incorrect path for phpdocs tag @expectedException detected
(#17) Package is not specified for class MessageSelectorTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/PluralizationRulesTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#110) Function PluralizationRulesTest::generateTestData is not documented
(#17) No one-line description found in phpdocs for class PluralizationRulesTest
(#45) There is no description in phpdocs for function testLangcodes
(#32) Phpdocs for function PluralizationRulesTest::testFailedLangcodes has incomplete parameters list
(#45) Phpdocs for function PluralizationRulesTest::testLangcodes has incomplete parameters list
(#17) Class PluralizationRulesTest does not have @copyright tag
(#17) Class PluralizationRulesTest does not have @license tag
(#37) Incorrect path for phpdocs tag @dataProvider detected
(#46) Incorrect path for phpdocs tag @dataProvider detected
(#17) Package is not specified for class PluralizationRulesTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/TranslatorCacheTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Class TranslatorCacheTest is not documented
(#296) Class StaleResource is not documented
(#25) Function TranslatorCacheTest::setUp is not documented
(#31) Function TranslatorCacheTest::tearDown is not documented
(#36) Function TranslatorCacheTest::deleteTmpDir is not documented
(#78) Function TranslatorCacheTest::testCatalogueIsReloadedWhenResourcesAreNoLongerFresh is not documented
(#152) Function TranslatorCacheTest::testGeneratedCacheFilesAreOnlyBelongRequestedLocales is not documented
(#163) Function TranslatorCacheTest::testDifferentCacheFilesAreUsedForDifferentSetsOfFallbackLocales is not documented
(#193) Function TranslatorCacheTest::testPrimaryAndFallbackCataloguesContainTheSameMessagesRegardlessOfCaching is not documented
(#241) Function TranslatorCacheTest::testRefreshCacheWhenResourcesAreNoLongerFresh is not documented
(#264) Function TranslatorCacheTest::getCatalogue is not documented
(#277) Function TranslatorCacheTest::runForDebugAndProduction is not documented
(#298) Function StaleResource::isFresh is not documented
(#303) Function StaleResource::getResource is not documented
(#307) Function StaleResource::__toString is not documented
(#23) Variable TranslatorCacheTest::$tmpDir is not documented
(#56) There is no description in phpdocs for function testThatACacheIsUsed
(#119) There is no description in phpdocs for function testDifferentTranslatorsForSameLocaleDoNotOverwriteEachOthersCache
(#282) There is no description in phpdocs for function createFailingLoader
(#56) Phpdocs for function TranslatorCacheTest::testThatACacheIsUsed has incomplete parameters list
(#119) Phpdocs for function TranslatorCacheTest::testDifferentTranslatorsForSameLocaleDoNotOverwriteEachOthersCache has incomplete parameters list
(#57) Incorrect path for phpdocs tag @dataProvider detected
(#120) Incorrect path for phpdocs tag @dataProvider detected
(#21) Package is not specified for class TranslatorCacheTest. It is also not specified in file-level phpdocs
(#296) Package is not specified for class StaleResource. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/TranslatorTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class TranslatorTest is not documented
(#536) Class StringClass is not documented
(#40) Function TranslatorTest::testConstructorWithoutLocale is not documented
(#47) Function TranslatorTest::testSetGetLocale is not documented
(#78) Function TranslatorTest::testGetCatalogue is not documented
(#88) Function TranslatorTest::testGetCatalogueReturnsConsolidatedCatalogue is not documented
(#112) Function TranslatorTest::testSetFallbackLocales is not documented
(#126) Function TranslatorTest::testSetFallbackLocalesMultiple is not documented
(#161) Function TranslatorTest::testTransWithFallbackLocale is not documented
(#193) Function TranslatorTest::testAddResourceAfterTrans is not documented
(#237) Function TranslatorTest::testTransWithFallbackLocaleBis is not documented
(#246) Function TranslatorTest::testTransWithFallbackLocaleTer is not documented
(#259) Function TranslatorTest::testTransNonExistentWithFallback is not documented
(#278) Function TranslatorTest::testNestedFallbackCatalogueWhenUsingMultipleLocales is not documented
(#288) Function TranslatorTest::testFallbackCatalogueResources is not documented
(#397) Function TranslatorTest::getTransFileTests is not documented
(#412) Function TranslatorTest::getTransTests is not documented
(#421) Function TranslatorTest::getFlattenedTransTests is not documented
(#444) Function TranslatorTest::getTransChoiceTests is not documented
(#470) Function TranslatorTest::getInvalidLocalesTests is not documented
(#487) Function TranslatorTest::getValidLocalesTests is not documented
(#504) Function TranslatorTest::testTransChoiceFallback is not documented
(#514) Function TranslatorTest::testTransChoiceFallbackBis is not documented
(#524) Function TranslatorTest::testTransChoiceFallbackWithNoTranslation is not documented
(#540) Function StringClass::__construct is not documented
(#545) Function StringClass::__toString is not documented
(#538) Variable StringClass::$str is not documented
(#21) There is no description in phpdocs for function testConstructorInvalidLocale
(#30) There is no description in phpdocs for function testConstructorValidLocale
(#57) There is no description in phpdocs for function testSetInvalidLocale
(#67) There is no description in phpdocs for function testSetValidLocale
(#140) There is no description in phpdocs for function testSetFallbackInvalidLocales
(#150) There is no description in phpdocs for function testSetFallbackValidLocales
(#172) There is no description in phpdocs for function testAddResourceInvalidLocales
(#182) There is no description in phpdocs for function testAddResourceValidLocales
(#207) There is no description in phpdocs for function testTransWithoutFallbackLocaleFile
(#223) There is no description in phpdocs for function testTransWithFallbackLocaleFile
(#267) There is no description in phpdocs for function testWhenAResourceHasNoRegisteredLoader
(#308) There is no description in phpdocs for function testTrans
(#320) There is no description in phpdocs for function testTransInvalidLocale
(#333) There is no description in phpdocs for function testTransValidLocale
(#346) There is no description in phpdocs for function testFlattenedTrans
(#358) There is no description in phpdocs for function testTransChoice
(#370) There is no description in phpdocs for function testTransChoiceInvalidLocale
(#383) There is no description in phpdocs for function testTransChoiceValidLocale
(#21) Phpdocs for function TranslatorTest::testConstructorInvalidLocale has incomplete parameters list
(#30) Phpdocs for function TranslatorTest::testConstructorValidLocale has incomplete parameters list
(#57) Phpdocs for function TranslatorTest::testSetInvalidLocale has incomplete parameters list
(#67) Phpdocs for function TranslatorTest::testSetValidLocale has incomplete parameters list
(#140) Phpdocs for function TranslatorTest::testSetFallbackInvalidLocales has incomplete parameters list
(#150) Phpdocs for function TranslatorTest::testSetFallbackValidLocales has incomplete parameters list
(#172) Phpdocs for function TranslatorTest::testAddResourceInvalidLocales has incomplete parameters list
(#182) Phpdocs for function TranslatorTest::testAddResourceValidLocales has incomplete parameters list
(#207) Phpdocs for function TranslatorTest::testTransWithoutFallbackLocaleFile has incomplete parameters list
(#223) Phpdocs for function TranslatorTest::testTransWithFallbackLocaleFile has incomplete parameters list
(#308) Phpdocs for function TranslatorTest::testTrans has incomplete parameters list
(#320) Phpdocs for function TranslatorTest::testTransInvalidLocale has incomplete parameters list
(#333) Phpdocs for function TranslatorTest::testTransValidLocale has incomplete parameters list
(#346) Phpdocs for function TranslatorTest::testFlattenedTrans has incomplete parameters list
(#358) Phpdocs for function TranslatorTest::testTransChoice has incomplete parameters list
(#370) Phpdocs for function TranslatorTest::testTransChoiceInvalidLocale has incomplete parameters list
(#383) Phpdocs for function TranslatorTest::testTransChoiceValidLocale has incomplete parameters list
(#22) Incorrect path for phpdocs tag @dataProvider detected
(#23) Incorrect path for phpdocs tag @expectedException detected
(#31) Incorrect path for phpdocs tag @dataProvider detected
(#58) Incorrect path for phpdocs tag @dataProvider detected
(#59) Incorrect path for phpdocs tag @expectedException detected
(#68) Incorrect path for phpdocs tag @dataProvider detected
(#141) Incorrect path for phpdocs tag @dataProvider detected
(#142) Incorrect path for phpdocs tag @expectedException detected
(#151) Incorrect path for phpdocs tag @dataProvider detected
(#173) Incorrect path for phpdocs tag @dataProvider detected
(#174) Incorrect path for phpdocs tag @expectedException detected
(#183) Incorrect path for phpdocs tag @dataProvider detected
(#208) Incorrect path for phpdocs tag @dataProvider detected
(#209) Incorrect path for phpdocs tag @expectedException detected
(#224) Incorrect path for phpdocs tag @dataProvider detected
(#268) Incorrect path for phpdocs tag @expectedException detected
(#309) Incorrect path for phpdocs tag @dataProvider detected
(#321) Incorrect path for phpdocs tag @dataProvider detected
(#322) Incorrect path for phpdocs tag @expectedException detected
(#334) Incorrect path for phpdocs tag @dataProvider detected
(#347) Incorrect path for phpdocs tag @dataProvider detected
(#359) Incorrect path for phpdocs tag @dataProvider detected
(#371) Incorrect path for phpdocs tag @dataProvider detected
(#372) Incorrect path for phpdocs tag @expectedException detected
(#384) Incorrect path for phpdocs tag @dataProvider detected
(#19) Package is not specified for class TranslatorTest. It is also not specified in file-level phpdocs
(#536) Package is not specified for class StringClass. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Util/ArrayConverterTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class ArrayConverterTest is not documented
(#27) Function ArrayConverterTest::messagesData is not documented
(#19) There is no description in phpdocs for function testDump
(#19) Phpdocs for function ArrayConverterTest::testDump has incomplete parameters list
(#20) Incorrect path for phpdocs tag @dataProvider detected
(#17) Package is not specified for class ArrayConverterTest. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/Writer/TranslationWriterTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#19) Class TranslationWriterTest is not documented
(#50) Class NonBackupDumper is not documented
(#57) Class BackupDumper is not documented
(#21) Function TranslationWriterTest::testWrite is not documented
(#52) Function NonBackupDumper::dump is not documented
(#61) Function BackupDumper::dump is not documented
(#65) Function BackupDumper::setBackup is not documented
(#59) Variable BackupDumper::$backup is not documented
(#33) There is no description in phpdocs for function testDisableBackup
(#34) Incorrect path for phpdocs tag @group detected
(#19) Package is not specified for class TranslationWriterTest. It is also not specified in file-level phpdocs
(#50) Package is not specified for class NonBackupDumper. It is also not specified in file-level phpdocs
(#57) Package is not specified for class BackupDumper. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Tests/fixtures/extractor/translation.html.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
blocks/mfavatar/vendor/symfony/translation/Tests/fixtures/resources.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/mfavatar/vendor/symfony/translation/Translator.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#92) Function Translator::setConfigCacheFactory is not documented
(#278) Function Translator::initializeCacheCatalogue is not documented
(#301) Function Translator::dumpCatalogue is not documented
(#326) Function Translator::getFallbackContent is not documented
(#356) Function Translator::getCatalogueCachePath is not documented
(#361) Function Translator::doLoadCatalogue is not documented
(#375) Function Translator::loadFallbackCatalogues is not documented
(#393) Function Translator::computeFallbackLocales is not documented
(#26) No one-line description found in phpdocs for class Translator
(#76) There is no description in phpdocs for function __construct
(#249) There is no description in phpdocs for function loadCatalogue
(#261) There is no description in phpdocs for function initializeCatalogue
(#76) Phpdocs for function Translator::__construct has incomplete parameters list
(#135) Phpdocs for function Translator::setLocale has incomplete parameters list
(#181) Phpdocs for function Translator::trans has incomplete parameters list
(#193) Phpdocs for function Translator::transChoice has incomplete parameters list
(#221) Phpdocs for function Translator::getCatalogue has incomplete parameters list
(#26) Class Translator does not have @copyright tag
(#26) Class Translator does not have @license tag
(#100) Invalid inline phpdocs tag @see found
(#111) Invalid inline phpdocs tag @see found
(#26) Package is not specified for class Translator. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/TranslatorBagInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Package is not specified for function getCatalogue. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/TranslatorInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Package is not specified for function trans. It is also not specified in file-level phpdocs
(#37) Package is not specified for function transChoice. It is also not specified in file-level phpdocs
(#52) Package is not specified for function setLocale. It is also not specified in file-level phpdocs
(#61) Package is not specified for function getLocale. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Util/ArrayConverter.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#51) Function ArrayConverter::getElementByPath is not documented
(#87) Function ArrayConverter::cancelExpand is not documented
(#14) No one-line description found in phpdocs for class ArrayConverter
(#14) Class ArrayConverter does not have @copyright tag
(#14) Class ArrayConverter does not have @license tag
(#14) Package is not specified for class ArrayConverter. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Writer/TranslationWriter.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#26) Variable TranslationWriter::$dumpers is not documented
(#19) Class TranslationWriter does not have @copyright tag
(#19) Class TranslationWriter does not have @license tag
(#19) Package is not specified for class TranslationWriter. It is also not specified in file-level phpdocs
blocks/mfavatar/vendor/symfony/translation/Writer/TranslationWriterInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#24) Package is not specified for function write. It is also not specified in file-level phpdocs

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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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