Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(6796 errors, 1089 warnings)

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

local/dompdf/classes/api/pdf.php
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#52) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $options.
(#63) There should be a comma after the last array item in a multi-line array.
(#94) Extension 'recode' is removed since PHP 7.4; Use iconv or mbstring instead
local/dompdf/classes/api/xmlutil.php
(#44) Opening brace should be on the same line as the declaration for class xmlutil
(#152) Expected 1 space before "="; 0 found
(#162) Logical operator "and" is prohibited; use "&&" instead
local/dompdf/classes/privacy/provider.php
(#30) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#48) Method name "_get_reason" should not be prefixed with an underscore to indicate visibility
local/dompdf/examples/postform.php
(#61) File must end with a newline character
local/dompdf/examples/test.php
(#55) File must end with a newline character
local/dompdf/examples/testimage.php
(#44) Logical operator "and" is prohibited; use "&&" instead
(#60) There should be a comma after the last array item in a multi-line array.
(#80) File must end with a newline character
local/dompdf/vendor/autoload.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload.php
(#1) Moodle boilerplate not found
(#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.
(#9) Line exceeds maximum limit of 180 characters; contains 204 characters
(#13) Usage of ELSEIF not allowed; use ELSE IF instead
(#23) "require_once" must be immediately followed by an open parenthesis
local/dompdf/vendor/composer/ClassLoader.php
(#1) Missing docblock for file ClassLoader.php
(#1) Moodle boilerplate not found
(#43) DocBlock missing a @package tag for class ClassLoader. Expected @package local_dompdf
(#44) Opening brace should be on the same line as the declaration for class ClassLoader
(#46) Member variable "vendorDir" must be all lower-case
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) @psalm-var tag is not allowed in member variable comment
(#51) Invalid docblock tag "@psalm-var".
(#53) Member variable "prefixLengthsPsr4" must be all lower-case
(#53) Short array syntax must be used to define arrays
(#56) @psalm-var tag is not allowed in member variable comment
(#56) Invalid docblock tag "@psalm-var".
(#58) Member variable "prefixDirsPsr4" must be all lower-case
(#58) Short array syntax must be used to define arrays
(#61) @psalm-var tag is not allowed in member variable comment
(#61) Invalid docblock tag "@psalm-var".
(#63) Member variable "fallbackDirsPsr4" must be all lower-case
(#63) Short array syntax must be used to define arrays
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) @psalm-var tag is not allowed in member variable comment
(#68) Invalid docblock tag "@psalm-var".
(#70) Member variable "prefixesPsr0" must be all lower-case
(#70) Short array syntax must be used to define arrays
(#73) @psalm-var tag is not allowed in member variable comment
(#73) Invalid docblock tag "@psalm-var".
(#75) Member variable "fallbackDirsPsr0" must be all lower-case
(#75) Short array syntax must be used to define arrays
(#78) Member variable "useIncludePath" must be all lower-case
(#82) @psalm-var tag is not allowed in member variable comment
(#82) Invalid docblock tag "@psalm-var".
(#84) Member variable "classMap" must be all lower-case
(#84) Short array syntax must be used to define arrays
(#87) Member variable "classMapAuthoritative" must be all lower-case
(#91) @psalm-var tag is not allowed in member variable comment
(#91) Invalid docblock tag "@psalm-var".
(#93) Member variable "missingClasses" must be all lower-case
(#93) Short array syntax must be used to define arrays
(#96) Member variable "apcuPrefix" must be all lower-case
(#101) Member variable "registeredLoaders" must be all lower-case
(#101) Short array syntax must be used to define arrays
(#106) No one-line description found in phpdocs for docblock of function __construct
(#106) Variable "vendorDir" must be all lower-case
(#107) Opening brace should be on the same line as the declaration
(#108) Variable "vendorDir" must be all lower-case
(#114) No one-line description found in phpdocs for docblock of function getPrefixes
(#114) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#120) Short array syntax must be used to define arrays
(#125) Invalid docblock tag "@psalm-return".
(#127) No one-line description found in phpdocs for docblock of function getPrefixesPsr4
(#127) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#134) Invalid docblock tag "@psalm-return".
(#136) No one-line description found in phpdocs for docblock of function getFallbackDirs
(#136) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#143) Invalid docblock tag "@psalm-return".
(#145) No one-line description found in phpdocs for docblock of function getFallbackDirsPsr4
(#145) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#152) Invalid docblock tag "@psalm-return".
(#154) No one-line description found in phpdocs for docblock of function getClassMap
(#154) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#161) Invalid docblock tag "@psalm-param".
(#165) No one-line description found in phpdocs for docblock of function addClassMap
(#165) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#165) Variable "classMap" must be all lower-case
(#166) Opening brace should be on the same line as the declaration
(#168) Variable "classMap" must be all lower-case
(#170) Variable "classMap" must be all lower-case
(#185) Opening brace should be on the same line as the declaration
(#233) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#234) Opening brace should be on the same line as the declaration
(#248) Usage of ELSEIF not allowed; use ELSE IF instead
(#256) Usage of ELSEIF not allowed; use ELSE IF instead
(#281) Opening brace should be on the same line as the declaration
(#300) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#301) Opening brace should be on the same line as the declaration
(#321) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#321) Variable "useIncludePath" must be all lower-case
(#322) Opening brace should be on the same line as the declaration
(#323) Variable "useIncludePath" must be all lower-case
(#332) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#333) Opening brace should be on the same line as the declaration
(#345) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#345) Variable "classMapAuthoritative" must be all lower-case
(#346) Opening brace should be on the same line as the declaration
(#347) Variable "classMapAuthoritative" must be all lower-case
(#355) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#356) Opening brace should be on the same line as the declaration
(#367) Public method name "ClassLoader::setApcuPrefix" must be in lower-case letters only
(#367) Variable "apcuPrefix" must be all lower-case
(#368) Opening brace should be on the same line as the declaration
(#369) Variable "apcuPrefix" must be all lower-case
(#369) Line exceeds 132 characters; contains 142 characters
(#377) Public method name "ClassLoader::getApcuPrefix" must be in lower-case letters only
(#378) Opening brace should be on the same line as the declaration
(#390) Opening brace should be on the same line as the declaration
(#391) Short array syntax must be used to define arrays
(#398) Variable "registeredLoaders" must be all lower-case
(#398) Short array syntax must be used to define arrays
(#398) Variable "registeredLoaders" must be all lower-case
(#400) Variable "registeredLoaders" must be all lower-case
(#401) Variable "registeredLoaders" must be all lower-case
(#411) Opening brace should be on the same line as the declaration
(#412) Short array syntax must be used to define arrays
(#415) Variable "registeredLoaders" must be all lower-case
(#425) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#426) Opening brace should be on the same line as the declaration
(#443) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#444) Opening brace should be on the same line as the declaration
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) Public method name "ClassLoader::getRegisteredLoaders" must be in lower-case letters only
(#484) Opening brace should be on the same line as the declaration
(#485) Variable "registeredLoaders" must be all lower-case
(#493) No one-line description found in phpdocs for docblock of function findFileWithExtension
(#493) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#494) Opening brace should be on the same line as the declaration
(#495) Inline comments must end in full-stops, exclamation marks, or question marks
(#496) Variable "logicalPathPsr4" must be all lower-case
(#500) Variable "subPath" must be all lower-case
(#501) Variable "lastPos" must be all lower-case
(#501) Variable "subPath" must be all lower-case
(#502) Variable "subPath" must be all lower-case
(#502) Variable "subPath" must be all lower-case
(#502) Variable "lastPos" must be all lower-case
(#503) Variable "subPath" must be all lower-case
(#505) Variable "pathEnd" must be all lower-case
(#505) Variable "logicalPathPsr4" must be all lower-case
(#505) Variable "lastPos" must be all lower-case
(#507) Variable "pathEnd" must be all lower-case
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Variable "logicalPathPsr4" must be all lower-case
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#525) Variable "logicalPathPsr0" must be all lower-case
(#525) Variable "logicalPathPsr4" must be all lower-case
(#526) Variable "logicalPathPsr4" must be all lower-case
(#528) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Variable "logicalPathPsr0" must be all lower-case
(#536) Variable "logicalPathPsr0" must be all lower-case
(#544) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Variable "logicalPathPsr0" must be all lower-case
(#552) Variable "logicalPathPsr0" must be all lower-case
(#567) Invalid docblock tag "@private".
(#569) DocBlock missing a @package tag for function includeFile. Expected @package local_dompdf
(#569) function name "includeFile" must be lower-case letters only
(#570) Opening brace should be on the same line as the declaration
(#571) "include" must be immediately followed by an open parenthesis
local/dompdf/vendor/composer/InstalledVersions.php
(#1) Moodle boilerplate not found
(#18) Missing @copyright tag
(#18) Missing @license tag
(#25) Docblock tag "@final" is not recommended.
(#27) DocBlock missing a @package tag for class InstalledVersions. Expected @package local_dompdf
(#28) Opening brace should be on the same line as the declaration for class InstalledVersions
(#31) @psalm-var tag is not allowed in member variable comment
(#31) Invalid docblock tag "@psalm-var".
(#31) Line exceeds maximum limit of 180 characters; contains 417 characters
(#38) Member variable "canGetVendors" must be all lower-case
(#42) @psalm-var tag is not allowed in member variable comment
(#42) Invalid docblock tag "@psalm-var".
(#42) Line exceeds maximum limit of 180 characters; contains 419 characters
(#44) Member variable "installedByVendor" must be all lower-case
(#44) Short array syntax must be used to define arrays
(#50) Invalid docblock tag "@psalm-return".
(#52) Public method name "InstalledVersions::getInstalledPackages" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#54) Short array syntax must be used to define arrays
(#71) Invalid docblock tag "@psalm-return".
(#73) Public method name "InstalledVersions::getInstalledPackagesByType" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Variable "packagesByType" must be all lower-case
(#75) Short array syntax must be used to define arrays
(#80) Variable "packagesByType" must be all lower-case
(#85) Variable "packagesByType" must be all lower-case
(#97) Public method name "InstalledVersions::isInstalled" must be in lower-case letters only
(#97) Variable "packageName" must be all lower-case
(#97) Variable "includeDevRequirements" must be all lower-case
(#98) Opening brace should be on the same line as the declaration
(#100) Variable "packageName" must be all lower-case
(#101) Variable "includeDevRequirements" must be all lower-case
(#101) Variable "packageName" must be all lower-case
(#117) Line exceeds 132 characters; contains 158 characters
(#120) Variable "packageName" must be all lower-case
(#121) Opening brace should be on the same line as the declaration
(#123) Variable "packageName" must be all lower-case
(#137) Public method name "InstalledVersions::getVersionRanges" must be in lower-case letters only
(#137) Variable "packageName" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#140) Variable "packageName" must be all lower-case
(#144) Short array syntax must be used to define arrays
(#145) Variable "packageName" must be all lower-case
(#146) Variable "packageName" must be all lower-case
(#148) Variable "packageName" must be all lower-case
(#149) Variable "packageName" must be all lower-case
(#151) Variable "packageName" must be all lower-case
(#152) Variable "packageName" must be all lower-case
(#154) Variable "packageName" must be all lower-case
(#155) Variable "packageName" must be all lower-case
(#161) Variable "packageName" must be all lower-case
(#166) Line exceeds maximum limit of 180 characters; contains 218 characters
(#168) No one-line description found in phpdocs for docblock of function getVersion
(#168) Public method name "InstalledVersions::getVersion" must be in lower-case letters only
(#168) Variable "packageName" must be all lower-case
(#169) Opening brace should be on the same line as the declaration
(#171) Variable "packageName" must be all lower-case
(#175) Variable "packageName" must be all lower-case
(#179) Variable "packageName" must be all lower-case
(#182) Variable "packageName" must be all lower-case
(#187) Line exceeds maximum limit of 180 characters; contains 218 characters
(#189) No one-line description found in phpdocs for docblock of function getPrettyVersion
(#189) Public method name "InstalledVersions::getPrettyVersion" must be in lower-case letters only
(#189) Variable "packageName" must be all lower-case
(#190) Opening brace should be on the same line as the declaration
(#192) Variable "packageName" must be all lower-case
(#196) Variable "packageName" must be all lower-case
(#200) Variable "packageName" must be all lower-case
(#203) Variable "packageName" must be all lower-case
(#208) Line exceeds 132 characters; contains 135 characters
(#210) No one-line description found in phpdocs for docblock of function getReference
(#210) Public method name "InstalledVersions::getReference" must be in lower-case letters only
(#210) Variable "packageName" must be all lower-case
(#211) Opening brace should be on the same line as the declaration
(#213) Variable "packageName" must be all lower-case
(#217) Variable "packageName" must be all lower-case
(#221) Variable "packageName" must be all lower-case
(#224) Variable "packageName" must be all lower-case
(#229) Line exceeds maximum limit of 180 characters; contains 200 characters
(#231) No one-line description found in phpdocs for docblock of function getInstallPath
(#231) Public method name "InstalledVersions::getInstallPath" must be in lower-case letters only
(#231) Variable "packageName" must be all lower-case
(#232) Opening brace should be on the same line as the declaration
(#234) Variable "packageName" must be all lower-case
(#238) Variable "packageName" must be all lower-case
(#238) Variable "packageName" must be all lower-case
(#238) Line exceeds 132 characters; contains 141 characters
(#241) Variable "packageName" must be all lower-case
(#246) Invalid docblock tag "@psalm-return".
(#246) Line exceeds 132 characters; contains 171 characters
(#248) No one-line description found in phpdocs for docblock of function getRootPackage
(#248) Public method name "InstalledVersions::getRootPackage" must be in lower-case letters only
(#249) Opening brace should be on the same line as the declaration
(#258) Line exceeds maximum limit of 180 characters; contains 201 characters
(#260) Invalid docblock tag "@psalm-return".
(#260) Line exceeds maximum limit of 180 characters; contains 407 characters
(#262) Public method name "InstalledVersions::getRawData" must be in lower-case letters only
(#263) Opening brace should be on the same line as the declaration
(#264) Line exceeds maximum limit of 180 characters; contains 228 characters
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Line exceeds 132 characters; contains 134 characters
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) "include" must be immediately followed by an open parenthesis
(#272) Short array syntax must be used to define arrays
(#283) Invalid docblock tag "@psalm-return".
(#283) Line exceeds maximum limit of 180 characters; contains 413 characters
(#285) Public method name "InstalledVersions::getAllRawData" must be in lower-case letters only
(#286) Opening brace should be on the same line as the declaration
(#306) Invalid docblock tag "@psalm-param".
(#306) Line exceeds maximum limit of 180 characters; contains 412 characters
(#309) Opening brace should be on the same line as the declaration
(#311) Variable "installedByVendor" must be all lower-case
(#311) Short array syntax must be used to define arrays
(#316) Invalid docblock tag "@psalm-return".
(#316) Line exceeds maximum limit of 180 characters; contains 413 characters
(#318) No one-line description found in phpdocs for docblock of function getInstalled
(#318) Private method name "InstalledVersions::getInstalled" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#320) Variable "canGetVendors" must be all lower-case
(#321) Variable "canGetVendors" must be all lower-case
(#324) Short array syntax must be used to define arrays
(#326) Variable "canGetVendors" must be all lower-case
(#327) Variable "vendorDir" must be all lower-case
(#328) Variable "installedByVendor" must be all lower-case
(#328) Variable "vendorDir" must be all lower-case
(#329) Variable "installedByVendor" must be all lower-case
(#329) Variable "vendorDir" must be all lower-case
(#330) Usage of ELSEIF not allowed; use ELSE IF instead
(#330) Variable "vendorDir" must be all lower-case
(#331) Variable "installedByVendor" must be all lower-case
(#331) Variable "vendorDir" must be all lower-case
(#331) "require" must be immediately followed by an open parenthesis
(#331) Variable "vendorDir" must be all lower-case
(#332) Variable "vendorDir" must be all lower-case
(#340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Line exceeds 132 characters; contains 134 characters
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) "require" must be immediately followed by an open parenthesis
(#345) Short array syntax must be used to define arrays
local/dompdf/vendor/composer/autoload_classmap.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_classmap.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
(#10) Variable "vendorDir" must be all lower-case
local/dompdf/vendor/composer/autoload_namespaces.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_namespaces.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
local/dompdf/vendor/composer/autoload_psr4.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_psr4.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
(#9) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
(#10) Short array syntax must be used to define arrays
(#10) Variable "vendorDir" must be all lower-case
(#11) Short array syntax must be used to define arrays
(#11) Variable "vendorDir" must be all lower-case
(#12) Short array syntax must be used to define arrays
(#12) Variable "vendorDir" must be all lower-case
(#13) Short array syntax must be used to define arrays
(#13) Variable "vendorDir" must be all lower-case
(#14) Short array syntax must be used to define arrays
(#14) Variable "vendorDir" must be all lower-case
local/dompdf/vendor/composer/autoload_real.php
(#1) Moodle boilerplate not found
(#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) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class ComposerAutoloaderInit7b33fa009bbf0ae01927ebbf9d07e8af
(#6) Opening brace should be on the same line as the declaration for class ComposerAutoloaderInit7b33fa009bbf0ae01927ebbf9d07e8af
(#7) Missing member variable doc comment
(#9) Missing docblock for function loadClassLoader
(#9) Public method name "ComposerAutoloaderInit7b33fa009bbf0ae01927ebbf9d07e8af::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
(#19) No one-line description found in phpdocs for docblock of function getLoader
(#19) Public method name "ComposerAutoloaderInit7b33fa009bbf0ae01927ebbf9d07e8af::getLoader" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#25) "require" must be immediately followed by an open parenthesis
(#27) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#31) "require" must be immediately followed by an open parenthesis
local/dompdf/vendor/composer/autoload_static.php
(#1) Moodle boilerplate not found
(#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) Missing @copyright tag
(#7) Missing @license tag
(#7) Missing docblock for class ComposerStaticInit7b33fa009bbf0ae01927ebbf9d07e8af
(#8) Opening brace should be on the same line as the declaration for class ComposerStaticInit7b33fa009bbf0ae01927ebbf9d07e8af
(#9) Missing member variable doc comment
(#9) Member variable "prefixLengthsPsr4" must be all lower-case
(#9) Short array syntax must be used to define arrays
(#10) Whitespace found at end of line
(#11) Short array syntax must be used to define arrays
(#15) Whitespace found at end of line
(#16) Short array syntax must be used to define arrays
(#19) Whitespace found at end of line
(#20) Short array syntax must be used to define arrays
(#23) Whitespace found at end of line
(#24) Short array syntax must be used to define arrays
(#27) Whitespace found at end of line
(#28) Short array syntax must be used to define arrays
(#33) Missing member variable doc comment
(#33) Member variable "prefixDirsPsr4" must be all lower-case
(#33) Short array syntax must be used to define arrays
(#34) Whitespace found at end of line
(#35) Short array syntax must be used to define arrays
(#38) Whitespace found at end of line
(#39) Short array syntax must be used to define arrays
(#42) Whitespace found at end of line
(#43) Short array syntax must be used to define arrays
(#46) Whitespace found at end of line
(#47) Short array syntax must be used to define arrays
(#50) Whitespace found at end of line
(#51) Short array syntax must be used to define arrays
(#54) Whitespace found at end of line
(#55) Short array syntax must be used to define arrays
(#60) Missing member variable doc comment
(#60) Member variable "classMap" must be all lower-case
(#60) Short array syntax must be used to define arrays
(#65) Missing docblock for function getInitializer
(#65) Public method name "ComposerStaticInit7b33fa009bbf0ae01927ebbf9d07e8af::getInitializer" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#68) Variable "prefixLengthsPsr4" must be all lower-case
(#69) Variable "prefixDirsPsr4" must be all lower-case
(#70) Variable "classMap" must be all lower-case
local/dompdf/vendor/composer/installed.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file installed.php
(#1) Moodle boilerplate not found
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#1) Short array syntax must be used to define arrays
(#2) Short array syntax must be used to define arrays
(#9) Short array syntax must be used to define arrays
(#12) Short array syntax must be used to define arrays
(#13) Short array syntax must be used to define arrays
(#19) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
(#40) Short array syntax must be used to define arrays
(#46) Short array syntax must be used to define arrays
(#49) Short array syntax must be used to define arrays
(#55) Short array syntax must be used to define arrays
(#58) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#73) Short array syntax must be used to define arrays
local/dompdf/vendor/composer/platform_check.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file platform_check.php
(#1) Moodle boilerplate not found
(#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) Short array syntax must be used to define arrays
(#17) Line exceeds 132 characters; contains 137 characters
(#18) Usage of ELSEIF not allowed; use ELSE IF instead
(#19) Line exceeds 132 characters; contains 179 characters
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/AdobeFontMetrics.php
(#1) No one-line description found in phpdocs for docblock of file AdobeFontMetrics.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file AdobeFontMetrics.php. Expected local_dompdf, found php-font-lib.
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Missing member variable doc comment
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#26) Missing docblock for function __construct
(#26) Line indented incorrectly; expected 4 spaces, found 2
(#26) Visibility must be declared on method "__construct"
(#27) Line indented incorrectly; expected at least 8 spaces, found 4
(#28) Line indented incorrectly; expected 4 spaces, found 2
(#30) Missing docblock for function write
(#30) Line indented incorrectly; expected 4 spaces, found 2
(#30) Visibility must be declared on method "write"
(#31) Line indented incorrectly; expected at least 8 spaces, found 4
(#31) Variable "map_data" must not contain underscores.
(#31) Short array syntax must be used to define arrays
(#33) Line indented incorrectly; expected 8 spaces, found 4
(#34) Line indented incorrectly; expected at least 12 spaces, found 6
(#35) Line indented incorrectly; expected at least 12 spaces, found 6
(#35) Variable "map_file" must not contain underscores.
(#36) Line indented incorrectly; expected 12 spaces, found 6
(#36) Variable "map_file" must not contain underscores.
(#37) Line indented incorrectly; expected at least 16 spaces, found 8
(#38) Line indented incorrectly; expected 12 spaces, found 6
(#40) Line indented incorrectly; expected at least 12 spaces, found 6
(#40) Variable "map_file" must not contain underscores.
(#41) Line indented incorrectly; expected at least 12 spaces, found 6
(#41) Variable "map_data" must not contain underscores.
(#42) Line indented incorrectly; expected 8 spaces, found 4
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#46) Line indented incorrectly; expected at least 8 spaces, found 4
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Variable "encoding_scheme" must not contain underscores.
(#53) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Variable "encoding_scheme" must not contain underscores.
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#56) Line indented incorrectly; expected 8 spaces, found 4
(#57) Line indented incorrectly; expected 12 spaces, found 6
(#57) Variable "nameIdCodes" must be all lower-case
(#58) Line indented incorrectly; expected at least 16 spaces, found 8
(#59) Line indented incorrectly; expected 12 spaces, found 6
(#61) Line indented incorrectly; expected at least 12 spaces, found 6
(#61) Variable "nameIdCodes" must be all lower-case
(#62) Line indented incorrectly; expected 8 spaces, found 4
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Line indented incorrectly; expected 8 spaces, found 4
(#76) Line indented incorrectly; expected at least 12 spaces, found 6
(#77) Line indented incorrectly; expected 8 spaces, found 4
(#78) Line indented incorrectly; expected 8 spaces, found 4
(#78) Expected "} else {\n"; found "}\n else {\n"
(#79) Line indented incorrectly; expected at least 12 spaces, found 6
(#80) Line indented incorrectly; expected 8 spaces, found 4
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "glyphIndexArray" must be all lower-case
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#84) Variable "hasGlyphs" must be all lower-case
(#84) Variable "glyphIndexArray" must be all lower-case
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Line indented incorrectly; expected 8 spaces, found 4
(#87) Variable "hasGlyphs" must be all lower-case
(#87) Variable "glyphIndexArray" must be all lower-case
(#88) Line indented incorrectly; expected at least 12 spaces, found 6
(#88) Variable "upperH" must be all lower-case
(#88) Variable "glyphIndexArray" must be all lower-case
(#89) Line indented incorrectly; expected at least 12 spaces, found 6
(#89) Variable "upperH" must be all lower-case
(#90) Line indented incorrectly; expected at least 12 spaces, found 6
(#90) Variable "upperH" must be all lower-case
(#91) Line indented incorrectly; expected 8 spaces, found 4
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Line indented incorrectly; expected 8 spaces, found 4
(#94) Variable "hasGlyphs" must be all lower-case
(#94) Variable "glyphIndexArray" must be all lower-case
(#95) Line indented incorrectly; expected at least 12 spaces, found 6
(#95) Variable "lowerX" must be all lower-case
(#95) Variable "glyphIndexArray" must be all lower-case
(#96) Line indented incorrectly; expected at least 12 spaces, found 6
(#96) Variable "lowerX" must be all lower-case
(#97) Line indented incorrectly; expected at least 12 spaces, found 6
(#97) Variable "lowerX" must be all lower-case
(#98) Line indented incorrectly; expected 8 spaces, found 4
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#101) Line indented incorrectly; expected 8 spaces, found 4
(#101) Variable "hasGlyphs" must be all lower-case
(#101) Variable "glyphIndexArray" must be all lower-case
(#102) Line indented incorrectly; expected at least 12 spaces, found 6
(#102) Variable "lowerD" must be all lower-case
(#102) Variable "glyphIndexArray" must be all lower-case
(#103) Line indented incorrectly; expected at least 12 spaces, found 6
(#103) Variable "lowerD" must be all lower-case
(#104) Line indented incorrectly; expected at least 12 spaces, found 6
(#104) Variable "lowerD" must be all lower-case
(#105) Line indented incorrectly; expected 8 spaces, found 4
(#105) Usage of ELSEIF not allowed; use ELSE IF instead
(#106) Line indented incorrectly; expected at least 12 spaces, found 6
(#107) Line indented incorrectly; expected 8 spaces, found 4
(#108) Line indented incorrectly; expected 8 spaces, found 4
(#108) Expected "} else {\n"; found "}\n else {\n"
(#109) Line indented incorrectly; expected at least 12 spaces, found 6
(#110) Line indented incorrectly; expected 8 spaces, found 4
(#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
(#112) Line indented incorrectly; expected at least 8 spaces, found 4
(#113) Line indented incorrectly; expected 8 spaces, found 4
(#113) Variable "hasGlyphs" must be all lower-case
(#113) Variable "glyphIndexArray" must be all lower-case
(#114) Line indented incorrectly; expected at least 12 spaces, found 6
(#114) Variable "lowerP" must be all lower-case
(#114) Variable "glyphIndexArray" must be all lower-case
(#115) Line indented incorrectly; expected at least 12 spaces, found 6
(#115) Variable "lowerP" must be all lower-case
(#116) Line indented incorrectly; expected at least 12 spaces, found 6
(#116) Variable "lowerP" must be all lower-case
(#117) Line indented incorrectly; expected 8 spaces, found 4
(#117) Usage of ELSEIF not allowed; use ELSE IF instead
(#118) Line indented incorrectly; expected at least 12 spaces, found 6
(#119) Line indented incorrectly; expected 8 spaces, found 4
(#120) Line indented incorrectly; expected 8 spaces, found 4
(#120) Expected "} else {\n"; found "}\n else {\n"
(#121) Line indented incorrectly; expected at least 12 spaces, found 6
(#122) Line indented incorrectly; expected 8 spaces, found 4
(#124) Line indented incorrectly; expected at least 8 spaces, found 4
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#125) Short array syntax must be used to define arrays
(#126) Line indented incorrectly; expected at least 8 spaces, found 6
(#127) Line indented incorrectly; expected at least 8 spaces, found 6
(#128) Line indented incorrectly; expected at least 8 spaces, found 6
(#129) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Line indented incorrectly; expected at least 8 spaces, found 4
(#132) Line indented incorrectly; expected 10 spaces, found 4
(#132) Variable "glyphIndexArray" must be all lower-case
(#133) Line indented incorrectly; expected at least 14 spaces, found 6
(#134) Line indented incorrectly; expected at least 14 spaces, found 6
(#136) Line indented incorrectly; expected at least 14 spaces, found 6
(#138) Line indented incorrectly; expected 14 spaces, found 6
(#139) Line indented incorrectly; expected 18 spaces, found 8
(#139) Variable "map_data" must not contain underscores.
(#140) Line indented incorrectly; expected at least 22 spaces, found 10
(#142) Line indented incorrectly; expected 22 spaces, found 10
(#142) Variable "glyphIndexArray" must be all lower-case
(#143) Line indented incorrectly; expected at least 26 spaces, found 12
(#144) Line indented incorrectly; expected 22 spaces, found 10
(#146) Line indented incorrectly; expected at least 22 spaces, found 10
(#146) Variable "glyphIndexArray" must be all lower-case
(#148) Line indented incorrectly; expected 22 spaces, found 10
(#149) Line indented incorrectly; expected at least 26 spaces, found 12
(#150) Line indented incorrectly; expected 22 spaces, found 10
(#152) Line indented incorrectly; expected at least 22 spaces, found 10
(#152) Short array syntax must be used to define arrays
(#153) Line indented incorrectly; expected at least 22 spaces, found 12
(#154) Line indented incorrectly; expected at least 22 spaces, found 12
(#155) Line indented incorrectly; expected at least 22 spaces, found 12
(#156) Line indented incorrectly; expected at least 22 spaces, found 10
(#157) Line indented incorrectly; expected 18 spaces, found 8
(#158) Line indented incorrectly; expected 14 spaces, found 6
(#159) Line indented incorrectly; expected 14 spaces, found 6
(#159) Expected "} else {\n"; found "}\n else {\n"
(#160) Line indented incorrectly; expected 18 spaces, found 8
(#160) Variable "glyphIndexArray" must be all lower-case
(#161) Line indented incorrectly; expected 22 spaces, found 10
(#162) Line indented incorrectly; expected at least 26 spaces, found 12
(#163) Line indented incorrectly; expected 22 spaces, found 10
(#165) Line indented incorrectly; expected at least 22 spaces, found 10
(#165) Short array syntax must be used to define arrays
(#166) Line indented incorrectly; expected at least 22 spaces, found 12
(#167) Line indented incorrectly; expected at least 22 spaces, found 12
(#168) Line indented incorrectly; expected at least 22 spaces, found 12
(#169) Line indented incorrectly; expected at least 22 spaces, found 12
(#170) Line indented incorrectly; expected at least 22 spaces, found 10
(#171) Line indented incorrectly; expected 18 spaces, found 8
(#172) Line indented incorrectly; expected 14 spaces, found 6
(#174) Line indented incorrectly; expected at least 14 spaces, found 6
(#176) Line indented incorrectly; expected at least 14 spaces, found 6
(#177) Line indented incorrectly; expected at least 14 spaces, found 6
(#179) Line indented incorrectly; expected 14 spaces, found 6
(#180) Line indented incorrectly; expected at least 18 spaces, found 8
(#181) Line indented incorrectly; expected at least 18 spaces, found 8
(#183) Line indented incorrectly; expected 18 spaces, found 8
(#184) Line indented incorrectly; expected 22 spaces, found 10
(#185) Line indented incorrectly; expected at least 26 spaces, found 12
(#186) Line indented incorrectly; expected 22 spaces, found 10
(#187) Line indented incorrectly; expected 22 spaces, found 10
(#187) Variable "glyphIndexArray" must be all lower-case
(#188) Line indented incorrectly; expected at least 26 spaces, found 12
(#189) Line indented incorrectly; expected 22 spaces, found 10
(#191) Line indented incorrectly; expected at least 22 spaces, found 10
(#191) Variable "left_gid" must not contain underscores.
(#191) Variable "glyphIndexArray" must be all lower-case
(#193) Line indented incorrectly; expected 22 spaces, found 10
(#193) Variable "left_gid" must not contain underscores.
(#194) Line indented incorrectly; expected at least 26 spaces, found 12
(#195) Line indented incorrectly; expected 22 spaces, found 10
(#197) Line indented incorrectly; expected at least 22 spaces, found 10
(#197) Variable "left_name" must not contain underscores.
(#197) Variable "left_gid" must not contain underscores.
(#199) Line indented incorrectly; expected at least 22 spaces, found 10
(#201) Line indented incorrectly; expected 22 spaces, found 10
(#202) Line indented incorrectly; expected 26 spaces, found 12
(#202) Variable "glyphIndexArray" must be all lower-case
(#203) Line indented incorrectly; expected at least 30 spaces, found 14
(#204) Line indented incorrectly; expected 26 spaces, found 12
(#206) Line indented incorrectly; expected at least 26 spaces, found 12
(#206) Variable "right_gid" must not contain underscores.
(#206) Variable "glyphIndexArray" must be all lower-case
(#208) Line indented incorrectly; expected 26 spaces, found 12
(#208) Variable "right_gid" must not contain underscores.
(#209) Line indented incorrectly; expected at least 30 spaces, found 14
(#210) Line indented incorrectly; expected 26 spaces, found 12
(#212) Line indented incorrectly; expected at least 26 spaces, found 12
(#212) Variable "right_name" must not contain underscores.
(#212) Variable "right_gid" must not contain underscores.
(#213) Line indented incorrectly; expected at least 26 spaces, found 12
(#213) Variable "left_name" must not contain underscores.
(#213) Variable "right_name" must not contain underscores.
(#214) Line indented incorrectly; expected 22 spaces, found 10
(#215) Line indented incorrectly; expected 18 spaces, found 8
(#217) Line indented incorrectly; expected at least 18 spaces, found 8
(#218) Line indented incorrectly; expected at least 18 spaces, found 8
(#219) Line indented incorrectly; expected 14 spaces, found 6
(#220) Line indented incorrectly; expected 10 spaces, found 4
(#222) Line indented incorrectly; expected at least 10 spaces, found 4
(#223) Line indented incorrectly; expected 4 spaces, found 2
(#225) Missing docblock for function addLine
(#225) Line indented incorrectly; expected 4 spaces, found 2
(#225) Visibility must be declared on method "addLine"
(#225) method name "AdobeFontMetrics::addLine" must be in lower-case letters only
(#226) Line indented incorrectly; expected at least 8 spaces, found 4
(#227) Line indented incorrectly; expected 4 spaces, found 2
(#229) Missing docblock for function addPair
(#229) Line indented incorrectly; expected 4 spaces, found 2
(#229) Visibility must be declared on method "addPair"
(#229) method name "AdobeFontMetrics::addPair" must be in lower-case letters only
(#230) Line indented incorrectly; expected at least 8 spaces, found 4
(#231) Line indented incorrectly; expected 4 spaces, found 2
(#233) Missing docblock for function addArray
(#233) Line indented incorrectly; expected 4 spaces, found 2
(#233) Visibility must be declared on method "addArray"
(#233) method name "AdobeFontMetrics::addArray" must be in lower-case letters only
(#234) Line indented incorrectly; expected at least 8 spaces, found 4
(#235) Line indented incorrectly; expected 4 spaces, found 2
(#237) Missing docblock for function addMetric
(#237) Line indented incorrectly; expected 4 spaces, found 2
(#237) Visibility must be declared on method "addMetric"
(#237) method name "AdobeFontMetrics::addMetric" must be in lower-case letters only
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#238) Short array syntax must be used to define arrays
(#239) Line indented incorrectly; expected 8 spaces, found 4
(#240) Line indented incorrectly; expected at least 12 spaces, found 6
(#241) Line indented incorrectly; expected 8 spaces, found 4
(#242) Line indented incorrectly; expected at least 8 spaces, found 4
(#243) Line indented incorrectly; expected 4 spaces, found 2
(#245) Missing docblock for function startSection
(#245) Line indented incorrectly; expected 4 spaces, found 2
(#245) Visibility must be declared on method "startSection"
(#245) method name "AdobeFontMetrics::startSection" must be in lower-case letters only
(#246) Line indented incorrectly; expected at least 8 spaces, found 4
(#247) Line indented incorrectly; expected 4 spaces, found 2
(#249) Missing docblock for function endSection
(#249) Line indented incorrectly; expected 4 spaces, found 2
(#249) Visibility must be declared on method "endSection"
(#249) method name "AdobeFontMetrics::endSection" must be in lower-case letters only
(#250) Line indented incorrectly; expected at least 8 spaces, found 4
(#251) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/BinaryStream.php
(#1) No one-line description found in phpdocs for docblock of file BinaryStream.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file BinaryStream.php. Expected local_dompdf, found php-font-lib.
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing docblock for constant BinaryStream::uint8
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Class constants must be uppercase; expected UINT8 but found uint8
(#22) Missing docblock for constant BinaryStream::int8
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Class constants must be uppercase; expected INT8 but found int8
(#23) Missing docblock for constant BinaryStream::uint16
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Class constants must be uppercase; expected UINT16 but found uint16
(#24) Missing docblock for constant BinaryStream::int16
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Class constants must be uppercase; expected INT16 but found int16
(#25) Missing docblock for constant BinaryStream::uint32
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Class constants must be uppercase; expected UINT32 but found uint32
(#26) Missing docblock for constant BinaryStream::int32
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#26) Class constants must be uppercase; expected INT32 but found int32
(#27) Missing docblock for constant BinaryStream::shortFrac
(#27) Line indented incorrectly; expected at least 4 spaces, found 2
(#27) Class constants must be uppercase; expected SHORTFRAC but found shortFrac
(#28) Missing docblock for constant BinaryStream::Fixed
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Class constants must be uppercase; expected FIXED but found Fixed
(#29) Missing docblock for constant BinaryStream::FWord
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Class constants must be uppercase; expected FWORD but found FWord
(#30) Missing docblock for constant BinaryStream::uFWord
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Class constants must be uppercase; expected UFWORD but found uFWord
(#31) Missing docblock for constant BinaryStream::F2Dot14
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Class constants must be uppercase; expected F2DOT14 but found F2Dot14
(#32) Missing docblock for constant BinaryStream::longDateTime
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Class constants must be uppercase; expected LONGDATETIME but found longDateTime
(#33) Missing docblock for constant BinaryStream::char
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Class constants must be uppercase; expected CHAR but found char
(#35) Missing docblock for constant BinaryStream::modeRead
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Class constants must be uppercase; expected MODEREAD but found modeRead
(#36) Missing docblock for constant BinaryStream::modeWrite
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) Class constants must be uppercase; expected MODEWRITE but found modeWrite
(#37) Missing docblock for constant BinaryStream::modeReadWrite
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Class constants must be uppercase; expected MODEREADWRITE but found modeReadWrite
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Missing docblock for function backtrace
(#39) Visibility must be declared on method "backtrace"
(#40) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected 4 spaces, found 2
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#63) Line indented incorrectly; expected 4 spaces, found 2
(#64) Line indented incorrectly; expected 8 spaces, found 4
(#64) Short array syntax must be used to define arrays
(#65) Line indented incorrectly; expected at least 12 spaces, found 6
(#66) Line indented incorrectly; expected 8 spaces, found 4
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Line indented incorrectly; expected 4 spaces, found 2
(#73) Line indented incorrectly; expected at least 4 spaces, found 2
(#76) Line indented incorrectly; expected 4 spaces, found 2
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#80) Line indented incorrectly; expected at least 4 spaces, found 2
(#87) Line indented incorrectly; expected 4 spaces, found 2
(#87) Public method name "BinaryStream::setFile" must be in lower-case letters only
(#88) Line indented incorrectly; expected 8 spaces, found 4
(#89) Line indented incorrectly; expected at least 12 spaces, found 6
(#90) Line indented incorrectly; expected 8 spaces, found 4
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Line indented incorrectly; expected 4 spaces, found 2
(#95) Line indented incorrectly; expected at least 4 spaces, found 2
(#102) Line indented incorrectly; expected 4 spaces, found 2
(#102) Public method name "BinaryStream::getTempFile" must be in lower-case letters only
(#102) Variable "allow_memory" must not contain underscores.
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Line indented incorrectly; expected 8 spaces, found 4
(#105) Variable "allow_memory" must not contain underscores.
(#106) Line indented incorrectly; expected at least 12 spaces, found 6
(#107) Line indented incorrectly; expected 8 spaces, found 4
(#108) Line indented incorrectly; expected 8 spaces, found 4
(#108) Expected "} else {\n"; found "}\n else {\n"
(#109) Line indented incorrectly; expected at least 12 spaces, found 6
(#110) Line indented incorrectly; expected 8 spaces, found 4
(#112) Line indented incorrectly; expected at least 8 spaces, found 4
(#113) Line indented incorrectly; expected 4 spaces, found 2
(#115) Line indented incorrectly; expected at least 4 spaces, found 2
(#122) Line indented incorrectly; expected 4 spaces, found 2
(#123) Line indented incorrectly; expected at least 8 spaces, found 4
(#124) Line indented incorrectly; expected 4 spaces, found 2
(#126) Line indented incorrectly; expected at least 4 spaces, found 2
(#131) Line indented incorrectly; expected 4 spaces, found 2
(#132) Line indented incorrectly; expected at least 8 spaces, found 4
(#133) Line indented incorrectly; expected 4 spaces, found 2
(#135) Line indented incorrectly; expected 4 spaces, found 2
(#135) Missing docblock for function skip
(#136) Line indented incorrectly; expected at least 8 spaces, found 4
(#137) Line indented incorrectly; expected 4 spaces, found 2
(#139) Line indented incorrectly; expected at least 4 spaces, found 2
(#144) Line indented incorrectly; expected 4 spaces, found 2
(#144) No one-line description found in phpdocs for docblock of function read
(#145) Line indented incorrectly; expected 8 spaces, found 4
(#146) Line indented incorrectly; expected at least 12 spaces, found 6
(#147) Line indented incorrectly; expected 8 spaces, found 4
(#149) Line indented incorrectly; expected at least 8 spaces, found 4
(#150) Line indented incorrectly; expected 4 spaces, found 2
(#152) Line indented incorrectly; expected 4 spaces, found 2
(#152) Missing docblock for function write
(#153) Line indented incorrectly; expected 8 spaces, found 4
(#154) Line indented incorrectly; expected at least 12 spaces, found 6
(#155) Line indented incorrectly; expected 8 spaces, found 4
(#157) Line indented incorrectly; expected at least 8 spaces, found 4
(#158) Line indented incorrectly; expected 4 spaces, found 2
(#160) Line indented incorrectly; expected 4 spaces, found 2
(#160) Missing docblock for function readUInt8
(#160) Public method name "BinaryStream::readUInt8" must be in lower-case letters only
(#161) Line indented incorrectly; expected at least 8 spaces, found 4
(#162) Line indented incorrectly; expected 4 spaces, found 2
(#164) Line indented incorrectly; expected 4 spaces, found 2
(#164) Missing docblock for function readUInt8Many
(#164) Public method name "BinaryStream::readUInt8Many" must be in lower-case letters only
(#165) Line indented incorrectly; expected at least 8 spaces, found 4
(#166) Line indented incorrectly; expected 4 spaces, found 2
(#168) Line indented incorrectly; expected 4 spaces, found 2
(#168) Missing docblock for function writeUInt8
(#168) Public method name "BinaryStream::writeUInt8" must be in lower-case letters only
(#169) Line indented incorrectly; expected at least 8 spaces, found 4
(#170) Line indented incorrectly; expected 4 spaces, found 2
(#172) Line indented incorrectly; expected 4 spaces, found 2
(#172) Missing docblock for function readInt8
(#172) Public method name "BinaryStream::readInt8" must be in lower-case letters only
(#173) Line indented incorrectly; expected at least 8 spaces, found 4
(#175) Line indented incorrectly; expected 8 spaces, found 4
(#176) Line indented incorrectly; expected at least 12 spaces, found 6
(#177) Line indented incorrectly; expected 8 spaces, found 4
(#179) Line indented incorrectly; expected at least 8 spaces, found 4
(#180) Line indented incorrectly; expected 4 spaces, found 2
(#182) Line indented incorrectly; expected 4 spaces, found 2
(#182) Missing docblock for function readInt8Many
(#182) Public method name "BinaryStream::readInt8Many" must be in lower-case letters only
(#183) Line indented incorrectly; expected at least 8 spaces, found 4
(#184) Line indented incorrectly; expected 4 spaces, found 2
(#186) Line indented incorrectly; expected 4 spaces, found 2
(#186) Missing docblock for function writeInt8
(#186) Public method name "BinaryStream::writeInt8" must be in lower-case letters only
(#187) Line indented incorrectly; expected 8 spaces, found 4
(#188) Line indented incorrectly; expected at least 12 spaces, found 6
(#189) Line indented incorrectly; expected 8 spaces, found 4
(#191) Line indented incorrectly; expected at least 8 spaces, found 4
(#192) Line indented incorrectly; expected 4 spaces, found 2
(#194) Line indented incorrectly; expected 4 spaces, found 2
(#194) Missing docblock for function readUInt16
(#194) Public method name "BinaryStream::readUInt16" must be in lower-case letters only
(#195) Line indented incorrectly; expected at least 8 spaces, found 4
(#197) Line indented incorrectly; expected at least 8 spaces, found 4
(#198) Line indented incorrectly; expected 4 spaces, found 2
(#200) Line indented incorrectly; expected 4 spaces, found 2
(#200) Missing docblock for function readUInt16Many
(#200) Public method name "BinaryStream::readUInt16Many" must be in lower-case letters only
(#201) Line indented incorrectly; expected at least 8 spaces, found 4
(#202) Line indented incorrectly; expected 4 spaces, found 2
(#204) Line indented incorrectly; expected 4 spaces, found 2
(#204) Missing docblock for function readUFWord
(#204) Public method name "BinaryStream::readUFWord" must be in lower-case letters only
(#205) Line indented incorrectly; expected at least 8 spaces, found 4
(#206) Line indented incorrectly; expected 4 spaces, found 2
(#208) Line indented incorrectly; expected 4 spaces, found 2
(#208) Missing docblock for function writeUInt16
(#208) Public method name "BinaryStream::writeUInt16" must be in lower-case letters only
(#209) Line indented incorrectly; expected at least 8 spaces, found 4
(#210) Line indented incorrectly; expected 4 spaces, found 2
(#212) Line indented incorrectly; expected 4 spaces, found 2
(#212) Missing docblock for function writeUFWord
(#212) Public method name "BinaryStream::writeUFWord" must be in lower-case letters only
(#213) Line indented incorrectly; expected at least 8 spaces, found 4
(#214) Line indented incorrectly; expected 4 spaces, found 2
(#216) Line indented incorrectly; expected 4 spaces, found 2
(#216) Missing docblock for function readInt16
(#216) Public method name "BinaryStream::readInt16" must be in lower-case letters only
(#217) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#220) Line indented incorrectly; expected 8 spaces, found 4
(#221) Line indented incorrectly; expected at least 12 spaces, found 6
(#222) Line indented incorrectly; expected 8 spaces, found 4
(#224) Line indented incorrectly; expected at least 8 spaces, found 4
(#225) Line indented incorrectly; expected 4 spaces, found 2
(#227) Line indented incorrectly; expected 4 spaces, found 2
(#227) Missing docblock for function readInt16Many
(#227) Public method name "BinaryStream::readInt16Many" must be in lower-case letters only
(#228) Line indented incorrectly; expected at least 8 spaces, found 4
(#229) Line indented incorrectly; expected 8 spaces, found 4
(#230) Line indented incorrectly; expected 12 spaces, found 6
(#231) Line indented incorrectly; expected at least 16 spaces, found 8
(#232) Line indented incorrectly; expected 12 spaces, found 6
(#233) Line indented incorrectly; expected 8 spaces, found 4
(#235) Line indented incorrectly; expected at least 8 spaces, found 4
(#236) Line indented incorrectly; expected 4 spaces, found 2
(#238) Line indented incorrectly; expected 4 spaces, found 2
(#238) Missing docblock for function readFWord
(#238) Public method name "BinaryStream::readFWord" must be in lower-case letters only
(#239) Line indented incorrectly; expected at least 8 spaces, found 4
(#240) Line indented incorrectly; expected 4 spaces, found 2
(#242) Line indented incorrectly; expected 4 spaces, found 2
(#242) Missing docblock for function writeInt16
(#242) Public method name "BinaryStream::writeInt16" must be in lower-case letters only
(#243) Line indented incorrectly; expected 8 spaces, found 4
(#244) Line indented incorrectly; expected at least 12 spaces, found 6
(#245) Line indented incorrectly; expected 8 spaces, found 4
(#247) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) Line indented incorrectly; expected 4 spaces, found 2
(#250) Line indented incorrectly; expected 4 spaces, found 2
(#250) Missing docblock for function writeFWord
(#250) Public method name "BinaryStream::writeFWord" must be in lower-case letters only
(#251) Line indented incorrectly; expected at least 8 spaces, found 4
(#252) Line indented incorrectly; expected 4 spaces, found 2
(#254) Line indented incorrectly; expected 4 spaces, found 2
(#254) Missing docblock for function readUInt32
(#254) Public method name "BinaryStream::readUInt32" must be in lower-case letters only
(#255) Line indented incorrectly; expected at least 8 spaces, found 4
(#257) Line indented incorrectly; expected at least 8 spaces, found 4
(#258) Line indented incorrectly; expected 4 spaces, found 2
(#260) Line indented incorrectly; expected 4 spaces, found 2
(#260) Missing docblock for function writeUInt32
(#260) Public method name "BinaryStream::writeUInt32" must be in lower-case letters only
(#261) Line indented incorrectly; expected at least 8 spaces, found 4
(#262) Line indented incorrectly; expected 4 spaces, found 2
(#264) Line indented incorrectly; expected 4 spaces, found 2
(#264) Missing docblock for function readFixed
(#264) Public method name "BinaryStream::readFixed" must be in lower-case letters only
(#265) Line indented incorrectly; expected at least 8 spaces, found 4
(#266) Line indented incorrectly; expected at least 8 spaces, found 4
(#268) Line indented incorrectly; expected at least 8 spaces, found 4
(#269) Line indented incorrectly; expected 4 spaces, found 2
(#271) Line indented incorrectly; expected 4 spaces, found 2
(#271) Missing docblock for function writeFixed
(#271) Public method name "BinaryStream::writeFixed" must be in lower-case letters only
(#272) Line indented incorrectly; expected at least 8 spaces, found 4
(#273) Line indented incorrectly; expected at least 8 spaces, found 4
(#275) Line indented incorrectly; expected at least 8 spaces, found 4
(#276) Line indented incorrectly; expected 4 spaces, found 2
(#278) Line indented incorrectly; expected 4 spaces, found 2
(#278) Missing docblock for function readLongDateTime
(#278) Public method name "BinaryStream::readLongDateTime" must be in lower-case letters only
(#279) Line indented incorrectly; expected at least 8 spaces, found 4
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Whitespace found at end of line
(#282) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) Perl-style comments are not allowed; use "// Comment." instead
(#283) Line indented incorrectly; expected at least 8 spaces, found 4
(#283) Variable "php_int_min" must not contain underscores.
(#285) Line indented incorrectly; expected 8 spaces, found 4
(#285) Variable "php_int_min" must not contain underscores.
(#286) Line indented incorrectly; expected at least 12 spaces, found 6
(#287) Line indented incorrectly; expected 8 spaces, found 4
(#289) Line indented incorrectly; expected at least 8 spaces, found 4
(#290) Line indented incorrectly; expected 4 spaces, found 2
(#292) Line indented incorrectly; expected 4 spaces, found 2
(#292) Missing docblock for function writeLongDateTime
(#292) Public method name "BinaryStream::writeLongDateTime" must be in lower-case letters only
(#293) Line indented incorrectly; expected at least 8 spaces, found 4
(#294) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Line indented incorrectly; expected at least 8 spaces, found 4
(#297) Line indented incorrectly; expected 4 spaces, found 2
(#299) Line indented incorrectly; expected 4 spaces, found 2
(#299) Missing docblock for function unpack
(#300) Line indented incorrectly; expected at least 8 spaces, found 4
(#300) Short array syntax must be used to define arrays
(#301) Line indented incorrectly; expected 8 spaces, found 4
(#302) Line indented incorrectly; expected at least 12 spaces, found 6
(#303) Line indented incorrectly; expected 8 spaces, found 4
(#305) Line indented incorrectly; expected at least 8 spaces, found 4
(#306) Line indented incorrectly; expected 4 spaces, found 2
(#308) Line indented incorrectly; expected 4 spaces, found 2
(#308) Missing docblock for function pack
(#309) Line indented incorrectly; expected at least 8 spaces, found 4
(#310) Line indented incorrectly; expected 8 spaces, found 4
(#311) Line indented incorrectly; expected at least 12 spaces, found 6
(#312) Line indented incorrectly; expected 8 spaces, found 4
(#314) Line indented incorrectly; expected at least 8 spaces, found 4
(#315) Line indented incorrectly; expected 4 spaces, found 2
(#317) Line indented incorrectly; expected at least 4 spaces, found 2
(#324) Line indented incorrectly; expected 4 spaces, found 2
(#325) Line indented incorrectly; expected 8 spaces, found 4
(#326) Line indented incorrectly; expected 12 spaces, found 6
(#328) Line indented incorrectly; expected 12 spaces, found 6
(#330) Line indented incorrectly; expected 12 spaces, found 6
(#332) Line indented incorrectly; expected 12 spaces, found 6
(#334) Line indented incorrectly; expected 12 spaces, found 6
(#336) Line indented incorrectly; expected 12 spaces, found 6
(#338) Line indented incorrectly; expected 12 spaces, found 6
(#340) Line indented incorrectly; expected 12 spaces, found 6
(#342) Line indented incorrectly; expected 12 spaces, found 6
(#344) Line indented incorrectly; expected 12 spaces, found 6
(#346) Line indented incorrectly; expected 12 spaces, found 6
(#348) Line indented incorrectly; expected 12 spaces, found 6
(#350) Line indented incorrectly; expected 12 spaces, found 6
(#352) Line indented incorrectly; expected 12 spaces, found 6
(#353) Line indented incorrectly; expected 16 spaces, found 8
(#354) Line indented incorrectly; expected 20 spaces, found 10
(#355) Line indented incorrectly; expected at least 24 spaces, found 12
(#356) Line indented incorrectly; expected 20 spaces, found 10
(#357) Line indented incorrectly; expected 20 spaces, found 10
(#358) Line indented incorrectly; expected at least 24 spaces, found 12
(#359) Line indented incorrectly; expected 20 spaces, found 10
(#360) Line indented incorrectly; expected 20 spaces, found 10
(#361) Line indented incorrectly; expected at least 24 spaces, found 12
(#362) Line indented incorrectly; expected 20 spaces, found 10
(#363) Line indented incorrectly; expected 20 spaces, found 10
(#364) Line indented incorrectly; expected at least 24 spaces, found 12
(#365) Line indented incorrectly; expected 20 spaces, found 10
(#366) Line indented incorrectly; expected 20 spaces, found 10
(#367) Line indented incorrectly; expected at least 24 spaces, found 12
(#368) Line indented incorrectly; expected 20 spaces, found 10
(#370) Line indented incorrectly; expected at least 20 spaces, found 10
(#370) Short array syntax must be used to define arrays
(#371) Line indented incorrectly; expected 20 spaces, found 10
(#372) Line indented incorrectly; expected at least 24 spaces, found 12
(#373) Line indented incorrectly; expected 20 spaces, found 10
(#375) Line indented incorrectly; expected at least 20 spaces, found 10
(#376) Line indented incorrectly; expected 16 spaces, found 8
(#379) Line indented incorrectly; expected 8 spaces, found 4
(#380) Line indented incorrectly; expected 4 spaces, found 2
(#382) Line indented incorrectly; expected at least 4 spaces, found 2
(#390) Line indented incorrectly; expected 4 spaces, found 2
(#391) Line indented incorrectly; expected 8 spaces, found 4
(#392) Line indented incorrectly; expected 12 spaces, found 6
(#394) Line indented incorrectly; expected 12 spaces, found 6
(#396) Line indented incorrectly; expected 12 spaces, found 6
(#398) Line indented incorrectly; expected 12 spaces, found 6
(#400) Line indented incorrectly; expected 12 spaces, found 6
(#402) Line indented incorrectly; expected 12 spaces, found 6
(#404) Line indented incorrectly; expected 12 spaces, found 6
(#406) Line indented incorrectly; expected 12 spaces, found 6
(#408) Line indented incorrectly; expected 12 spaces, found 6
(#410) Line indented incorrectly; expected 12 spaces, found 6
(#412) Line indented incorrectly; expected 12 spaces, found 6
(#414) Line indented incorrectly; expected 12 spaces, found 6
(#416) Line indented incorrectly; expected 12 spaces, found 6
(#418) Line indented incorrectly; expected 12 spaces, found 6
(#419) Line indented incorrectly; expected 16 spaces, found 8
(#420) Line indented incorrectly; expected 20 spaces, found 10
(#421) Line indented incorrectly; expected at least 24 spaces, found 12
(#422) Line indented incorrectly; expected 20 spaces, found 10
(#424) Line indented incorrectly; expected at least 20 spaces, found 10
(#425) Line indented incorrectly; expected 20 spaces, found 10
(#426) Line indented incorrectly; expected 24 spaces, found 12
(#427) Line indented incorrectly; expected at least 28 spaces, found 14
(#428) Line indented incorrectly; expected 24 spaces, found 12
(#429) Line indented incorrectly; expected 20 spaces, found 10
(#431) Line indented incorrectly; expected at least 20 spaces, found 10
(#432) Line indented incorrectly; expected 16 spaces, found 8
(#435) Line indented incorrectly; expected 8 spaces, found 4
(#436) Line indented incorrectly; expected 4 spaces, found 2
(#438) Line indented incorrectly; expected at least 4 spaces, found 2
(#445) Line indented incorrectly; expected 4 spaces, found 2
(#445) Public method name "BinaryStream::convertUInt32ToStr" must be in lower-case letters only
(#446) Line indented incorrectly; expected at least 8 spaces, found 4
(#447) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/EOT/File.php
(#1) No one-line description found in phpdocs for docblock of file File.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file File.php. Expected local_dompdf, found php-font-lib.
(#16) Missing docblock for constant File::TTEMBED_SUBSET
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing docblock for constant File::TTEMBED_TTCOMPRESSED
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing docblock for constant File::TTEMBED_FAILIFVARIATIONSIMULATED
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Missing docblock for constant File::TTMBED_EMBEDEUDC
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Missing docblock for constant File::TTEMBED_VALIDATIONTESTS
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Missing docblock for constant File::TTEMBED_WEBOBJECT
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Missing docblock for constant File::TTEMBED_XORENCRYPTDATA
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#27) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Missing docblock for function parseHeader
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#29) Visibility must be declared on method "parseHeader"
(#29) method name "File::parseHeader" must be in lower-case letters only
(#30) Line indented incorrectly; expected 8 spaces, found 4
(#31) Line indented incorrectly; expected at least 12 spaces, found 6
(#32) Line indented incorrectly; expected 8 spaces, found 4
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#35) Line indented incorrectly; expected at least 8 spaces, found 4
(#36) Line indented incorrectly; expected 4 spaces, found 2
(#38) Missing docblock for function parse
(#38) Line indented incorrectly; expected 4 spaces, found 2
(#38) Visibility must be declared on method "parse"
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected at least 8 spaces, found 4
(#43) Line indented incorrectly; expected 8 spaces, found 4
(#44) Line indented incorrectly; expected at least 12 spaces, found 6
(#44) Variable "mtx_version" must not contain underscores.
(#45) Line indented incorrectly; expected at least 12 spaces, found 6
(#45) Variable "mtx_copy_limit" must not contain underscores.
(#46) Line indented incorrectly; expected at least 12 spaces, found 6
(#46) Variable "mtx_offset_1" must not contain underscores.
(#47) Line indented incorrectly; expected at least 12 spaces, found 6
(#47) Variable "mtx_offset_2" must not contain underscores.
(#48) This comment is 60% valid code; is this commented out code?
(#48) Line indented incorrectly; expected at least 12 spaces, found 6
(#49) Line indented incorrectly; expected at least 12 spaces, found 6
(#51) Line indented incorrectly; expected at least 12 spaces, found 6
(#52) Line indented incorrectly; expected at least 12 spaces, found 6
(#53) Line indented incorrectly; expected at least 12 spaces, found 6
(#54) Line indented incorrectly; expected at least 12 spaces, found 6
(#55) Line indented incorrectly; expected 8 spaces, found 4
(#57) Line indented incorrectly; expected 8 spaces, found 4
(#57) Empty IF statement detected
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 12 spaces, found 6
(#59) Line indented incorrectly; expected 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected 4 spaces, found 2
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#70) Line indented incorrectly; expected 4 spaces, found 2
(#71) Line indented incorrectly; expected 8 spaces, found 4
(#72) Line indented incorrectly; expected at least 12 spaces, found 6
(#73) Line indented incorrectly; expected 8 spaces, found 4
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Line indented incorrectly; expected 4 spaces, found 2
(#81) Line indented incorrectly; expected 4 spaces, found 2
(#81) Missing docblock for function readUInt32
(#81) Public method name "File::readUInt32" must be in lower-case letters only
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#87) Line indented incorrectly; expected at least 4 spaces, found 2
(#92) Line indented incorrectly; expected 4 spaces, found 2
(#92) Visibility must be declared on method "getFontCopyright"
(#92) method name "File::getFontCopyright" must be in lower-case letters only
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Line indented incorrectly; expected 4 spaces, found 2
(#96) Line indented incorrectly; expected at least 4 spaces, found 2
(#101) Line indented incorrectly; expected 4 spaces, found 2
(#101) Visibility must be declared on method "getFontName"
(#101) method name "File::getFontName" must be in lower-case letters only
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Line indented incorrectly; expected 4 spaces, found 2
(#105) Line indented incorrectly; expected at least 4 spaces, found 2
(#110) Line indented incorrectly; expected 4 spaces, found 2
(#110) Visibility must be declared on method "getFontSubfamily"
(#110) method name "File::getFontSubfamily" must be in lower-case letters only
(#111) Line indented incorrectly; expected at least 8 spaces, found 4
(#112) Line indented incorrectly; expected 4 spaces, found 2
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#119) Line indented incorrectly; expected 4 spaces, found 2
(#119) Visibility must be declared on method "getFontSubfamilyID"
(#119) method name "File::getFontSubfamilyID" must be in lower-case letters only
(#120) Line indented incorrectly; expected at least 8 spaces, found 4
(#121) Line indented incorrectly; expected 4 spaces, found 2
(#123) Line indented incorrectly; expected at least 4 spaces, found 2
(#128) Line indented incorrectly; expected 4 spaces, found 2
(#128) Visibility must be declared on method "getFontFullName"
(#128) method name "File::getFontFullName" must be in lower-case letters only
(#129) Line indented incorrectly; expected at least 8 spaces, found 4
(#130) Line indented incorrectly; expected 4 spaces, found 2
(#132) Line indented incorrectly; expected at least 4 spaces, found 2
(#137) Line indented incorrectly; expected 4 spaces, found 2
(#137) Visibility must be declared on method "getFontVersion"
(#137) method name "File::getFontVersion" must be in lower-case letters only
(#138) Line indented incorrectly; expected at least 8 spaces, found 4
(#139) Line indented incorrectly; expected 4 spaces, found 2
(#141) Line indented incorrectly; expected at least 4 spaces, found 2
(#146) Line indented incorrectly; expected 4 spaces, found 2
(#146) Visibility must be declared on method "getFontWeight"
(#146) method name "File::getFontWeight" must be in lower-case letters only
(#147) Line indented incorrectly; expected at least 8 spaces, found 4
(#148) Line indented incorrectly; expected 4 spaces, found 2
(#150) Line indented incorrectly; expected at least 4 spaces, found 2
(#155) Line indented incorrectly; expected 4 spaces, found 2
(#155) Visibility must be declared on method "getFontPostscriptName"
(#155) method name "File::getFontPostscriptName" must be in lower-case letters only
(#156) Line indented incorrectly; expected at least 8 spaces, found 4
(#157) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/EOT/Header.php
(#1) No one-line description found in phpdocs for docblock of file Header.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Header.php. Expected local_dompdf, found php-font-lib.
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#27) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#29) Missing docblock for function parse
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Short array syntax must be used to define arrays
(#33) Line indented incorrectly; expected at least 8 spaces, found 6
(#34) Line indented incorrectly; expected at least 8 spaces, found 6
(#35) Line indented incorrectly; expected at least 8 spaces, found 6
(#36) Line indented incorrectly; expected at least 8 spaces, found 6
(#37) Line indented incorrectly; expected at least 8 spaces, found 6
(#37) Short array syntax must be used to define arrays
(#38) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#40) Line indented incorrectly; expected at least 8 spaces, found 6
(#41) Line indented incorrectly; expected at least 8 spaces, found 6
(#42) Line indented incorrectly; expected at least 8 spaces, found 6
(#43) Line indented incorrectly; expected at least 8 spaces, found 6
(#44) Line indented incorrectly; expected at least 8 spaces, found 6
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#46) Line indented incorrectly; expected at least 8 spaces, found 6
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#48) Line indented incorrectly; expected at least 8 spaces, found 6
(#49) Line indented incorrectly; expected at least 8 spaces, found 6
(#50) Line indented incorrectly; expected at least 8 spaces, found 6
(#51) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Line indented incorrectly; expected at least 8 spaces, found 6
(#53) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#56) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Line indented incorrectly; expected 8 spaces, found 4
(#69) Line indented incorrectly; expected 12 spaces, found 6
(#72) Line indented incorrectly; expected 12 spaces, found 6
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 16 spaces, found 8
(#76) Line indented incorrectly; expected 12 spaces, found 6
(#77) Line indented incorrectly; expected at least 16 spaces, found 8
(#78) Line indented incorrectly; expected at least 16 spaces, found 8
(#81) Line indented incorrectly; expected 12 spaces, found 6
(#82) Line indented incorrectly; expected at least 16 spaces, found 8
(#83) Line indented incorrectly; expected at least 16 spaces, found 8
(#85) Line indented incorrectly; expected at least 16 spaces, found 8
(#86) Line indented incorrectly; expected at least 16 spaces, found 8
(#88) Line indented incorrectly; expected at least 16 spaces, found 8
(#89) Line indented incorrectly; expected at least 16 spaces, found 8
(#91) Line indented incorrectly; expected at least 16 spaces, found 8
(#92) Line indented incorrectly; expected at least 16 spaces, found 8
(#94) Line indented incorrectly; expected 8 spaces, found 4
(#96) Line indented incorrectly; expected 8 spaces, found 4
(#97) Line indented incorrectly; expected at least 12 spaces, found 6
(#98) Line indented incorrectly; expected 8 spaces, found 4
(#99) Line indented incorrectly; expected 4 spaces, found 2
(#101) Line indented incorrectly; expected 4 spaces, found 2
(#101) Missing docblock for function readString
(#101) Private method name "Header::readString" must be in lower-case letters only
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Line indented incorrectly; expected 4 spaces, found 2
(#109) Line indented incorrectly; expected 4 spaces, found 2
(#109) Missing docblock for function encode
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) This comment is 67% valid code; is this commented out code?
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#110) No space found before comment text; expected "// return $this->font->pack($this->def, $this->data);" but found "//return $this->font->pack($this->def, $this->data);"
(#111) Line indented incorrectly; expected 4 spaces, found 2
(#112) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/EncodingMap.php
(#1) No one-line description found in phpdocs for docblock of file EncodingMap.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file EncodingMap.php. Expected local_dompdf, found php-font-lib.
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#16) Missing member variable doc comment
(#18) Missing docblock for function __construct
(#18) Line indented incorrectly; expected 4 spaces, found 2
(#18) Visibility must be declared on method "__construct"
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Line indented incorrectly; expected 4 spaces, found 2
(#22) Missing docblock for function parse
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#22) Visibility must be declared on method "parse"
(#23) Line indented incorrectly; expected at least 8 spaces, found 4
(#23) Short array syntax must be used to define arrays
(#25) Line indented incorrectly; expected 8 spaces, found 4
(#26) Line indented incorrectly; expected 12 spaces, found 6
(#27) Line indented incorrectly; expected at least 16 spaces, found 8
(#28) Line indented incorrectly; expected at least 16 spaces, found 8
(#28) Short array syntax must be used to define arrays
(#29) Line indented incorrectly; expected 12 spaces, found 6
(#30) Line indented incorrectly; expected 8 spaces, found 4
(#32) Line indented incorrectly; expected at least 8 spaces, found 4
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#35) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Exception/FontNotFoundException.php
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class FontNotFoundException
(#6) Opening brace should be on the same line as the declaration for class FontNotFoundException
(#7) Missing docblock for function __construct
(#7) Variable "fontPath" must be all lower-case
(#8) Opening brace should be on the same line as the declaration
(#9) Variable "fontPath" must be all lower-case
(#11) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Font.php
(#1) No one-line description found in phpdocs for docblock of file Font.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Font.php. Expected local_dompdf, found php-font-lib.
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing member variable doc comment
(#18) Scope modifier not specified for member variable "$debug"
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Line indented incorrectly; expected 4 spaces, found 2
(#25) No one-line description found in phpdocs for docblock of function load
(#26) Line indented incorrectly; expected 8 spaces, found 6
(#26) Expected "if (...) {\n"; found "if(...){\n"
(#27) Line indented incorrectly; expected at least 12 spaces, found 10
(#28) Line indented incorrectly; expected 8 spaces, found 6
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#31) Line indented incorrectly; expected at least 8 spaces, found 4
(#33) Line indented incorrectly; expected 8 spaces, found 4
(#34) Line indented incorrectly; expected 12 spaces, found 6
(#35) Line indented incorrectly; expected 12 spaces, found 6
(#36) Line indented incorrectly; expected 12 spaces, found 6
(#37) Line indented incorrectly; expected at least 16 spaces, found 8
(#40) Line indented incorrectly; expected 12 spaces, found 6
(#41) Line indented incorrectly; expected at least 16 spaces, found 8
(#44) Line indented incorrectly; expected 12 spaces, found 6
(#45) Line indented incorrectly; expected at least 16 spaces, found 8
(#48) Line indented incorrectly; expected 12 spaces, found 6
(#49) Line indented incorrectly; expected at least 16 spaces, found 8
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 12 spaces, found 6
(#53) Line indented incorrectly; expected 12 spaces, found 6
(#54) Line indented incorrectly; expected at least 16 spaces, found 8
(#54) Variable "magicNumber" must be all lower-case
(#56) Line indented incorrectly; expected 16 spaces, found 8
(#56) Variable "magicNumber" must be all lower-case
(#57) Line indented incorrectly; expected at least 20 spaces, found 10
(#58) Line indented incorrectly; expected 16 spaces, found 8
(#59) Line indented incorrectly; expected 8 spaces, found 4
(#61) Line indented incorrectly; expected 8 spaces, found 4
(#62) Line indented incorrectly; expected at least 12 spaces, found 6
(#64) Line indented incorrectly; expected at least 12 spaces, found 6
(#65) Line indented incorrectly; expected at least 12 spaces, found 6
(#66) Line indented incorrectly; expected at least 12 spaces, found 6
(#68) Line indented incorrectly; expected at least 12 spaces, found 6
(#69) Line indented incorrectly; expected 8 spaces, found 4
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Line indented incorrectly; expected 4 spaces, found 2
(#74) Line indented incorrectly; expected 4 spaces, found 2
(#74) Missing docblock for function d
(#74) Visibility must be declared on method "d"
(#75) Line indented incorrectly; expected 8 spaces, found 4
(#76) Line indented incorrectly; expected at least 12 spaces, found 6
(#77) Line indented incorrectly; expected 8 spaces, found 4
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Line indented incorrectly; expected 4 spaces, found 2
(#81) Line indented incorrectly; expected 4 spaces, found 2
(#81) Missing docblock for function UTF16ToUTF8
(#81) Visibility must be declared on method "UTF16ToUTF8"
(#81) method name "Font::UTF16ToUTF8" must be in lower-case letters only
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Line indented incorrectly; expected 4 spaces, found 2
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#85) Missing docblock for function UTF8ToUTF16
(#85) Visibility must be declared on method "UTF8ToUTF16"
(#85) method name "Font::UTF8ToUTF16" must be in lower-case letters only
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Glyph/Outline.php
(#1) No one-line description found in phpdocs for docblock of file Outline.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Outline.php. Expected local_dompdf, found php-font-lib.
(#6) Docblock tag "@version" is not recommended.
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Missing member variable doc comment
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#26) Missing member variable doc comment
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) You must use "/**" style comments for a member variable comment
(#29) Member variable "numberOfContours" must be all lower-case
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Missing member variable doc comment
(#30) Member variable "xMin" must be all lower-case
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Missing member variable doc comment
(#31) Member variable "yMin" must be all lower-case
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Missing member variable doc comment
(#32) Member variable "xMax" must be all lower-case
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Missing member variable doc comment
(#33) Member variable "yMax" must be all lower-case
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Line indented incorrectly; expected 4 spaces, found 2
(#47) No one-line description found in phpdocs for docblock of function init
(#47) Visibility must be declared on method "init"
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Line indented incorrectly; expected 8 spaces, found 4
(#51) Line indented incorrectly; expected at least 12 spaces, found 6
(#52) Line indented incorrectly; expected at least 12 spaces, found 6
(#53) Line indented incorrectly; expected 8 spaces, found 4
(#54) Line indented incorrectly; expected 8 spaces, found 4
(#54) Expected "} else {\n"; found "}\n else {\n"
(#55) Line indented incorrectly; expected at least 12 spaces, found 6
(#56) Line indented incorrectly; expected at least 12 spaces, found 6
(#57) Line indented incorrectly; expected 8 spaces, found 4
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Line indented incorrectly; expected 4 spaces, found 2
(#64) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) No one-line description found in phpdocs for docblock of function getFont
(#67) Line indented incorrectly; expected 4 spaces, found 2
(#67) Visibility must be declared on method "getFont"
(#67) method name "Outline::getFont" must be in lower-case letters only
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Line indented incorrectly; expected 4 spaces, found 2
(#71) Missing docblock for function __construct
(#71) Line indented incorrectly; expected 4 spaces, found 2
(#71) Visibility must be declared on method "__construct"
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Line indented incorrectly; expected 4 spaces, found 2
(#77) Missing docblock for function parse
(#77) Line indented incorrectly; expected 4 spaces, found 2
(#77) Visibility must be declared on method "parse"
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#80) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Line indented incorrectly; expected 4 spaces, found 2
(#83) Missing docblock for function parseData
(#83) Line indented incorrectly; expected 4 spaces, found 2
(#83) Visibility must be declared on method "parseData"
(#83) method name "Outline::parseData" must be in lower-case letters only
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected 4 spaces, found 2
(#94) Missing docblock for function encode
(#94) Line indented incorrectly; expected 4 spaces, found 2
(#94) Visibility must be declared on method "encode"
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Line indented incorrectly; expected 4 spaces, found 2
(#100) Missing docblock for function getSVGContours
(#100) Line indented incorrectly; expected 4 spaces, found 2
(#100) Visibility must be declared on method "getSVGContours"
(#100) method name "Outline::getSVGContours" must be in lower-case letters only
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Line indented incorrectly; expected 4 spaces, found 2
(#104) Missing docblock for function getGlyphIDs
(#104) Line indented incorrectly; expected 4 spaces, found 2
(#104) Visibility must be declared on method "getGlyphIDs"
(#104) method name "Outline::getGlyphIDs" must be in lower-case letters only
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Short array syntax must be used to define arrays
(#106) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComponent.php
(#1) No one-line description found in phpdocs for docblock of file OutlineComponent.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file OutlineComponent.php. Expected local_dompdf, found php-font-lib.
(#6) Docblock tag "@version" is not recommended.
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#16) Missing member variable doc comment
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Member variable "glyphIndex" must be all lower-case
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Missing member variable doc comment
(#19) Member variable "point_compound" must not contain underscores.
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Missing member variable doc comment
(#20) Member variable "point_component" must not contain underscores.
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing member variable doc comment
(#23) Missing docblock for function getMatrix
(#23) Line indented incorrectly; expected 4 spaces, found 2
(#23) Visibility must be declared on method "getMatrix"
(#23) method name "OutlineComponent::getMatrix" must be in lower-case letters only
(#24) Line indented incorrectly; expected at least 8 spaces, found 4
(#24) Short array syntax must be used to define arrays
(#25) Line indented incorrectly; expected at least 8 spaces, found 6
(#26) Line indented incorrectly; expected at least 8 spaces, found 6
(#27) Line indented incorrectly; expected at least 8 spaces, found 6
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#30) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComposite.php
(#1) No one-line description found in phpdocs for docblock of file OutlineComposite.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file OutlineComposite.php. Expected local_dompdf, found php-font-lib.
(#6) Docblock tag "@version" is not recommended.
(#17) Missing docblock for constant OutlineComposite::ARG_1_AND_2_ARE_WORDS
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing docblock for constant OutlineComposite::ARGS_ARE_XY_VALUES
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Missing docblock for constant OutlineComposite::ROUND_XY_TO_GRID
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Missing docblock for constant OutlineComposite::WE_HAVE_A_SCALE
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing docblock for constant OutlineComposite::MORE_COMPONENTS
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Missing docblock for constant OutlineComposite::WE_HAVE_AN_X_AND_Y_SCALE
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Missing docblock for constant OutlineComposite::WE_HAVE_A_TWO_BY_TWO
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Missing docblock for constant OutlineComposite::WE_HAVE_INSTRUCTIONS
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Missing docblock for constant OutlineComposite::USE_MY_METRICS
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#26) Missing docblock for constant OutlineComposite::OVERLAP_COMPOUND
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Short array syntax must be used to define arrays
(#33) Missing docblock for function getGlyphIDs
(#33) Line indented incorrectly; expected 4 spaces, found 2
(#33) Visibility must be declared on method "getGlyphIDs"
(#33) method name "OutlineComposite::getGlyphIDs" must be in lower-case letters only
(#34) Line indented incorrectly; expected 8 spaces, found 4
(#35) Line indented incorrectly; expected at least 12 spaces, found 6
(#36) Line indented incorrectly; expected 8 spaces, found 4
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#38) Variable "glyphIDs" must be all lower-case
(#38) Short array syntax must be used to define arrays
(#39) Line indented incorrectly; expected 8 spaces, found 4
(#39) Variable "_component" must not contain underscores.
(#40) Line indented incorrectly; expected at least 12 spaces, found 6
(#40) Variable "glyphIDs" must be all lower-case
(#40) Variable "_component" must not contain underscores.
(#42) Line indented incorrectly; expected at least 12 spaces, found 6
(#42) Variable "_glyph" must not contain underscores.
(#42) Variable "_component" must not contain underscores.
(#44) Line indented incorrectly; expected 12 spaces, found 6
(#44) Variable "_glyph" must not contain underscores.
(#45) Line indented incorrectly; expected at least 16 spaces, found 8
(#45) Variable "glyphIDs" must be all lower-case
(#45) Variable "glyphIDs" must be all lower-case
(#45) Variable "_glyph" must not contain underscores.
(#46) Line indented incorrectly; expected 12 spaces, found 6
(#47) Line indented incorrectly; expected 8 spaces, found 4
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Variable "glyphIDs" must be all lower-case
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#52) This comment is 50% valid code; is this commented out code?
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Missing docblock for function parseData
(#56) Line indented incorrectly; expected 4 spaces, found 2
(#56) Visibility must be declared on method "parseData"
(#56) method name "OutlineComposite::parseData" must be in lower-case letters only
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected 8 spaces, found 4
(#62) Line indented incorrectly; expected at least 12 spaces, found 6
(#63) Line indented incorrectly; expected at least 12 spaces, found 6
(#63) Variable "glyphIndex" must be all lower-case
(#65) Line indented incorrectly; expected at least 12 spaces, found 6
(#66) Line indented incorrectly; expected at least 12 spaces, found 6
(#67) Line indented incorrectly; expected at least 12 spaces, found 6
(#68) Line indented incorrectly; expected at least 12 spaces, found 6
(#69) Line indented incorrectly; expected at least 12 spaces, found 6
(#70) Line indented incorrectly; expected at least 12 spaces, found 6
(#72) Line indented incorrectly; expected at least 12 spaces, found 6
(#72) Variable "point_compound" must not contain underscores.
(#73) Line indented incorrectly; expected at least 12 spaces, found 6
(#73) Variable "point_component" must not contain underscores.
(#75) Line indented incorrectly; expected at least 12 spaces, found 6
(#77) Line indented incorrectly; expected 12 spaces, found 6
(#78) Line indented incorrectly; expected 16 spaces, found 8
(#79) Line indented incorrectly; expected at least 20 spaces, found 10
(#80) Line indented incorrectly; expected at least 20 spaces, found 10
(#81) Line indented incorrectly; expected 16 spaces, found 8
(#82) Line indented incorrectly; expected 16 spaces, found 8
(#82) Expected "} else {\n"; found "}\n else {\n"
(#83) Line indented incorrectly; expected at least 20 spaces, found 10
(#83) Variable "point_compound" must not contain underscores.
(#84) Line indented incorrectly; expected at least 20 spaces, found 10
(#84) Variable "point_component" must not contain underscores.
(#85) Line indented incorrectly; expected 16 spaces, found 8
(#86) Line indented incorrectly; expected 12 spaces, found 6
(#87) Line indented incorrectly; expected 12 spaces, found 6
(#87) Expected "} else {\n"; found "}\n else {\n"
(#88) Line indented incorrectly; expected 16 spaces, found 8
(#89) Line indented incorrectly; expected at least 20 spaces, found 10
(#90) Line indented incorrectly; expected at least 20 spaces, found 10
(#91) Line indented incorrectly; expected 16 spaces, found 8
(#92) Line indented incorrectly; expected 16 spaces, found 8
(#92) Expected "} else {\n"; found "}\n else {\n"
(#93) Line indented incorrectly; expected at least 20 spaces, found 10
(#93) Variable "point_compound" must not contain underscores.
(#94) Line indented incorrectly; expected at least 20 spaces, found 10
(#94) Variable "point_component" must not contain underscores.
(#95) Line indented incorrectly; expected 16 spaces, found 8
(#96) Line indented incorrectly; expected 12 spaces, found 6
(#98) Line indented incorrectly; expected 12 spaces, found 6
(#99) Line indented incorrectly; expected at least 16 spaces, found 8
(#100) Line indented incorrectly; expected 12 spaces, found 6
(#101) Line indented incorrectly; expected 12 spaces, found 6
(#101) Usage of ELSEIF not allowed; use ELSE IF instead
(#102) Line indented incorrectly; expected at least 16 spaces, found 8
(#103) Line indented incorrectly; expected at least 16 spaces, found 8
(#104) Line indented incorrectly; expected 12 spaces, found 6
(#105) Line indented incorrectly; expected 12 spaces, found 6
(#105) Usage of ELSEIF not allowed; use ELSE IF instead
(#106) Line indented incorrectly; expected at least 16 spaces, found 8
(#107) Line indented incorrectly; expected at least 16 spaces, found 8
(#108) Line indented incorrectly; expected at least 16 spaces, found 8
(#109) Line indented incorrectly; expected at least 16 spaces, found 8
(#110) Line indented incorrectly; expected 12 spaces, found 6
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) This comment is 57% valid code; is this commented out code?
(#112) Line indented incorrectly; expected at least 12 spaces, found 6
(#112) No space found before comment text; expected "// if ($flags & self::WE_HAVE_INSTRUCTIONS) {" but found "//if ($flags & self::WE_HAVE_INSTRUCTIONS) {"
(#113) Line indented incorrectly; expected at least 12 spaces, found 6
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Line indented incorrectly; expected at least 12 spaces, found 6
(#114) No space found before comment text; expected "// }" but found "//}"
(#116) Line indented incorrectly; expected at least 12 spaces, found 6
(#117) Line indented incorrectly; expected at least 12 spaces, found 6
(#118) Line indented incorrectly; expected at least 12 spaces, found 6
(#118) Variable "glyphIndex" must be all lower-case
(#119) Line indented incorrectly; expected at least 12 spaces, found 6
(#120) Line indented incorrectly; expected at least 12 spaces, found 6
(#121) Line indented incorrectly; expected at least 12 spaces, found 6
(#122) Line indented incorrectly; expected at least 12 spaces, found 6
(#123) Line indented incorrectly; expected at least 12 spaces, found 6
(#124) Line indented incorrectly; expected at least 12 spaces, found 6
(#125) Line indented incorrectly; expected at least 12 spaces, found 6
(#125) Variable "point_compound" must not contain underscores.
(#126) Line indented incorrectly; expected at least 12 spaces, found 6
(#126) Variable "point_component" must not contain underscores.
(#127) Line indented incorrectly; expected at least 12 spaces, found 6
(#129) Line indented incorrectly; expected at least 12 spaces, found 6
(#130) Line indented incorrectly; expected 8 spaces, found 4
(#131) Line indented incorrectly; expected 8 spaces, found 4
(#132) Line indented incorrectly; expected at least 12 spaces, found 6
(#132) Variable "numInstr" must be all lower-case
(#133) Line indented incorrectly; expected at least 12 spaces, found 6
(#133) Variable "numInstr" must be all lower-case
(#134) Line indented incorrectly; expected at least 12 spaces, found 6
(#134) Variable "numInstr" must be all lower-case
(#135) Line indented incorrectly; expected 8 spaces, found 4
(#136) Line indented incorrectly; expected 4 spaces, found 2
(#138) Missing docblock for function encode
(#138) Line indented incorrectly; expected 4 spaces, found 2
(#138) Visibility must be declared on method "encode"
(#139) Line indented incorrectly; expected at least 8 spaces, found 4
(#141) Line indented incorrectly; expected at least 8 spaces, found 4
(#143) Line indented incorrectly; expected at least 8 spaces, found 4
(#144) Line indented incorrectly; expected at least 8 spaces, found 4
(#145) Line indented incorrectly; expected at least 8 spaces, found 4
(#146) Line indented incorrectly; expected at least 8 spaces, found 4
(#147) Line indented incorrectly; expected at least 8 spaces, found 4
(#149) Line indented incorrectly; expected 8 spaces, found 4
(#149) Variable "_i" must not contain underscores.
(#149) Variable "_component" must not contain underscores.
(#150) Line indented incorrectly; expected at least 12 spaces, found 6
(#151) Line indented incorrectly; expected 12 spaces, found 6
(#151) Variable "_component" must not contain underscores.
(#151) Variable "_component" must not contain underscores.
(#152) Line indented incorrectly; expected at least 16 spaces, found 8
(#154) Line indented incorrectly; expected 16 spaces, found 8
(#154) Variable "_component" must not contain underscores.
(#154) Variable "_component" must not contain underscores.
(#155) Line indented incorrectly; expected at least 20 spaces, found 10
(#156) Line indented incorrectly; expected 16 spaces, found 8
(#157) Line indented incorrectly; expected 12 spaces, found 6
(#158) Line indented incorrectly; expected 12 spaces, found 6
(#158) Usage of ELSEIF not allowed; use ELSE IF instead
(#158) Variable "_component" must not contain underscores.
(#158) Variable "_component" must not contain underscores.
(#159) Line indented incorrectly; expected at least 16 spaces, found 8
(#160) Line indented incorrectly; expected 12 spaces, found 6
(#162) Line indented incorrectly; expected 12 spaces, found 6
(#162) Variable "_component" must not contain underscores.
(#162) Variable "_component" must not contain underscores.
(#163) Line indented incorrectly; expected 16 spaces, found 8
(#163) Variable "_component" must not contain underscores.
(#163) Variable "_component" must not contain underscores.
(#164) Line indented incorrectly; expected 20 spaces, found 10
(#164) Variable "_component" must not contain underscores.
(#165) Line indented incorrectly; expected at least 24 spaces, found 12
(#166) Line indented incorrectly; expected 20 spaces, found 10
(#167) Line indented incorrectly; expected 16 spaces, found 8
(#168) Line indented incorrectly; expected 16 spaces, found 8
(#168) Expected "} else {\n"; found "}\n else {\n"
(#169) Line indented incorrectly; expected at least 20 spaces, found 10
(#170) Line indented incorrectly; expected 16 spaces, found 8
(#171) Line indented incorrectly; expected 12 spaces, found 6
(#172) Line indented incorrectly; expected 12 spaces, found 6
(#172) Expected "} else {\n"; found "}\n else {\n"
(#173) Line indented incorrectly; expected at least 16 spaces, found 8
(#174) Line indented incorrectly; expected 12 spaces, found 6
(#176) Line indented incorrectly; expected 12 spaces, found 6
(#176) Variable "_i" must not contain underscores.
(#177) Line indented incorrectly; expected at least 16 spaces, found 8
(#178) Line indented incorrectly; expected 12 spaces, found 6
(#178) Usage of ELSEIF not allowed; use ELSE IF instead
(#178) Variable "_component" must not contain underscores.
(#179) Line indented incorrectly; expected at least 16 spaces, found 8
(#180) Line indented incorrectly; expected 12 spaces, found 6
(#182) Line indented incorrectly; expected at least 12 spaces, found 6
(#184) Line indented incorrectly; expected at least 12 spaces, found 6
(#184) Variable "new_gid" must not contain underscores.
(#184) Variable "_component" must not contain underscores.
(#185) Line indented incorrectly; expected at least 12 spaces, found 6
(#185) Variable "new_gid" must not contain underscores.
(#187) Line indented incorrectly; expected 12 spaces, found 6
(#188) Line indented incorrectly; expected 16 spaces, found 8
(#189) Line indented incorrectly; expected at least 20 spaces, found 10
(#189) Variable "_component" must not contain underscores.
(#190) Line indented incorrectly; expected at least 20 spaces, found 10
(#190) Variable "_component" must not contain underscores.
(#191) Line indented incorrectly; expected 16 spaces, found 8
(#192) Line indented incorrectly; expected 16 spaces, found 8
(#192) Expected "} else {\n"; found "}\n else {\n"
(#193) Line indented incorrectly; expected at least 20 spaces, found 10
(#193) Variable "_component" must not contain underscores.
(#194) Line indented incorrectly; expected at least 20 spaces, found 10
(#194) Variable "_component" must not contain underscores.
(#195) Line indented incorrectly; expected 16 spaces, found 8
(#196) Line indented incorrectly; expected 12 spaces, found 6
(#197) Line indented incorrectly; expected 12 spaces, found 6
(#197) Expected "} else {\n"; found "}\n else {\n"
(#198) Line indented incorrectly; expected 16 spaces, found 8
(#199) Line indented incorrectly; expected at least 20 spaces, found 10
(#199) Variable "_component" must not contain underscores.
(#200) Line indented incorrectly; expected at least 20 spaces, found 10
(#200) Variable "_component" must not contain underscores.
(#201) Line indented incorrectly; expected 16 spaces, found 8
(#202) Line indented incorrectly; expected 16 spaces, found 8
(#202) Expected "} else {\n"; found "}\n else {\n"
(#203) Line indented incorrectly; expected at least 20 spaces, found 10
(#203) Variable "_component" must not contain underscores.
(#204) Line indented incorrectly; expected at least 20 spaces, found 10
(#204) Variable "_component" must not contain underscores.
(#205) Line indented incorrectly; expected 16 spaces, found 8
(#206) Line indented incorrectly; expected 12 spaces, found 6
(#208) Line indented incorrectly; expected 12 spaces, found 6
(#209) Line indented incorrectly; expected at least 16 spaces, found 8
(#209) Variable "_component" must not contain underscores.
(#210) Line indented incorrectly; expected 12 spaces, found 6
(#211) Line indented incorrectly; expected 12 spaces, found 6
(#211) Usage of ELSEIF not allowed; use ELSE IF instead
(#212) Line indented incorrectly; expected at least 16 spaces, found 8
(#212) Variable "_component" must not contain underscores.
(#213) Line indented incorrectly; expected at least 16 spaces, found 8
(#213) Variable "_component" must not contain underscores.
(#214) Line indented incorrectly; expected 12 spaces, found 6
(#215) Line indented incorrectly; expected 12 spaces, found 6
(#215) Usage of ELSEIF not allowed; use ELSE IF instead
(#216) Line indented incorrectly; expected at least 16 spaces, found 8
(#216) Variable "_component" must not contain underscores.
(#217) Line indented incorrectly; expected at least 16 spaces, found 8
(#217) Variable "_component" must not contain underscores.
(#218) Line indented incorrectly; expected at least 16 spaces, found 8
(#218) Variable "_component" must not contain underscores.
(#219) Line indented incorrectly; expected at least 16 spaces, found 8
(#219) Variable "_component" must not contain underscores.
(#220) Line indented incorrectly; expected 12 spaces, found 6
(#221) Line indented incorrectly; expected 8 spaces, found 4
(#223) Line indented incorrectly; expected 8 spaces, found 4
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#223) Variable "_component" must not contain underscores.
(#224) Line indented incorrectly; expected at least 12 spaces, found 6
(#224) Variable "_component" must not contain underscores.
(#224) Variable "_component" must not contain underscores.
(#225) Line indented incorrectly; expected 8 spaces, found 4
(#227) Line indented incorrectly; expected at least 8 spaces, found 4
(#228) Line indented incorrectly; expected 4 spaces, found 2
(#230) Line indented incorrectly; expected 4 spaces, found 2
(#230) Missing docblock for function getSVGContours
(#230) Public method name "OutlineComposite::getSVGContours" must be in lower-case letters only
(#231) Line indented incorrectly; expected at least 8 spaces, found 4
(#231) Short array syntax must be used to define arrays
(#233) Line indented incorrectly; expected at least 8 spaces, found 4
(#234) Line indented incorrectly; expected at least 8 spaces, found 4
(#234) Variable "glyph_data" must not contain underscores.
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Variable "glyph_data" must not contain underscores.
(#239) Line indented incorrectly; expected 8 spaces, found 4
(#240) Line indented incorrectly; expected at least 12 spaces, found 6
(#240) Variable "_glyph" must not contain underscores.
(#242) Line indented incorrectly; expected 12 spaces, found 6
(#242) Variable "_glyph" must not contain underscores.
(#243) Line indented incorrectly; expected at least 16 spaces, found 8
(#243) Short array syntax must be used to define arrays
(#244) Line indented incorrectly; expected at least 16 spaces, found 10
(#244) Variable "_glyph" must not contain underscores.
(#245) Line indented incorrectly; expected at least 16 spaces, found 10
(#246) Line indented incorrectly; expected at least 16 spaces, found 8
(#247) Line indented incorrectly; expected 12 spaces, found 6
(#248) Line indented incorrectly; expected 8 spaces, found 4
(#250) Line indented incorrectly; expected at least 8 spaces, found 4
(#251) Line indented incorrectly; expected 4 spaces, found 2
(#252) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineSimple.php
(#1) No one-line description found in phpdocs for docblock of file OutlineSimple.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file OutlineSimple.php. Expected local_dompdf, found php-font-lib.
(#6) Docblock tag "@version" is not recommended.
(#17) Missing docblock for constant OutlineSimple::ON_CURVE
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing docblock for constant OutlineSimple::X_SHORT_VECTOR
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Missing docblock for constant OutlineSimple::Y_SHORT_VECTOR
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Missing docblock for constant OutlineSimple::REPEAT
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing docblock for constant OutlineSimple::THIS_X_IS_SAME
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Missing docblock for constant OutlineSimple::THIS_Y_IS_SAME
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Missing member variable doc comment
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Missing member variable doc comment
(#27) Missing docblock for function parseData
(#27) Line indented incorrectly; expected 4 spaces, found 2
(#27) Visibility must be declared on method "parseData"
(#27) method name "OutlineSimple::parseData" must be in lower-case letters only
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#30) Line indented incorrectly; expected 8 spaces, found 4
(#31) Line indented incorrectly; expected at least 12 spaces, found 6
(#32) Line indented incorrectly; expected 8 spaces, found 4
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#38) Line indented incorrectly; expected 8 spaces, found 4
(#39) Line indented incorrectly; expected at least 12 spaces, found 6
(#40) Line indented incorrectly; expected 8 spaces, found 4
(#42) Line indented incorrectly; expected at least 8 spaces, found 4
(#42) Variable "endPtsOfContours" must be all lower-case
(#42) Short array syntax must be used to define arrays
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#44) Variable "instructionLength" must be all lower-case
(#45) Line indented incorrectly; expected at least 8 spaces, found 4
(#45) Short array syntax must be used to define arrays
(#45) Variable "instructionLength" must be all lower-case
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#47) Variable "endPtsOfContours" must be all lower-case
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Short array syntax must be used to define arrays
(#51) Line indented incorrectly; expected 8 spaces, found 4
(#52) Line indented incorrectly; expected at least 12 spaces, found 6
(#54) Line indented incorrectly; expected 12 spaces, found 6
(#55) Line indented incorrectly; expected at least 16 spaces, found 8
(#57) Line indented incorrectly; expected 16 spaces, found 8
(#58) Line indented incorrectly; expected at least 20 spaces, found 10
(#59) Line indented incorrectly; expected 16 spaces, found 8
(#61) Line indented incorrectly; expected at least 16 spaces, found 8
(#62) Line indented incorrectly; expected 12 spaces, found 6
(#63) Line indented incorrectly; expected 8 spaces, found 4
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Short array syntax must be used to define arrays
(#66) Line indented incorrectly; expected 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 12 spaces, found 6
(#68) Line indented incorrectly; expected at least 12 spaces, found 6
(#68) Variable "endPtsOfContours" must be all lower-case
(#69) Line indented incorrectly; expected 8 spaces, found 4
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Line indented incorrectly; expected 8 spaces, found 4
(#74) Line indented incorrectly; expected at least 12 spaces, found 6
(#76) Line indented incorrectly; expected 12 spaces, found 6
(#77) Line indented incorrectly; expected 16 spaces, found 8
(#78) Line indented incorrectly; expected at least 20 spaces, found 10
(#79) Line indented incorrectly; expected 16 spaces, found 8
(#80) Line indented incorrectly; expected 12 spaces, found 6
(#81) Line indented incorrectly; expected 12 spaces, found 6
(#81) Expected "} else {\n"; found "}\n else {\n"
(#82) Line indented incorrectly; expected 16 spaces, found 8
(#83) Line indented incorrectly; expected at least 20 spaces, found 10
(#84) Line indented incorrectly; expected 16 spaces, found 8
(#85) Line indented incorrectly; expected 16 spaces, found 8
(#85) Expected "} else {\n"; found "}\n else {\n"
(#86) Line indented incorrectly; expected at least 20 spaces, found 10
(#87) Line indented incorrectly; expected 16 spaces, found 8
(#88) Line indented incorrectly; expected 12 spaces, found 6
(#90) Line indented incorrectly; expected at least 12 spaces, found 6
(#91) Line indented incorrectly; expected 8 spaces, found 4
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#95) Line indented incorrectly; expected 8 spaces, found 4
(#96) Line indented incorrectly; expected at least 12 spaces, found 6
(#98) Line indented incorrectly; expected 12 spaces, found 6
(#99) Line indented incorrectly; expected 16 spaces, found 8
(#100) Line indented incorrectly; expected at least 20 spaces, found 10
(#101) Line indented incorrectly; expected 16 spaces, found 8
(#102) Line indented incorrectly; expected 12 spaces, found 6
(#103) Line indented incorrectly; expected 12 spaces, found 6
(#103) Expected "} else {\n"; found "}\n else {\n"
(#104) Line indented incorrectly; expected 16 spaces, found 8
(#105) Line indented incorrectly; expected at least 20 spaces, found 10
(#106) Line indented incorrectly; expected 16 spaces, found 8
(#107) Line indented incorrectly; expected 16 spaces, found 8
(#107) Expected "} else {\n"; found "}\n else {\n"
(#108) Line indented incorrectly; expected at least 20 spaces, found 10
(#109) Line indented incorrectly; expected 16 spaces, found 8
(#110) Line indented incorrectly; expected 12 spaces, found 6
(#112) Line indented incorrectly; expected at least 12 spaces, found 6
(#113) Line indented incorrectly; expected 8 spaces, found 4
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#116) Line indented incorrectly; expected 4 spaces, found 2
(#118) Line indented incorrectly; expected 4 spaces, found 2
(#118) Missing docblock for function splitSVGPath
(#118) Public method name "OutlineSimple::splitSVGPath" must be in lower-case letters only
(#119) Line indented incorrectly; expected at least 8 spaces, found 4
(#121) Line indented incorrectly; expected at least 8 spaces, found 4
(#122) Line indented incorrectly; expected 4 spaces, found 2
(#124) Line indented incorrectly; expected 4 spaces, found 2
(#124) Missing docblock for function makePoints
(#124) Public method name "OutlineSimple::makePoints" must be in lower-case letters only
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#126) Line indented incorrectly; expected at least 8 spaces, found 4
(#127) Line indented incorrectly; expected at least 8 spaces, found 4
(#129) Line indented incorrectly; expected at least 8 spaces, found 4
(#129) Short array syntax must be used to define arrays
(#131) Line indented incorrectly; expected 8 spaces, found 4
(#132) Line indented incorrectly; expected 12 spaces, found 6
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Line indented incorrectly; expected at least 16 spaces, found 8
(#134) Line indented incorrectly; expected 16 spaces, found 8
(#135) Line indented incorrectly; expected at least 20 spaces, found 10
(#135) Short array syntax must be used to define arrays
(#136) Line indented incorrectly; expected at least 20 spaces, found 12
(#137) Line indented incorrectly; expected at least 20 spaces, found 12
(#138) Line indented incorrectly; expected at least 20 spaces, found 12
(#139) Line indented incorrectly; expected at least 20 spaces, found 12
(#140) Line indented incorrectly; expected at least 20 spaces, found 10
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Line indented incorrectly; expected at least 16 spaces, found 8
(#144) Line indented incorrectly; expected 16 spaces, found 8
(#145) Line indented incorrectly; expected at least 20 spaces, found 10
(#145) Short array syntax must be used to define arrays
(#146) Line indented incorrectly; expected at least 20 spaces, found 12
(#147) Line indented incorrectly; expected at least 20 spaces, found 12
(#148) Line indented incorrectly; expected at least 20 spaces, found 12
(#149) Line indented incorrectly; expected at least 20 spaces, found 12
(#150) Line indented incorrectly; expected at least 20 spaces, found 10
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Line indented incorrectly; expected at least 16 spaces, found 8
(#154) Line indented incorrectly; expected 16 spaces, found 8
(#155) Line indented incorrectly; expected at least 20 spaces, found 10
(#155) Short array syntax must be used to define arrays
(#156) Line indented incorrectly; expected at least 20 spaces, found 12
(#157) Line indented incorrectly; expected at least 20 spaces, found 12
(#158) Line indented incorrectly; expected at least 20 spaces, found 12
(#159) Line indented incorrectly; expected at least 20 spaces, found 12
(#160) Line indented incorrectly; expected at least 20 spaces, found 10
(#161) Line indented incorrectly; expected at least 20 spaces, found 10
(#161) Short array syntax must be used to define arrays
(#162) Line indented incorrectly; expected at least 20 spaces, found 12
(#163) Line indented incorrectly; expected at least 20 spaces, found 12
(#164) Line indented incorrectly; expected at least 20 spaces, found 12
(#165) Line indented incorrectly; expected at least 20 spaces, found 12
(#166) Line indented incorrectly; expected at least 20 spaces, found 10
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Line indented incorrectly; expected at least 16 spaces, found 8
(#170) Line indented incorrectly; expected at least 16 spaces, found 8
(#170) Inline doc block comments are not allowed; use "// Comment." instead
(#170) Invalid docblock tag "@noinspection".
(#171) Line indented incorrectly; expected 16 spaces, found 8
(#172) Line indented incorrectly; expected at least 20 spaces, found 10
(#174) Line indented incorrectly; expected 16 spaces, found 8
(#175) Line indented incorrectly; expected at least 20 spaces, found 10
(#177) Line indented incorrectly; expected 12 spaces, found 6
(#178) Line indented incorrectly; expected 8 spaces, found 4
(#180) Line indented incorrectly; expected at least 8 spaces, found 4
(#181) Line indented incorrectly; expected 4 spaces, found 2
(#183) Missing docblock for function encode
(#183) Line indented incorrectly; expected 4 spaces, found 2
(#183) Visibility must be declared on method "encode"
(#184) Line indented incorrectly; expected 8 spaces, found 4
(#185) Line indented incorrectly; expected at least 12 spaces, found 6
(#186) Line indented incorrectly; expected 8 spaces, found 4
(#188) Line indented incorrectly; expected at least 8 spaces, found 4
(#189) Line indented incorrectly; expected 4 spaces, found 2
(#191) Line indented incorrectly; expected 4 spaces, found 2
(#191) Missing docblock for function encodePoints
(#191) Public method name "OutlineSimple::encodePoints" must be in lower-case letters only
(#192) Line indented incorrectly; expected at least 8 spaces, found 4
(#192) Variable "endPtsOfContours" must be all lower-case
(#192) Short array syntax must be used to define arrays
(#193) Line indented incorrectly; expected at least 8 spaces, found 4
(#193) Short array syntax must be used to define arrays
(#194) Line indented incorrectly; expected at least 8 spaces, found 4
(#194) Variable "coords_x" must not contain underscores.
(#194) Short array syntax must be used to define arrays
(#195) Line indented incorrectly; expected at least 8 spaces, found 4
(#195) Variable "coords_y" must not contain underscores.
(#195) Short array syntax must be used to define arrays
(#197) Line indented incorrectly; expected at least 8 spaces, found 4
(#197) Variable "last_x" must not contain underscores.
(#198) Line indented incorrectly; expected at least 8 spaces, found 4
(#198) Variable "last_y" must not contain underscores.
(#199) Line indented incorrectly; expected at least 8 spaces, found 4
(#199) Variable "xMin" must be all lower-case
(#199) Variable "yMin" must be all lower-case
(#200) Line indented incorrectly; expected at least 8 spaces, found 4
(#200) Variable "xMax" must be all lower-case
(#200) Variable "yMax" must be all lower-case
(#201) Line indented incorrectly; expected 8 spaces, found 4
(#202) Line indented incorrectly; expected at least 12 spaces, found 6
(#203) Line indented incorrectly; expected 12 spaces, found 6
(#204) Line indented incorrectly; expected at least 16 spaces, found 8
(#205) Line indented incorrectly; expected 12 spaces, found 6
(#207) Line indented incorrectly; expected 12 spaces, found 6
(#208) Line indented incorrectly; expected at least 16 spaces, found 8
(#208) Variable "endPtsOfContours" must be all lower-case
(#209) Line indented incorrectly; expected 12 spaces, found 6
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Line indented incorrectly; expected at least 12 spaces, found 6
(#212) Line indented incorrectly; expected 12 spaces, found 6
(#212) Variable "last_x" must not contain underscores.
(#213) Line indented incorrectly; expected at least 16 spaces, found 8
(#214) Line indented incorrectly; expected 12 spaces, found 6
(#215) Line indented incorrectly; expected 12 spaces, found 6
(#215) Expected "} else {\n"; found "}\n else {\n"
(#216) Line indented incorrectly; expected at least 16 spaces, found 8
(#217) Line indented incorrectly; expected at least 16 spaces, found 8
(#217) Variable "xMin" must be all lower-case
(#217) Variable "xMin" must be all lower-case
(#218) Line indented incorrectly; expected at least 16 spaces, found 8
(#218) Variable "xMax" must be all lower-case
(#218) Variable "xMax" must be all lower-case
(#219) Line indented incorrectly; expected at least 16 spaces, found 8
(#219) Variable "coords_x" must not contain underscores.
(#219) Variable "last_x" must not contain underscores.
(#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
(#220) Line indented incorrectly; expected 12 spaces, found 6
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Line indented incorrectly; expected at least 12 spaces, found 6
(#223) Line indented incorrectly; expected 12 spaces, found 6
(#223) Variable "last_y" must not contain underscores.
(#224) Line indented incorrectly; expected at least 16 spaces, found 8
(#225) Line indented incorrectly; expected 12 spaces, found 6
(#226) Line indented incorrectly; expected 12 spaces, found 6
(#226) Expected "} else {\n"; found "}\n else {\n"
(#227) Line indented incorrectly; expected at least 16 spaces, found 8
(#228) Line indented incorrectly; expected at least 16 spaces, found 8
(#228) Variable "yMin" must be all lower-case
(#228) Variable "yMin" must be all lower-case
(#229) Line indented incorrectly; expected at least 16 spaces, found 8
(#229) Variable "yMax" must be all lower-case
(#229) Variable "yMax" must be all lower-case
(#230) Line indented incorrectly; expected at least 16 spaces, found 8
(#230) Variable "coords_y" must not contain underscores.
(#230) Variable "last_y" must not contain underscores.
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected 12 spaces, found 6
(#233) Line indented incorrectly; expected at least 12 spaces, found 6
(#234) Line indented incorrectly; expected at least 12 spaces, found 6
(#234) Variable "last_x" must not contain underscores.
(#235) Line indented incorrectly; expected at least 12 spaces, found 6
(#235) Variable "last_y" must not contain underscores.
(#236) Line indented incorrectly; expected 8 spaces, found 4
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#240) Line indented incorrectly; expected at least 8 spaces, found 4
(#241) Line indented incorrectly; expected at least 8 spaces, found 4
(#241) Variable "endPtsOfContours" must be all lower-case
(#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) Line indented incorrectly; expected at least 8 spaces, found 4
(#242) Variable "xMin" must be all lower-case
(#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
(#243) Line indented incorrectly; expected at least 8 spaces, found 4
(#243) Variable "yMin" must be all lower-case
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Variable "xMax" must be all lower-case
(#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
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Variable "yMax" must be all lower-case
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) Short array syntax must be used to define arrays
(#248) Variable "endPtsOfContours" must be all lower-case
(#248) Variable "endPtsOfContours" must be all lower-case
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Line indented incorrectly; expected at least 8 spaces, found 4
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Line indented incorrectly; expected at least 8 spaces, found 4
(#250) Short array syntax must be used to define arrays
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Line indented incorrectly; expected at least 8 spaces, found 4
(#251) Short array syntax must be used to define arrays
(#251) Variable "coords_x" must not contain underscores.
(#251) Variable "coords_x" 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
(#252) Line indented incorrectly; expected at least 8 spaces, found 4
(#252) Short array syntax must be used to define arrays
(#252) Variable "coords_y" must not contain underscores.
(#252) Variable "coords_y" must not contain underscores.
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Line indented incorrectly; expected at least 8 spaces, found 4
(#254) Line indented incorrectly; expected 4 spaces, found 2
(#256) Line indented incorrectly; expected 4 spaces, found 2
(#256) Missing docblock for function getSVGContours
(#256) Public method name "OutlineSimple::getSVGContours" must be in lower-case letters only
(#257) Line indented incorrectly; expected at least 8 spaces, found 4
(#259) Line indented incorrectly; expected 8 spaces, found 4
(#260) Line indented incorrectly; expected 12 spaces, found 6
(#261) Line indented incorrectly; expected at least 16 spaces, found 8
(#262) Line indented incorrectly; expected 12 spaces, found 6
(#264) Line indented incorrectly; expected at least 12 spaces, found 6
(#265) Line indented incorrectly; expected 8 spaces, found 4
(#267) Line indented incorrectly; expected at least 8 spaces, found 4
(#268) Line indented incorrectly; expected at least 8 spaces, found 4
(#268) Variable "firstIndex" must be all lower-case
(#269) Line indented incorrectly; expected at least 8 spaces, found 4
(#271) Line indented incorrectly; expected 8 spaces, found 4
(#272) Line indented incorrectly; expected at least 12 spaces, found 6
(#274) Line indented incorrectly; expected 12 spaces, found 6
(#275) Line indented incorrectly; expected at least 16 spaces, found 8
(#275) Variable "firstIndex" must be all lower-case
(#276) Line indented incorrectly; expected at least 16 spaces, found 8
(#276) Variable "firstIndex" must be all lower-case
(#277) Line indented incorrectly; expected at least 16 spaces, found 8
(#278) Line indented incorrectly; expected 12 spaces, found 6
(#279) Line indented incorrectly; expected 8 spaces, found 4
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) Line indented incorrectly; expected 4 spaces, found 2
(#284) Line indented incorrectly; expected 4 spaces, found 2
(#284) Missing docblock for function getSVGPath
(#284) Protected method name "OutlineSimple::getSVGPath" must be in lower-case letters only
(#284) Variable "startIndex" must be all lower-case
(#285) Line indented incorrectly; expected at least 8 spaces, found 4
(#286) Line indented incorrectly; expected at least 8 spaces, found 4
(#288) Line indented incorrectly; expected 8 spaces, found 4
(#289) Line indented incorrectly; expected at least 12 spaces, found 6
(#289) Variable "startIndex" must be all lower-case
(#290) Line indented incorrectly; expected at least 12 spaces, found 6
(#290) Variable "point_p1" must not contain underscores.
(#290) Variable "startIndex" must be all lower-case
(#292) Line indented incorrectly; expected 12 spaces, found 6
(#293) Line indented incorrectly; expected at least 16 spaces, found 8
(#294) Line indented incorrectly; expected 12 spaces, found 6
(#296) Line indented incorrectly; expected 12 spaces, found 6
(#297) Line indented incorrectly; expected 16 spaces, found 8
(#297) Variable "point_p1" must not contain underscores.
(#298) Line indented incorrectly; expected at least 20 spaces, found 10
(#298) Variable "point_p1" must not contain underscores.
(#298) Variable "point_p1" must not contain underscores.
(#299) Line indented incorrectly; expected at least 20 spaces, found 10
(#300) Line indented incorrectly; expected 16 spaces, found 8
(#301) Line indented incorrectly; expected 16 spaces, found 8
(#301) Expected "} else {\n"; found "}\n else {\n"
(#302) Line indented incorrectly; expected at least 20 spaces, found 10
(#302) Variable "point_p2" must not contain underscores.
(#302) Variable "startIndex" must be all lower-case
(#304) Line indented incorrectly; expected 20 spaces, found 10
(#304) Variable "point_p2" must not contain underscores.
(#305) Line indented incorrectly; expected at least 24 spaces, found 12
(#305) Variable "point_p1" must not contain underscores.
(#305) Variable "point_p1" must not contain underscores.
(#305) Variable "point_p2" must not contain underscores.
(#305) Variable "point_p2" must not contain underscores.
(#306) Line indented incorrectly; expected 20 spaces, found 10
(#307) Line indented incorrectly; expected 20 spaces, found 10
(#307) Expected "} else {\n"; found "}\n else {\n"
(#308) Line indented incorrectly; expected at least 24 spaces, found 12
(#308) Variable "point_p1" must not contain underscores.
(#308) Variable "point_p1" must not contain underscores.
(#308) Variable "point_p1" must not contain underscores.
(#308) Variable "point_p2" must not contain underscores.
(#308) Variable "point_p1" must not contain underscores.
(#308) Variable "point_p2" must not contain underscores.
(#308) Line exceeds 132 characters; contains 171 characters
(#309) Line indented incorrectly; expected 20 spaces, found 10
(#311) Line indented incorrectly; expected at least 20 spaces, found 10
(#312) Line indented incorrectly; expected 16 spaces, found 8
(#313) Line indented incorrectly; expected 12 spaces, found 6
(#314) Line indented incorrectly; expected 12 spaces, found 6
(#314) Expected "} else {\n"; found "}\n else {\n"
(#315) Line indented incorrectly; expected 16 spaces, found 8
(#315) Variable "point_p1" must not contain underscores.
(#316) Line indented incorrectly; expected at least 20 spaces, found 10
(#316) Variable "point_p1" must not contain underscores.
(#316) Variable "point_p1" must not contain underscores.
(#317) Line indented incorrectly; expected 16 spaces, found 8
(#318) Line indented incorrectly; expected 16 spaces, found 8
(#318) Expected "} else {\n"; found "}\n else {\n"
(#319) Line indented incorrectly; expected at least 20 spaces, found 10
(#319) Variable "point_p1" must not contain underscores.
(#319) Variable "point_p1" must not contain underscores.
(#319) Line exceeds 132 characters; contains 157 characters
(#320) Line indented incorrectly; expected 16 spaces, found 8
(#322) Line indented incorrectly; expected at least 16 spaces, found 8
(#323) Line indented incorrectly; expected 12 spaces, found 6
(#324) Line indented incorrectly; expected 8 spaces, found 4
(#326) Line indented incorrectly; expected at least 8 spaces, found 4
(#328) Line indented incorrectly; expected at least 8 spaces, found 4
(#329) Line indented incorrectly; expected 4 spaces, found 2
(#331) Missing docblock for function midValue
(#331) Line indented incorrectly; expected 4 spaces, found 2
(#331) Visibility must be declared on method "midValue"
(#331) method name "OutlineSimple::midValue" must be in lower-case letters only
(#332) Line indented incorrectly; expected at least 8 spaces, found 4
(#333) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Header.php
(#1) No one-line description found in phpdocs for docblock of file Header.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Header.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Missing member variable doc comment
(#25) Line indented incorrectly; expected 4 spaces, found 2
(#25) Missing docblock for function __construct
(#26) Line indented incorrectly; expected at least 8 spaces, found 4
(#27) Line indented incorrectly; expected 4 spaces, found 2
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#29) Missing docblock for function encode
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#31) Line indented incorrectly; expected 4 spaces, found 2
(#33) Line indented incorrectly; expected 4 spaces, found 2
(#33) Missing docblock for function parse
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#35) Line indented incorrectly; expected 4 spaces, found 2
(#36) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/OpenType/File.php
(#1) No one-line description found in phpdocs for docblock of file File.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file File.php. Expected local_dompdf, found php-font-lib.
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#16) Blank comments are not allowed
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/OpenType/TableDirectoryEntry.php
(#1) No one-line description found in phpdocs for docblock of file TableDirectoryEntry.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file TableDirectoryEntry.php. Expected local_dompdf, found php-font-lib.
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/DirectoryEntry.php
(#1) No one-line description found in phpdocs for docblock of file DirectoryEntry.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file DirectoryEntry.php. Expected local_dompdf, found php-font-lib.
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#27) Line indented incorrectly; expected at least 4 spaces, found 2
(#27) Member variable "font_table" must not contain underscores.
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Missing member variable doc comment
(#29) Member variable "entryLength" must be all lower-case
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Missing member variable doc comment
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Missing member variable doc comment
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Missing member variable doc comment
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Missing member variable doc comment
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) Missing member variable doc comment
(#36) Member variable "origF" must be all lower-case
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Line indented incorrectly; expected 4 spaces, found 2
(#43) No one-line description found in phpdocs for docblock of function computeChecksum
(#43) Visibility must be declared on method "computeChecksum"
(#43) method name "DirectoryEntry::computeChecksum" must be in lower-case letters only
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#45) Line indented incorrectly; expected at least 8 spaces, found 4
(#47) Line indented incorrectly; expected 8 spaces, found 4
(#48) Line indented incorrectly; expected at least 12 spaces, found 6
(#49) Line indented incorrectly; expected 8 spaces, found 4
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Line indented incorrectly; expected 4 spaces, found 2
(#55) Missing docblock for function __construct
(#55) Line indented incorrectly; expected 4 spaces, found 2
(#55) Visibility must be declared on method "__construct"
(#56) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Line indented incorrectly; expected 4 spaces, found 2
(#60) Missing docblock for function parse
(#60) Line indented incorrectly; expected 4 spaces, found 2
(#60) Visibility must be declared on method "parse"
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Line indented incorrectly; expected 4 spaces, found 2
(#64) Missing docblock for function open
(#64) Line indented incorrectly; expected 4 spaces, found 2
(#64) Visibility must be declared on method "open"
(#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) Line indented incorrectly; expected at least 8 spaces, found 4
(#66) Line indented incorrectly; expected 4 spaces, found 2
(#68) Missing docblock for function setTable
(#68) Line indented incorrectly; expected 4 spaces, found 2
(#68) Visibility must be declared on method "setTable"
(#68) method name "DirectoryEntry::setTable" must be in lower-case letters only
(#68) Variable "font_table" must not contain underscores.
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Variable "font_table" must not contain underscores.
(#70) Line indented incorrectly; expected 4 spaces, found 2
(#72) Missing docblock for function encode
(#72) Line indented incorrectly; expected 4 spaces, found 2
(#72) Visibility must be declared on method "encode"
(#72) Variable "entry_offset" must not contain underscores.
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) This comment is 72% valid code; is this commented out code?
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) No space found before comment text; expected "// Font::d("Entry offset = $entry_offset");" but found "//Font::d("Entry offset = $entry_offset");"
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Variable "table_offset" must not contain underscores.
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#80) Variable "table_offset" must not contain underscores.
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "table_length" must not contain underscores.
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "table_offset" must not contain underscores.
(#83) Variable "table_length" must not contain underscores.
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Variable "table_length" must not contain underscores.
(#86) Line indented incorrectly; expected 8 spaces, found 4
(#87) Line indented incorrectly; expected at least 12 spaces, found 6
(#88) Line indented incorrectly; expected at least 12 spaces, found 6
(#89) Line indented incorrectly; expected 8 spaces, found 4
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Variable "table_offset" must not contain underscores.
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Variable "table_data" must not contain underscores.
(#92) Variable "table_length" must not contain underscores.
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Variable "entry_offset" must not contain underscores.
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Variable "table_data" must not contain underscores.
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "table_offset" must not contain underscores.
(#99) Line indented incorrectly; expected at least 8 spaces, found 4
(#99) Variable "table_length" must not contain underscores.
(#101) Line indented incorrectly; expected at least 8 spaces, found 4
(#101) Variable "table_length" must not contain underscores.
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Variable "table_offset" must not contain underscores.
(#103) Variable "table_length" must not contain underscores.
(#104) Line indented incorrectly; expected 4 spaces, found 2
(#106) Line indented incorrectly; expected at least 4 spaces, found 2
(#109) No one-line description found in phpdocs for docblock of function getFont
(#109) Line indented incorrectly; expected 4 spaces, found 2
(#109) Visibility must be declared on method "getFont"
(#109) method name "DirectoryEntry::getFont" must be in lower-case letters only
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#111) Line indented incorrectly; expected 4 spaces, found 2
(#113) Missing docblock for function startRead
(#113) Line indented incorrectly; expected 4 spaces, found 2
(#113) Visibility must be declared on method "startRead"
(#113) method name "DirectoryEntry::startRead" must be in lower-case letters only
(#114) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Line indented incorrectly; expected 4 spaces, found 2
(#117) Missing docblock for function endRead
(#117) Line indented incorrectly; expected 4 spaces, found 2
(#117) Visibility must be declared on method "endRead"
(#117) method name "DirectoryEntry::endRead" must be in lower-case letters only
(#118) Line indented incorrectly; expected at least 8 spaces, found 4
(#118) Blank comments are not allowed
(#119) Line indented incorrectly; expected 4 spaces, found 2
(#121) Missing docblock for function startWrite
(#121) Line indented incorrectly; expected 4 spaces, found 2
(#121) Visibility must be declared on method "startWrite"
(#121) method name "DirectoryEntry::startWrite" must be in lower-case letters only
(#122) Line indented incorrectly; expected at least 8 spaces, found 4
(#123) Line indented incorrectly; expected 4 spaces, found 2
(#125) Missing docblock for function endWrite
(#125) Line indented incorrectly; expected 4 spaces, found 2
(#125) Visibility must be declared on method "endWrite"
(#125) method name "DirectoryEntry::endWrite" must be in lower-case letters only
(#126) Line indented incorrectly; expected at least 8 spaces, found 4
(#126) Blank comments are not allowed
(#127) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Table.php
(#1) No one-line description found in phpdocs for docblock of file Table.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Table.php. Expected local_dompdf, found php-font-lib.
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Missing member variable doc comment
(#23) Short array syntax must be used to define arrays
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Missing member variable doc comment
(#27) Line indented incorrectly; expected 4 spaces, found 2
(#27) Missing docblock for function __construct
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Line indented incorrectly; expected at least 8 spaces, found 4
(#30) Line indented incorrectly; expected 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Line indented incorrectly; expected 4 spaces, found 2
(#35) No one-line description found in phpdocs for docblock of function getFont
(#35) Public method name "Table::getFont" must be in lower-case letters only
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#39) Missing docblock for function _encode
(#40) Line indented incorrectly; expected 8 spaces, found 4
(#41) Line indented incorrectly; expected at least 12 spaces, found 6
(#43) Line indented incorrectly; expected at least 12 spaces, found 6
(#44) Line indented incorrectly; expected 8 spaces, found 4
(#46) Line indented incorrectly; expected at least 8 spaces, found 4
(#47) Line indented incorrectly; expected 4 spaces, found 2
(#49) Line indented incorrectly; expected 4 spaces, found 2
(#49) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#49) Missing docblock for function _parse
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Line indented incorrectly; expected 4 spaces, found 2
(#53) Line indented incorrectly; expected 4 spaces, found 2
(#53) Method name "_parseRaw" should not be prefixed with an underscore to indicate visibility
(#53) Missing docblock for function _parseRaw
(#53) Protected method name "Table::_parseRaw" must be in lower-case letters only
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Line indented incorrectly; expected 4 spaces, found 2
(#57) Line indented incorrectly; expected 4 spaces, found 2
(#57) Method name "_encodeRaw" should not be prefixed with an underscore to indicate visibility
(#57) Missing docblock for function _encodeRaw
(#57) Protected method name "Table::_encodeRaw" must be in lower-case letters only
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Line indented incorrectly; expected 4 spaces, found 2
(#61) Line indented incorrectly; expected 4 spaces, found 2
(#61) Missing docblock for function toHTML
(#61) Public method name "Table::toHTML" must be in lower-case letters only
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Line indented incorrectly; expected 4 spaces, found 2
(#65) Line indented incorrectly; expected 4 spaces, found 2
(#65) Missing docblock for function encode
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Line indented incorrectly; expected 8 spaces, found 4
(#69) Line indented incorrectly; expected at least 12 spaces, found 6
(#70) Line indented incorrectly; expected 8 spaces, found 4
(#71) Line indented incorrectly; expected 8 spaces, found 4
(#71) Expected "} else {\n"; found "}\n else {\n"
(#72) Line indented incorrectly; expected at least 12 spaces, found 6
(#73) Line indented incorrectly; expected 8 spaces, found 4
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#80) Line indented incorrectly; expected 4 spaces, found 2
(#80) Missing docblock for function parse
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Line indented incorrectly; expected 8 spaces, found 4
(#84) Line indented incorrectly; expected at least 12 spaces, found 6
(#85) Line indented incorrectly; expected 8 spaces, found 4
(#86) Line indented incorrectly; expected 8 spaces, found 4
(#86) Expected "} else {\n"; found "}\n else {\n"
(#87) Line indented incorrectly; expected at least 12 spaces, found 6
(#88) Line indented incorrectly; expected 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Line indented incorrectly; expected 4 spaces, found 2
(#92) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cmap.php
(#1) No one-line description found in phpdocs for docblock of file cmap.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file cmap.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Member variable "header_format" must not contain underscores.
(#17) Short array syntax must be used to define arrays
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#22) Missing member variable doc comment
(#22) Member variable "subtable_header_format" must not contain underscores.
(#22) Short array syntax must be used to define arrays
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Line indented incorrectly; expected 4 spaces, found 2
(#28) Missing member variable doc comment
(#28) Member variable "subtable_v2_format" must not contain underscores.
(#28) Short array syntax must be used to define arrays
(#30) There should be a comma after the last array item in a multi-line array.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected 4 spaces, found 2
(#33) Missing member variable doc comment
(#33) Member variable "subtable_v2_format_subheader" must not contain underscores.
(#33) Short array syntax must be used to define arrays
(#37) There should be a comma after the last array item in a multi-line array.
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Line indented incorrectly; expected 4 spaces, found 2
(#40) Missing member variable doc comment
(#40) Member variable "subtable_v4_format" must not contain underscores.
(#40) Short array syntax must be used to define arrays
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#49) Line indented incorrectly; expected 4 spaces, found 2
(#49) Missing member variable doc comment
(#49) Member variable "subtable_v12_format" must not contain underscores.
(#49) Short array syntax must be used to define arrays
(#52) There should be a comma after the last array item in a multi-line array.
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#55) Line indented incorrectly; expected 4 spaces, found 2
(#55) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#55) Missing docblock for function _parse
(#56) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Variable "cmap_offset" must not contain underscores.
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Variable "header_format" must not contain underscores.
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Short array syntax must be used to define arrays
(#63) Line indented incorrectly; expected 8 spaces, found 4
(#64) Line indented incorrectly; expected at least 12 spaces, found 6
(#64) Variable "subtable_header_format" must not contain underscores.
(#65) Line indented incorrectly; expected 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Line indented incorrectly; expected 8 spaces, found 4
(#70) Line indented incorrectly; expected at least 12 spaces, found 6
(#70) Variable "cmap_offset" must not contain underscores.
(#72) Line indented incorrectly; expected at least 12 spaces, found 6
(#74) Line indented incorrectly; expected 12 spaces, found 6
(#75) Line indented incorrectly; expected 16 spaces, found 8
(#76) Line indented incorrectly; expected 16 spaces, found 8
(#77) Line indented incorrectly; expected 16 spaces, found 8
(#78) Line indented incorrectly; expected 16 spaces, found 8
(#79) Line indented incorrectly; expected 16 spaces, found 8
(#80) Line indented incorrectly; expected 16 spaces, found 8
(#81) Line indented incorrectly; expected at least 20 spaces, found 10
(#82) Line indented incorrectly; expected at least 20 spaces, found 10
(#85) Line indented incorrectly; expected 16 spaces, found 8
(#86) Line indented incorrectly; expected at least 20 spaces, found 10
(#86) Variable "subtable_v2_format" must not contain underscores.
(#88) Line indented incorrectly; expected at least 20 spaces, found 10
(#88) Variable "subHeaderKeys" must be all lower-case
(#88) Closing brace must be on a line by itself
(#89) Line indented incorrectly; expected at least 20 spaces, found 10
(#89) Variable "subHeaders" must be all lower-case
(#89) Short array syntax must be used to define arrays
(#91) Line indented incorrectly; expected at least 20 spaces, found 10
(#91) Variable "glyphIdArray" must be all lower-case
(#91) Short array syntax must be used to define arrays
(#92) Line indented incorrectly; expected at least 20 spaces, found 10
(#92) Variable "maxSubHeaderIndex" must be all lower-case
(#92) Variable "subHeaderKeys" must be all lower-case
(#93) Line indented incorrectly; expected 20 spaces, found 10
(#93) Variable "maxSubHeaderIndex" must be all lower-case
(#94) Line indented incorrectly; expected at least 24 spaces, found 12
(#94) Variable "subHeader" must be all lower-case
(#94) Variable "subtable_v2_format_subheader" must not contain underscores.
(#95) Line indented incorrectly; expected at least 24 spaces, found 12
(#96) Line indented incorrectly; expected at least 24 spaces, found 12
(#96) Variable "subHeader" must be all lower-case
(#96) Variable "subHeader" must be all lower-case
(#97) Line indented incorrectly; expected at least 24 spaces, found 12
(#97) Variable "subHeaders" must be all lower-case
(#97) Variable "subHeader" must be all lower-case
(#99) Line indented incorrectly; expected 24 spaces, found 12
(#99) Variable "subHeader" must be all lower-case
(#99) Variable "glyphIdArray" must be all lower-case
(#99) Variable "glyphIdArray" must be all lower-case
(#99) Variable "subHeader" must be all lower-case
(#99) Variable "subHeader" must be all lower-case
(#99) Line exceeds 132 characters; contains 171 characters
(#100) Line indented incorrectly; expected at least 28 spaces, found 14
(#100) Variable "subHeader" must be all lower-case
(#101) Line indented incorrectly; expected at least 28 spaces, found 14
(#101) Variable "glyphIdArray" must be all lower-case
(#101) Variable "subHeader" must be all lower-case
(#101) Variable "subHeader" must be all lower-case
(#102) Line indented incorrectly; expected at least 28 spaces, found 14
(#103) Line indented incorrectly; expected 24 spaces, found 12
(#104) Line indented incorrectly; expected 20 spaces, found 10
(#106) Line indented incorrectly; expected at least 20 spaces, found 10
(#106) Variable "glyphIndexArray" must be all lower-case
(#106) Short array syntax must be used to define arrays
(#107) Line indented incorrectly; expected 20 spaces, found 10
(#107) Variable "subHeaderKeys" must be all lower-case
(#107) Variable "highByte" must be all lower-case
(#107) Variable "subHeaderKey" must be all lower-case
(#108) Line indented incorrectly; expected at least 24 spaces, found 12
(#108) Variable "subHeader" must be all lower-case
(#108) Variable "subHeaders" must be all lower-case
(#108) Variable "subHeaderKey" must be all lower-case
(#109) Line indented incorrectly; expected 24 spaces, found 12
(#109) Variable "subHeaderKey" must be all lower-case
(#110) Line indented incorrectly; expected at least 28 spaces, found 14
(#110) Variable "highByte" must be all lower-case
(#111) Line indented incorrectly; expected 28 spaces, found 14
(#111) Variable "subHeader" must be all lower-case
(#111) Variable "subHeader" must be all lower-case
(#111) Variable "subHeader" must be all lower-case
(#112) Line indented incorrectly; expected at least 32 spaces, found 16
(#112) Variable "glyphIndexArray" must be all lower-case
(#113) Line indented incorrectly; expected at least 32 spaces, found 16
(#114) Line indented incorrectly; expected 28 spaces, found 14
(#115) Line indented incorrectly; expected at least 28 spaces, found 14
(#115) Variable "highByte" must be all lower-case
(#116) Line indented incorrectly; expected at least 28 spaces, found 14
(#116) Variable "subHeader" must be all lower-case
(#117) Line indented incorrectly; expected at least 28 spaces, found 14
(#117) Variable "glyphId" must be all lower-case
(#117) Variable "glyphIdArray" must be all lower-case
(#117) Variable "subHeader" must be all lower-case
(#118) Line indented incorrectly; expected 28 spaces, found 14
(#118) Variable "glyphId" must be all lower-case
(#119) Line indented incorrectly; expected at least 32 spaces, found 16
(#119) Variable "glyphIndexArray" must be all lower-case
(#120) Line indented incorrectly; expected 28 spaces, found 14
(#121) Line indented incorrectly; expected at least 32 spaces, found 16
(#121) Variable "glyphIndexArray" must be all lower-case
(#121) Variable "glyphId" must be all lower-case
(#121) Variable "subHeader" must be all lower-case
(#122) Line indented incorrectly; expected 28 spaces, found 14
(#123) Line indented incorrectly; expected 24 spaces, found 12
(#124) Line indented incorrectly; expected 28 spaces, found 14
(#124) Variable "subHeader" must be all lower-case
(#125) Line indented incorrectly; expected at least 32 spaces, found 16
(#126) Line indented incorrectly; expected at least 32 spaces, found 16
(#126) Variable "lowByte" must be all lower-case
(#126) Variable "subHeader" must be all lower-case
(#127) Line indented incorrectly; expected at least 32 spaces, found 16
(#127) Variable "highByte" must be all lower-case
(#127) Variable "lowByte" must be all lower-case
(#128) Line indented incorrectly; expected at least 32 spaces, found 16
(#128) Variable "glyphId" must be all lower-case
(#128) Variable "glyphIdArray" must be all lower-case
(#128) Variable "subHeader" must be all lower-case
(#129) Line indented incorrectly; expected 32 spaces, found 16
(#129) Variable "glyphId" must be all lower-case
(#130) Line indented incorrectly; expected at least 36 spaces, found 18
(#130) Variable "glyphIndexArray" must be all lower-case
(#131) Line indented incorrectly; expected 32 spaces, found 16
(#132) Line indented incorrectly; expected at least 36 spaces, found 18
(#132) Variable "glyphIndexArray" must be all lower-case
(#132) Variable "glyphId" must be all lower-case
(#132) Variable "subHeader" must be all lower-case
(#133) Line indented incorrectly; expected 32 spaces, found 16
(#134) Line indented incorrectly; expected 28 spaces, found 14
(#135) Line indented incorrectly; expected 24 spaces, found 12
(#136) Line indented incorrectly; expected 20 spaces, found 10
(#138) Line indented incorrectly; expected at least 20 spaces, found 10
(#138) Short array syntax must be used to define arrays
(#139) Line indented incorrectly; expected at least 20 spaces, found 12
(#139) Variable "subHeaderKeys" must be all lower-case
(#140) Line indented incorrectly; expected at least 20 spaces, found 12
(#140) Variable "subHeaders" must be all lower-case
(#141) Line indented incorrectly; expected at least 20 spaces, found 12
(#141) Variable "glyphIdArray" must be all lower-case
(#142) Line indented incorrectly; expected at least 20 spaces, found 12
(#142) There should be a comma after the last array item in a multi-line array.
(#142) Variable "glyphIndexArray" must be all lower-case
(#143) Line indented incorrectly; expected at least 20 spaces, found 10
(#147) Line indented incorrectly; expected 16 spaces, found 8
(#148) Line indented incorrectly; expected at least 20 spaces, found 10
(#148) Variable "subtable_v4_format" must not contain underscores.
(#150) Line indented incorrectly; expected at least 20 spaces, found 10
(#150) Variable "segCount" must be all lower-case
(#151) Line indented incorrectly; expected at least 20 spaces, found 10
(#151) Variable "segCount" must be all lower-case
(#152) Whitespace found at end of line
(#153) Line indented incorrectly; expected at least 20 spaces, found 10
(#153) Variable "endCode" must be all lower-case
(#153) Variable "segCount" must be all lower-case
(#154) Whitespace found at end of line
(#155) Line indented incorrectly; expected at least 20 spaces, found 10
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Whitespace found at end of line
(#157) Line indented incorrectly; expected at least 20 spaces, found 10
(#157) Variable "startCode" must be all lower-case
(#157) Variable "segCount" must be all lower-case
(#158) Line indented incorrectly; expected at least 20 spaces, found 10
(#158) Variable "idDelta" must be all lower-case
(#158) Variable "segCount" must be all lower-case
(#159) Whitespace found at end of line
(#160) Line indented incorrectly; expected at least 20 spaces, found 10
(#160) Variable "ro_start" must not contain underscores.
(#161) Line indented incorrectly; expected at least 20 spaces, found 10
(#161) Variable "idRangeOffset" must be all lower-case
(#161) Variable "segCount" must be all lower-case
(#162) Whitespace found at end of line
(#163) Line indented incorrectly; expected at least 20 spaces, found 10
(#163) Variable "glyphIndexArray" must be all lower-case
(#163) Short array syntax must be used to define arrays
(#164) Line indented incorrectly; expected 20 spaces, found 10
(#164) Variable "segCount" must be all lower-case
(#165) Line indented incorrectly; expected at least 24 spaces, found 12
(#165) Variable "startCode" must be all lower-case
(#166) Line indented incorrectly; expected at least 24 spaces, found 12
(#166) Variable "endCode" must be all lower-case
(#167) Line indented incorrectly; expected at least 24 spaces, found 12
(#167) Variable "idDelta" must be all lower-case
(#168) Line indented incorrectly; expected at least 24 spaces, found 12
(#168) Variable "idRangeOffset" must be all lower-case
(#169) Whitespace found at end of line
(#170) Line indented incorrectly; expected 24 spaces, found 12
(#171) Line indented incorrectly; expected at least 28 spaces, found 14
(#172) Line indented incorrectly; expected 24 spaces, found 12
(#173) Whitespace found at end of line
(#174) Line indented incorrectly; expected 24 spaces, found 12
(#175) Line indented incorrectly; expected 28 spaces, found 14
(#176) Line indented incorrectly; expected at least 32 spaces, found 16
(#177) Line indented incorrectly; expected 28 spaces, found 14
(#178) Whitespace found at end of line
(#179) Line indented incorrectly; expected 28 spaces, found 14
(#180) Line indented incorrectly; expected at least 32 spaces, found 16
(#181) Line indented incorrectly; expected 28 spaces, found 14
(#182) Line indented incorrectly; expected 28 spaces, found 14
(#182) Expected "} else {\n"; found "}\n else {\n"
(#183) Line indented incorrectly; expected at least 32 spaces, found 16
(#184) Line indented incorrectly; expected at least 32 spaces, found 16
(#184) Variable "ro_start" must not contain underscores.
(#185) Whitespace found at end of line
(#186) Line indented incorrectly; expected at least 32 spaces, found 16
(#187) Line indented incorrectly; expected 32 spaces, found 16
(#188) Line indented incorrectly; expected at least 36 spaces, found 18
(#189) Line indented incorrectly; expected 32 spaces, found 16
(#190) Whitespace found at end of line
(#191) Line indented incorrectly; expected 32 spaces, found 16
(#192) Line indented incorrectly; expected at least 36 spaces, found 18
(#193) Line indented incorrectly; expected 32 spaces, found 16
(#194) Line indented incorrectly; expected 28 spaces, found 14
(#195) Whitespace found at end of line
(#196) Line indented incorrectly; expected 28 spaces, found 14
(#197) Line indented incorrectly; expected at least 32 spaces, found 16
(#197) Variable "glyphIndexArray" must be all lower-case
(#198) Line indented incorrectly; expected 28 spaces, found 14
(#199) Line indented incorrectly; expected 24 spaces, found 12
(#200) Line indented incorrectly; expected 20 spaces, found 10
(#201) Whitespace found at end of line
(#202) Line indented incorrectly; expected at least 20 spaces, found 10
(#202) Short array syntax must be used to define arrays
(#203) Line indented incorrectly; expected at least 20 spaces, found 12
(#203) Variable "endCode" must be all lower-case
(#204) Line indented incorrectly; expected at least 20 spaces, found 12
(#204) Variable "startCode" must be all lower-case
(#205) Line indented incorrectly; expected at least 20 spaces, found 12
(#205) Variable "idDelta" must be all lower-case
(#206) Line indented incorrectly; expected at least 20 spaces, found 12
(#206) Variable "idRangeOffset" must be all lower-case
(#207) Line indented incorrectly; expected at least 20 spaces, found 12
(#207) There should be a comma after the last array item in a multi-line array.
(#207) Variable "glyphIndexArray" must be all lower-case
(#208) Line indented incorrectly; expected at least 20 spaces, found 10
(#211) Line indented incorrectly; expected 16 spaces, found 8
(#212) Line indented incorrectly; expected at least 20 spaces, found 10
(#214) Line indented incorrectly; expected at least 20 spaces, found 10
(#214) Variable "subtable_v12_format" must not contain underscores.
(#216) Line indented incorrectly; expected at least 20 spaces, found 10
(#216) Variable "glyphIndexArray" must be all lower-case
(#216) Short array syntax must be used to define arrays
(#217) Line indented incorrectly; expected at least 20 spaces, found 10
(#217) Variable "endCodes" must be all lower-case
(#217) Short array syntax must be used to define arrays
(#218) Line indented incorrectly; expected at least 20 spaces, found 10
(#218) Variable "startCodes" must be all lower-case
(#218) Short array syntax must be used to define arrays
(#220) Line indented incorrectly; expected 20 spaces, found 10
(#222) Line indented incorrectly; expected at least 24 spaces, found 12
(#222) Variable "startCode" must be all lower-case
(#222) Variable "startCodes" must be all lower-case
(#223) Line indented incorrectly; expected at least 24 spaces, found 12
(#223) Variable "endCode" must be all lower-case
(#223) Variable "endCodes" must be all lower-case
(#224) Line indented incorrectly; expected at least 24 spaces, found 12
(#224) Variable "startGlyphCode" must be all lower-case
(#226) Line indented incorrectly; expected 24 spaces, found 12
(#226) Variable "startCode" must be all lower-case
(#226) Variable "endCode" must be all lower-case
(#227) Line indented incorrectly; expected at least 28 spaces, found 14
(#227) Variable "glyphIndexArray" must be all lower-case
(#227) Variable "startGlyphCode" must be all lower-case
(#228) Line indented incorrectly; expected at least 28 spaces, found 14
(#228) Variable "startGlyphCode" must be all lower-case
(#229) Line indented incorrectly; expected 24 spaces, found 12
(#230) Line indented incorrectly; expected 20 spaces, found 10
(#232) Line indented incorrectly; expected at least 20 spaces, found 10
(#232) Short array syntax must be used to define arrays
(#233) Line indented incorrectly; expected at least 20 spaces, found 12
(#233) Variable "startCodes" must be all lower-case
(#234) Line indented incorrectly; expected at least 20 spaces, found 12
(#234) Variable "endCodes" must be all lower-case
(#235) Line indented incorrectly; expected at least 20 spaces, found 12
(#235) Variable "glyphIndexArray" must be all lower-case
(#236) Line indented incorrectly; expected at least 20 spaces, found 10
(#238) Line indented incorrectly; expected 12 spaces, found 6
(#239) Line indented incorrectly; expected 8 spaces, found 4
(#241) Line indented incorrectly; expected at least 8 spaces, found 4
(#242) Line indented incorrectly; expected 4 spaces, found 2
(#244) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#244) Missing docblock for function _encode
(#244) Line indented incorrectly; expected 4 spaces, found 2
(#244) Visibility must be declared on method "_encode"
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#247) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) Variable "glyphIndexArray" must be all lower-case
(#250) Line indented incorrectly; expected at least 8 spaces, found 4
(#250) Variable "newGlyphIndexArray" must be all lower-case
(#250) Short array syntax must be used to define arrays
(#251) Line indented incorrectly; expected 8 spaces, found 4
(#251) Variable "glyphIndexArray" must be all lower-case
(#252) Line indented incorrectly; expected at least 12 spaces, found 6
(#252) Variable "new_gid" must not contain underscores.
(#253) Line indented incorrectly; expected 12 spaces, found 6
(#253) Variable "new_gid" must not contain underscores.
(#254) Line indented incorrectly; expected at least 16 spaces, found 8
(#254) Variable "newGlyphIndexArray" must be all lower-case
(#254) Variable "new_gid" must not contain underscores.
(#255) Line indented incorrectly; expected 12 spaces, found 6
(#256) Line indented incorrectly; expected 8 spaces, found 4
(#258) Line indented incorrectly; expected at least 8 spaces, found 4
(#258) Variable "newGlyphIndexArray" must be all lower-case
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Line indented incorrectly; expected at least 8 spaces, found 4
(#260) Short array syntax must be used to define arrays
(#262) Line indented incorrectly; expected at least 8 spaces, found 4
(#263) Line indented incorrectly; expected at least 8 spaces, found 4
(#263) Variable "prevCode" must be all lower-case
(#264) Line indented incorrectly; expected at least 8 spaces, found 4
(#264) Variable "prevGid" must be all lower-case
(#266) Line indented incorrectly; expected 8 spaces, found 4
(#266) Variable "newGlyphIndexArray" must be all lower-case
(#267) Line indented incorrectly; expected 12 spaces, found 6
(#268) Line indented incorrectly; expected at least 12 spaces, found 8
(#268) Variable "prevCode" must be all lower-case
(#269) Line indented incorrectly; expected at least 12 spaces, found 8
(#269) Variable "prevGid" must be all lower-case
(#270) Line indented incorrectly; expected at least 12 spaces, found 6
(#271) Line indented incorrectly; expected at least 16 spaces, found 8
(#272) Line indented incorrectly; expected at least 16 spaces, found 8
(#272) Short array syntax must be used to define arrays
(#273) Line indented incorrectly; expected 12 spaces, found 6
(#275) Line indented incorrectly; expected at least 12 spaces, found 6
(#275) Short array syntax must be used to define arrays
(#277) Line indented incorrectly; expected at least 12 spaces, found 6
(#277) Variable "prevCode" must be all lower-case
(#278) Line indented incorrectly; expected at least 12 spaces, found 6
(#278) Variable "prevGid" must be all lower-case
(#279) Line indented incorrectly; expected 8 spaces, found 4
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Short array syntax must be used to define arrays
(#283) Line indented incorrectly; expected at least 8 spaces, found 4
(#283) Variable "startCode" must be all lower-case
(#283) Short array syntax must be used to define arrays
(#284) Line indented incorrectly; expected at least 8 spaces, found 4
(#284) Variable "endCode" must be all lower-case
(#284) Short array syntax must be used to define arrays
(#285) Line indented incorrectly; expected at least 8 spaces, found 4
(#285) Variable "idDelta" must be all lower-case
(#285) Short array syntax must be used to define arrays
(#287) Line indented incorrectly; expected 8 spaces, found 4
(#288) Line indented incorrectly; expected at least 12 spaces, found 6
(#289) Line indented incorrectly; expected at least 12 spaces, found 6
(#291) Line indented incorrectly; expected at least 12 spaces, found 6
(#291) Variable "startCode" must be all lower-case
(#292) Line indented incorrectly; expected at least 12 spaces, found 6
(#292) Variable "endCode" must be all lower-case
(#293) Line indented incorrectly; expected at least 12 spaces, found 6
(#293) Variable "idDelta" must be all lower-case
(#294) Line indented incorrectly; expected 8 spaces, found 4
(#296) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Variable "segCount" must be all lower-case
(#296) Variable "startCode" must be all lower-case
(#297) Line indented incorrectly; expected at least 8 spaces, found 4
(#297) Variable "idRangeOffset" must be all lower-case
(#297) Variable "segCount" must be all lower-case
(#299) Line indented incorrectly; expected at least 8 spaces, found 4
(#299) Variable "searchRange" must be all lower-case
(#300) Line indented incorrectly; expected at least 8 spaces, found 4
(#300) Variable "entrySelector" must be all lower-case
(#301) Line indented incorrectly; expected 8 spaces, found 4
(#301) Variable "searchRange" must be all lower-case
(#301) Variable "segCount" must be all lower-case
(#302) Line indented incorrectly; expected at least 12 spaces, found 6
(#302) Variable "searchRange" must be all lower-case
(#303) Line indented incorrectly; expected at least 12 spaces, found 6
(#303) Variable "entrySelector" must be all lower-case
(#304) Line indented incorrectly; expected 8 spaces, found 4
(#305) Line indented incorrectly; expected at least 8 spaces, found 4
(#305) Variable "searchRange" must be all lower-case
(#306) Line indented incorrectly; expected at least 8 spaces, found 4
(#306) Variable "rangeShift" must be all lower-case
(#306) Variable "segCount" must be all lower-case
(#306) Variable "searchRange" must be all lower-case
(#308) Line indented incorrectly; expected at least 8 spaces, found 4
(#308) Short array syntax must be used to define arrays
(#309) Short array syntax must be used to define arrays
(#309) Line indented incorrectly; expected at least 8 spaces, found 6
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Variable "segCount" must be all lower-case
(#320) Variable "segCount" must be all lower-case
(#321) Variable "searchRange" must be all lower-case
(#322) Variable "entrySelector" must be all lower-case
(#323) Variable "rangeShift" must be all lower-case
(#324) Variable "startCode" must be all lower-case
(#325) Variable "endCode" must be all lower-case
(#326) Variable "idDelta" must be all lower-case
(#327) Variable "idRangeOffset" must be all lower-case
(#328) Variable "newGlyphIndexArray" must be all lower-case
(#329) Line indented incorrectly; expected at least 8 spaces, found 6
(#329) There should be a comma after the last array item in a multi-line array.
(#330) Line indented incorrectly; expected at least 8 spaces, found 4
(#332) Line indented incorrectly; expected at least 8 spaces, found 4
(#332) Short array syntax must be used to define arrays
(#333) Line indented incorrectly; expected at least 8 spaces, found 6
(#334) Line indented incorrectly; expected at least 8 spaces, found 6
(#335) Line indented incorrectly; expected at least 8 spaces, found 6
(#336) Line indented incorrectly; expected at least 8 spaces, found 4
(#338) Line indented incorrectly; expected at least 8 spaces, found 4
(#338) Variable "header_format" must not contain underscores.
(#340) Line indented incorrectly; expected at least 8 spaces, found 4
(#340) Variable "subtable_headers_size" must not contain underscores.
(#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
(#340) This comment is 43% valid code; is this commented out code?
(#341) Line indented incorrectly; expected at least 8 spaces, found 4
(#341) Variable "subtable_headers_offset" must not contain underscores.
(#343) Line indented incorrectly; expected at least 8 spaces, found 4
(#343) Variable "subtable_headers_size" must not contain underscores.
(#343) Variable "subtable_headers_size" must not contain underscores.
(#345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Line indented incorrectly; expected at least 8 spaces, found 4
(#346) Line indented incorrectly; expected 8 spaces, found 4
(#347) Line indented incorrectly; expected at least 12 spaces, found 6
(#347) Variable "length_before" must not contain underscores.
(#348) Line indented incorrectly; expected at least 12 spaces, found 6
(#350) Line indented incorrectly; expected at least 12 spaces, found 6
(#352) Line indented incorrectly; expected at least 12 spaces, found 6
(#352) Variable "before_subheader" must not contain underscores.
(#353) Line indented incorrectly; expected at least 12 spaces, found 6
(#353) Variable "subtable_v4_format" must not contain underscores.
(#355) Line indented incorrectly; expected at least 12 spaces, found 6
(#355) Variable "segCount" must be all lower-case
(#356) Line indented incorrectly; expected at least 12 spaces, found 6
(#356) Short array syntax must be used to define arrays
(#356) Variable "segCount" must be all lower-case
(#357) Line indented incorrectly; expected at least 12 spaces, found 6
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Line indented incorrectly; expected at least 12 spaces, found 6
(#358) Short array syntax must be used to define arrays
(#358) Variable "segCount" must be all lower-case
(#359) Line indented incorrectly; expected at least 12 spaces, found 6
(#359) Short array syntax must be used to define arrays
(#359) Variable "segCount" must be all lower-case
(#360) Line indented incorrectly; expected at least 12 spaces, found 6
(#360) Short array syntax must be used to define arrays
(#360) Variable "segCount" must be all lower-case
(#361) Line indented incorrectly; expected at least 12 spaces, found 6
(#361) Short array syntax must be used to define arrays
(#361) Variable "segCount" must be all lower-case
(#363) Line indented incorrectly; expected at least 12 spaces, found 6
(#363) Variable "after_subtable" must not contain underscores.
(#365) Line indented incorrectly; expected at least 12 spaces, found 6
(#365) Variable "length_before" must not contain underscores.
(#366) Line indented incorrectly; expected at least 12 spaces, found 6
(#366) Variable "before_subheader" must not contain underscores.
(#367) Line indented incorrectly; expected at least 12 spaces, found 6
(#367) Variable "subtable_v4_format" must not contain underscores.
(#369) Line indented incorrectly; expected at least 12 spaces, found 6
(#369) Variable "after_subtable" must not contain underscores.
(#370) Line indented incorrectly; expected 8 spaces, found 4
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Line indented incorrectly; expected at least 8 spaces, found 4
(#373) Line indented incorrectly; expected at least 8 spaces, found 4
(#373) Variable "subtable_headers_offset" must not contain underscores.
(#374) Line indented incorrectly; expected 8 spaces, found 4
(#375) Line indented incorrectly; expected at least 12 spaces, found 6
(#375) Variable "subtable_header_format" must not contain underscores.
(#376) Line indented incorrectly; expected 8 spaces, found 4
(#378) Line indented incorrectly; expected at least 8 spaces, found 4
(#379) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cvt.php
(#1) No one-line description found in phpdocs for docblock of file cvt.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file cvt.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Member variable "rawData" must be all lower-case
(#18) Line indented incorrectly; expected 4 spaces, found 2
(#18) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#18) Missing docblock for function _parse
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Line indented incorrectly; expected at least 8 spaces, found 4
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#23) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#23) Missing docblock for function _encode
(#23) Line indented incorrectly; expected 4 spaces, found 2
(#23) Visibility must be declared on method "_encode"
(#24) Line indented incorrectly; expected at least 8 spaces, found 4
(#25) Line indented incorrectly; expected 4 spaces, found 2
(#26) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/fpgm.php
(#1) No one-line description found in phpdocs for docblock of file fpgm.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file fpgm.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Member variable "rawData" must be all lower-case
(#18) Line indented incorrectly; expected 4 spaces, found 2
(#18) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#18) Missing docblock for function _parse
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Line indented incorrectly; expected at least 8 spaces, found 4
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#23) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#23) Missing docblock for function _encode
(#23) Line indented incorrectly; expected 4 spaces, found 2
(#23) Visibility must be declared on method "_encode"
(#24) Line indented incorrectly; expected at least 8 spaces, found 4
(#25) Line indented incorrectly; expected 4 spaces, found 2
(#26) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/glyf.php
(#1) No one-line description found in phpdocs for docblock of file glyf.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file glyf.php. Expected local_dompdf, found php-font-lib.
(#21) Line indented incorrectly; expected 4 spaces, found 2
(#21) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#21) Missing docblock for function _parse
(#22) Line indented incorrectly; expected at least 8 spaces, found 4
(#23) Line indented incorrectly; expected at least 8 spaces, found 4
(#25) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Variable "real_loca" must not contain underscores.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#28) Short array syntax must be used to define arrays
(#30) Line indented incorrectly; expected 8 spaces, found 4
(#30) Variable "real_loca" must not contain underscores.
(#31) Line indented incorrectly; expected at least 12 spaces, found 6
(#31) Variable "_offset" must not contain underscores.
(#32) Line indented incorrectly; expected at least 12 spaces, found 6
(#32) Variable "_size" must not contain underscores.
(#33) Line indented incorrectly; expected at least 12 spaces, found 6
(#33) Variable "_offset" must not contain underscores.
(#33) Variable "_size" must not contain underscores.
(#34) Line indented incorrectly; expected 8 spaces, found 4
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Missing docblock for function getGlyphIDs
(#39) Public method name "glyf::getGlyphIDs" must be in lower-case letters only
(#39) Short array syntax must be used to define arrays
(#40) Line indented incorrectly; expected at least 8 spaces, found 4
(#40) Variable "glyphIDs" must be all lower-case
(#40) Short array syntax must be used to define arrays
(#42) Line indented incorrectly; expected 8 spaces, found 4
(#42) Variable "_gid" must not contain underscores.
(#43) Line indented incorrectly; expected at least 12 spaces, found 6
(#43) Variable "_glyph" must not contain underscores.
(#43) Variable "_gid" must not contain underscores.
(#44) Line indented incorrectly; expected at least 12 spaces, found 6
(#44) Variable "glyphIDs" must be all lower-case
(#44) Variable "glyphIDs" must be all lower-case
(#44) Variable "_glyph" must not contain underscores.
(#45) Line indented incorrectly; expected 8 spaces, found 4
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#47) Variable "glyphIDs" must be all lower-case
(#48) Line indented incorrectly; expected 4 spaces, found 2
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#50) Missing docblock for function toHTML
(#50) Public method name "glyf::toHTML" must be in lower-case letters only
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Variable "head_json" must not contain underscores.
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Variable "os2_json" must not contain underscores.
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Variable "hmtx_json" must not contain underscores.
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Variable "glyphIndexArray" must be all lower-case
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Line indented incorrectly; expected 8 spaces, found 4
(#71) Line indented incorrectly; expected at least 12 spaces, found 6
(#72) Line indented incorrectly; expected at least 12 spaces, found 6
(#73) Line indented incorrectly; expected at least 12 spaces, found 6
(#74) Line indented incorrectly; expected 8 spaces, found 4
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "head_json" must not contain underscores.
(#84) Variable "os2_json" must not contain underscores.
(#85) Variable "hmtx_json" must not contain underscores.
(#90) Line indented incorrectly; expected 8 spaces, found 4
(#91) Line indented incorrectly; expected 12 spaces, found 6
(#92) Line indented incorrectly; expected at least 16 spaces, found 8
(#93) Line indented incorrectly; expected 12 spaces, found 6
(#95) Line indented incorrectly; expected at least 12 spaces, found 6
(#97) Line indented incorrectly; expected at least 12 spaces, found 6
(#97) Short array syntax must be used to define arrays
(#98) Line indented incorrectly; expected at least 12 spaces, found 8
(#99) Line indented incorrectly; expected at least 12 spaces, found 8
(#100) Line indented incorrectly; expected at least 12 spaces, found 8
(#101) Line indented incorrectly; expected at least 12 spaces, found 8
(#102) Line indented incorrectly; expected at least 12 spaces, found 8
(#103) Line indented incorrectly; expected at least 12 spaces, found 6
(#104) Line indented incorrectly; expected at least 12 spaces, found 6
(#104) Variable "shape_json" must not contain underscores.
(#106) Line indented incorrectly; expected at least 12 spaces, found 6
(#107) Line indented incorrectly; expected at least 12 spaces, found 6
(#107) Variable "glyphIndexArray" must be all lower-case
(#107) Variable "glyphIndexArray" must be all lower-case
(#108) Line indented incorrectly; expected at least 12 spaces, found 6
(#109) Line indented incorrectly; expected at least 12 spaces, found 6
(#109) Variable "glyphIndexArray" must be all lower-case
(#111) Line indented incorrectly; expected 12 spaces, found 6
(#112) Line indented incorrectly; expected at least 16 spaces, found 8
(#113) Line indented incorrectly; expected at least 16 spaces, found 8
(#114) Line indented incorrectly; expected 12 spaces, found 6
(#116) Line indented incorrectly; expected at least 12 spaces, found 6
(#122) Line indented incorrectly; expected 12 spaces, found 6
(#123) Line indented incorrectly; expected 16 spaces, found 8
(#123) Variable "_id" must not contain underscores.
(#124) Line indented incorrectly; expected at least 20 spaces, found 10
(#124) Variable "_id" must not contain underscores.
(#124) Variable "_id" must not contain underscores.
(#125) Line indented incorrectly; expected 16 spaces, found 8
(#126) Line indented incorrectly; expected 12 spaces, found 6
(#128) Line indented incorrectly; expected at least 12 spaces, found 6
(#131) Variable "shape_json" must not contain underscores.
(#132) Line indented incorrectly; expected 8 spaces, found 4
(#134) Line indented incorrectly; expected at least 8 spaces, found 4
(#135) Line indented incorrectly; expected 4 spaces, found 2
(#138) Line indented incorrectly; expected 4 spaces, found 2
(#138) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#138) Missing docblock for function _encode
(#139) Line indented incorrectly; expected at least 8 spaces, found 4
(#140) Line indented incorrectly; expected at least 8 spaces, found 4
(#141) Line indented incorrectly; expected at least 8 spaces, found 4
(#143) Line indented incorrectly; expected at least 8 spaces, found 4
(#143) Short array syntax must be used to define arrays
(#145) Line indented incorrectly; expected at least 8 spaces, found 4
(#146) Line indented incorrectly; expected 8 spaces, found 4
(#147) Line indented incorrectly; expected at least 12 spaces, found 6
(#149) Line indented incorrectly; expected at least 12 spaces, found 6
(#151) Line indented incorrectly; expected at least 12 spaces, found 6
(#152) Line indented incorrectly; expected at least 12 spaces, found 6
(#153) Line indented incorrectly; expected 12 spaces, found 6
(#154) Line indented incorrectly; expected at least 16 spaces, found 8
(#155) Line indented incorrectly; expected at least 16 spaces, found 8
(#156) Line indented incorrectly; expected 12 spaces, found 6
(#157) Line indented incorrectly; expected at least 12 spaces, found 6
(#158) Line indented incorrectly; expected 8 spaces, found 4
(#160) Line indented incorrectly; expected at least 8 spaces, found 4
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 8 spaces, found 4
(#163) Line indented incorrectly; expected at least 8 spaces, found 4
(#164) Line indented incorrectly; expected 4 spaces, found 2
(#165) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/head.php
(#1) No one-line description found in phpdocs for docblock of file head.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file head.php. Expected local_dompdf, found php-font-lib.
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected 4 spaces, found 2
(#38) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#38) Missing docblock for function _parse
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected 8 spaces, found 4
(#42) Line indented incorrectly; expected at least 12 spaces, found 6
(#43) Line indented incorrectly; expected 8 spaces, found 4
(#44) Line indented incorrectly; expected 4 spaces, found 2
(#46) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#46) Missing docblock for function _encode
(#46) Line indented incorrectly; expected 4 spaces, found 2
(#46) Visibility must be declared on method "_encode"
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Line indented incorrectly; expected 4 spaces, found 2
(#50) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hhea.php
(#1) No one-line description found in phpdocs for docblock of file hhea.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file hhea.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#37) Missing docblock for function _encode
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#37) Visibility must be declared on method "_encode"
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected at least 8 spaces, found 4
(#42) Line indented incorrectly; expected 4 spaces, found 2
(#43) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hmtx.php
(#1) No one-line description found in phpdocs for docblock of file hmtx.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file hmtx.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected 4 spaces, found 2
(#17) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#17) Missing docblock for function _parse
(#18) Line indented incorrectly; expected at least 8 spaces, found 4
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Variable "numOfLongHorMetrics" must be all lower-case
(#22) Line indented incorrectly; expected at least 8 spaces, found 4
(#22) Variable "numGlyphs" must be all lower-case
(#24) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Short array syntax must be used to define arrays
(#27) Line indented incorrectly; expected at least 8 spaces, found 4
(#27) Variable "numOfLongHorMetrics" must be all lower-case
(#28) Line indented incorrectly; expected 8 spaces, found 4
(#28) Variable "numOfLongHorMetrics" must be all lower-case
(#29) Line indented incorrectly; expected at least 12 spaces, found 6
(#29) Variable "advanceWidth" must be all lower-case
(#30) Line indented incorrectly; expected at least 12 spaces, found 6
(#31) Line indented incorrectly; expected at least 12 spaces, found 6
(#31) Variable "leftSideBearing" must be all lower-case
(#32) Line indented incorrectly; expected at least 12 spaces, found 6
(#33) Line indented incorrectly; expected at least 12 spaces, found 6
(#33) Short array syntax must be used to define arrays
(#33) Variable "advanceWidth" must be all lower-case
(#33) Variable "leftSideBearing" must be all lower-case
(#34) Line indented incorrectly; expected 8 spaces, found 4
(#36) Line indented incorrectly; expected 8 spaces, found 4
(#36) Variable "numOfLongHorMetrics" must be all lower-case
(#36) Variable "numGlyphs" must be all lower-case
(#37) Line indented incorrectly; expected at least 12 spaces, found 6
(#37) Variable "lastWidth" must be all lower-case
(#38) Line indented incorrectly; expected at least 12 spaces, found 6
(#38) Variable "numLeft" must be all lower-case
(#38) Variable "numGlyphs" must be all lower-case
(#38) Variable "numOfLongHorMetrics" must be all lower-case
(#39) Line indented incorrectly; expected at least 12 spaces, found 6
(#39) Variable "numLeft" must be all lower-case
(#40) Line indented incorrectly; expected 12 spaces, found 6
(#40) Expected "for (...) {\n"; found "for(...) {\n"
(#40) Variable "numLeft" must be all lower-case
(#41) Line indented incorrectly; expected at least 16 spaces, found 8
(#41) Variable "numOfLongHorMetrics" must be all lower-case
(#42) Line indented incorrectly; expected at least 16 spaces, found 8
(#42) Variable "leftSideBearing" must be all lower-case
(#43) Line indented incorrectly; expected at least 16 spaces, found 8
(#43) Short array syntax must be used to define arrays
(#43) Variable "lastWidth" must be all lower-case
(#43) Variable "leftSideBearing" must be all lower-case
(#44) Line indented incorrectly; expected 12 spaces, found 6
(#45) Line indented incorrectly; expected 8 spaces, found 4
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#48) Line indented incorrectly; expected 4 spaces, found 2
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#50) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#50) Missing docblock for function _encode
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Line indented incorrectly; expected 8 spaces, found 4
(#58) Line indented incorrectly; expected at least 12 spaces, found 6
(#59) Line indented incorrectly; expected at least 12 spaces, found 6
(#60) Line indented incorrectly; expected 8 spaces, found 4
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Line indented incorrectly; expected 4 spaces, found 2
(#64) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/kern.php
(#1) No one-line description found in phpdocs for docblock of file kern.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file kern.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected 4 spaces, found 2
(#17) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#17) Missing docblock for function _parse
(#18) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Short array syntax must be used to define arrays
(#21) Line indented incorrectly; expected at least 8 spaces, found 6
(#22) Line indented incorrectly; expected at least 8 spaces, found 6
(#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
(#24) Line indented incorrectly; expected at least 8 spaces, found 6
(#25) Line indented incorrectly; expected at least 8 spaces, found 6
(#26) Line indented incorrectly; expected at least 8 spaces, found 6
(#27) Line indented incorrectly; expected at least 8 spaces, found 6
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Short array syntax must be used to define arrays
(#34) Line indented incorrectly; expected 8 spaces, found 4
(#35) Line indented incorrectly; expected 12 spaces, found 6
(#36) Line indented incorrectly; expected at least 16 spaces, found 8
(#36) Short array syntax must be used to define arrays
(#37) Line indented incorrectly; expected at least 16 spaces, found 10
(#38) Line indented incorrectly; expected at least 16 spaces, found 10
(#39) Line indented incorrectly; expected at least 16 spaces, found 10
(#40) Line indented incorrectly; expected at least 16 spaces, found 10
(#41) Line indented incorrectly; expected at least 16 spaces, found 8
(#43) Line indented incorrectly; expected at least 22 spaces, found 8
(#43) Short array syntax must be used to define arrays
(#44) Line indented incorrectly; expected at least 22 spaces, found 8
(#44) Short array syntax must be used to define arrays
(#46) Line indented incorrectly; expected at least 22 spaces, found 8
(#47) Line indented incorrectly; expected 22 spaces, found 8
(#48) Line indented incorrectly; expected at least 26 spaces, found 10
(#49) Line indented incorrectly; expected at least 26 spaces, found 10
(#50) Line indented incorrectly; expected at least 26 spaces, found 10
(#52) Line indented incorrectly; expected 26 spaces, found 10
(#53) Line indented incorrectly; expected at least 30 spaces, found 12
(#54) Line indented incorrectly; expected 26 spaces, found 10
(#56) Line indented incorrectly; expected at least 26 spaces, found 10
(#56) Short array syntax must be used to define arrays
(#57) Line indented incorrectly; expected at least 26 spaces, found 12
(#58) Line indented incorrectly; expected at least 26 spaces, found 12
(#59) Line indented incorrectly; expected at least 26 spaces, found 12
(#60) Line indented incorrectly; expected at least 26 spaces, found 10
(#62) Line indented incorrectly; expected at least 26 spaces, found 10
(#63) Line indented incorrectly; expected 22 spaces, found 8
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) This comment is 78% valid code; is this commented out code?
(#65) Line indented incorrectly; expected at least 22 spaces, found 8
(#65) No space found before comment text; expected "// $subtable["pairs"] = $pairs;" but found "//$subtable["pairs"] = $pairs;"
(#66) Line indented incorrectly; expected at least 22 spaces, found 8
(#69) Line indented incorrectly; expected 12 spaces, found 6
(#70) Line indented incorrectly; expected 12 spaces, found 6
(#71) Line indented incorrectly; expected 12 spaces, found 6
(#73) Line indented incorrectly; expected 8 spaces, found 4
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#79) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/loca.php
(#1) No one-line description found in phpdocs for docblock of file loca.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file loca.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected 4 spaces, found 2
(#17) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#17) Missing docblock for function _parse
(#18) Line indented incorrectly; expected at least 8 spaces, found 4
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Variable "indexToLocFormat" must be all lower-case
(#22) Line indented incorrectly; expected at least 8 spaces, found 4
(#22) Variable "numGlyphs" must be all lower-case
(#24) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Short array syntax must be used to define arrays
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Line indented incorrectly; expected 8 spaces, found 4
(#29) Variable "indexToLocFormat" must be all lower-case
(#30) Line indented incorrectly; expected at least 12 spaces, found 6
(#30) Variable "numGlyphs" must be all lower-case
(#31) Line indented incorrectly; expected at least 12 spaces, found 6
(#33) Line indented incorrectly; expected 12 spaces, found 6
(#33) Variable "numGlyphs" must be all lower-case
(#34) Line indented incorrectly; expected at least 16 spaces, found 8
(#34) Expected 1 space after "?"; 2 found
(#35) Line indented incorrectly; expected 12 spaces, found 6
(#36) Line indented incorrectly; expected 8 spaces, found 4
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Line indented incorrectly; expected 8 spaces, found 4
(#39) Expected "} else {\n"; found "}\n\n // 4 bytes\n else {\n"
(#40) Line indented incorrectly; expected 12 spaces, found 6
(#40) Variable "indexToLocFormat" must be all lower-case
(#41) Line indented incorrectly; expected at least 16 spaces, found 8
(#41) Variable "numGlyphs" must be all lower-case
(#42) Line indented incorrectly; expected at least 16 spaces, found 8
(#44) Line indented incorrectly; expected 16 spaces, found 8
(#44) Variable "numGlyphs" must be all lower-case
(#45) Line indented incorrectly; expected at least 20 spaces, found 10
(#46) Line indented incorrectly; expected 16 spaces, found 8
(#47) Line indented incorrectly; expected 12 spaces, found 6
(#48) Line indented incorrectly; expected 8 spaces, found 4
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Line indented incorrectly; expected 4 spaces, found 2
(#53) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#53) Missing docblock for function _encode
(#53) Line indented incorrectly; expected 4 spaces, found 2
(#53) Visibility must be declared on method "_encode"
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Variable "indexToLocFormat" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Variable "numGlyphs" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Line indented incorrectly; expected 8 spaces, found 4
(#62) Variable "indexToLocFormat" must be all lower-case
(#63) Line indented incorrectly; expected 12 spaces, found 6
(#63) Variable "numGlyphs" must be all lower-case
(#64) Line indented incorrectly; expected at least 16 spaces, found 8
(#65) Line indented incorrectly; expected 12 spaces, found 6
(#66) Line indented incorrectly; expected 8 spaces, found 4
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Line indented incorrectly; expected 8 spaces, found 4
(#69) Expected "} else {\n"; found "}\n\n // 4 bytes\n else {\n"
(#70) Line indented incorrectly; expected 12 spaces, found 6
(#70) Variable "indexToLocFormat" must be all lower-case
(#71) Line indented incorrectly; expected 16 spaces, found 8
(#71) Variable "numGlyphs" must be all lower-case
(#72) Line indented incorrectly; expected at least 20 spaces, found 10
(#73) Line indented incorrectly; expected 16 spaces, found 8
(#74) Line indented incorrectly; expected 12 spaces, found 6
(#75) Line indented incorrectly; expected 8 spaces, found 4
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#79) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/maxp.php
(#1) No one-line description found in phpdocs for docblock of file maxp.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file maxp.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#35) Missing docblock for function _encode
(#35) Line indented incorrectly; expected 4 spaces, found 2
(#35) Visibility must be declared on method "_encode"
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#37) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#40) Line indented incorrectly; expected 4 spaces, found 2
(#41) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/name.php
(#1) No one-line description found in phpdocs for docblock of file name.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file name.php. Expected local_dompdf, found php-font-lib.
(#19) Line indented incorrectly; expected 4 spaces, found 2
(#19) Missing member variable doc comment
(#19) Member variable "header_format" must not contain underscores.
(#19) Short array syntax must be used to define arrays
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Missing docblock for constant name::NAME_COPYRIGHT
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#26) Missing docblock for constant name::NAME_NAME
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#27) Missing docblock for constant name::NAME_SUBFAMILY
(#27) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Missing docblock for constant name::NAME_SUBFAMILY_ID
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Missing docblock for constant name::NAME_FULL_NAME
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Missing docblock for constant name::NAME_VERSION
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Missing docblock for constant name::NAME_POSTSCRIPT_NAME
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Missing docblock for constant name::NAME_TRADEMARK
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Missing docblock for constant name::NAME_MANUFACTURER
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Missing docblock for constant name::NAME_DESIGNER
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Missing docblock for constant name::NAME_DESCRIPTION
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) Missing docblock for constant name::NAME_VENDOR_URL
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Missing docblock for constant name::NAME_DESIGNER_URL
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Missing docblock for constant name::NAME_LICENSE
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Missing docblock for constant name::NAME_LICENSE_URL
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Missing docblock for constant name::NAME_PREFERRE_FAMILY
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Missing docblock for constant name::NAME_PREFERRE_SUBFAMILY
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Missing docblock for constant name::NAME_COMPAT_FULL_NAME
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Missing docblock for constant name::NAME_SAMPLE_TEXT
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Missing member variable doc comment
(#45) Member variable "nameIdCodes" must be all lower-case
(#45) Scope modifier not specified for member variable "$nameIdCodes"
(#45) Short array syntax must be used to define arrays
(#66) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Missing member variable doc comment
(#68) Scope modifier not specified for member variable "$platforms"
(#68) Short array syntax must be used to define arrays
(#73) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Missing member variable doc comment
(#75) Member variable "platformSpecific" must be all lower-case
(#75) Scope modifier not specified for member variable "$platformSpecific"
(#75) Short array syntax must be used to define arrays
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Short array syntax must be used to define arrays
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Short array syntax must be used to define arrays
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Short array syntax must be used to define arrays
(#129) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#130) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#131) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#134) Line indented incorrectly; expected at least 4 spaces, found 2
(#136) Line indented incorrectly; expected 4 spaces, found 2
(#136) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#136) Missing docblock for function _parse
(#137) Line indented incorrectly; expected at least 8 spaces, found 4
(#139) Line indented incorrectly; expected at least 8 spaces, found 4
(#139) Variable "tableOffset" must be all lower-case
(#141) Line indented incorrectly; expected at least 8 spaces, found 4
(#141) Variable "header_format" must not contain underscores.
(#143) Line indented incorrectly; expected at least 8 spaces, found 4
(#143) Short array syntax must be used to define arrays
(#144) Line indented incorrectly; expected 8 spaces, found 4
(#145) Line indented incorrectly; expected at least 12 spaces, found 6
(#146) Line indented incorrectly; expected at least 12 spaces, found 6
(#146) Variable "record_data" must not contain underscores.
(#147) Line indented incorrectly; expected at least 12 spaces, found 6
(#147) Variable "record_data" must not contain underscores.
(#149) Line indented incorrectly; expected at least 12 spaces, found 6
(#150) Line indented incorrectly; expected 8 spaces, found 4
(#152) Line indented incorrectly; expected at least 8 spaces, found 4
(#152) Variable "system_encodings" must not contain underscores.
(#153) Line indented incorrectly; expected at least 8 spaces, found 4
(#153) Variable "system_encodings" must not contain underscores.
(#153) Variable "system_encodings" must not contain underscores.
(#154) Whitespace found at end of line
(#155) Line indented incorrectly; expected at least 8 spaces, found 4
(#155) Short array syntax must be used to define arrays
(#156) Line indented incorrectly; expected 8 spaces, found 4
(#157) Line indented incorrectly; expected at least 12 spaces, found 6
(#157) Variable "tableOffset" must be all lower-case
(#158) Line indented incorrectly; expected at least 12 spaces, found 6
(#160) Line indented incorrectly; expected at least 12 spaces, found 6
(#161) Line indented incorrectly; expected 12 spaces, found 6
(#162) Line indented incorrectly; expected 16 spaces, found 8
(#163) Line indented incorrectly; expected 20 spaces, found 10
(#164) Line indented incorrectly; expected 24 spaces, found 12
(#165) Line indented incorrectly; expected 28 spaces, found 14
(#165) Variable "system_encodings" must not contain underscores.
(#166) Line indented incorrectly; expected at least 32 spaces, found 16
(#167) Line indented incorrectly; expected 28 spaces, found 14
(#169) Line indented incorrectly; expected 24 spaces, found 12
(#170) Line indented incorrectly; expected 28 spaces, found 14
(#170) Variable "system_encodings" must not contain underscores.
(#171) Line indented incorrectly; expected at least 32 spaces, found 16
(#172) Line indented incorrectly; expected 28 spaces, found 14
(#174) Line indented incorrectly; expected 24 spaces, found 12
(#175) Line indented incorrectly; expected 28 spaces, found 14
(#175) Variable "system_encodings" must not contain underscores.
(#176) Line indented incorrectly; expected at least 32 spaces, found 16
(#177) Line indented incorrectly; expected 28 spaces, found 14
(#179) Line indented incorrectly; expected 24 spaces, found 12
(#180) Line indented incorrectly; expected 28 spaces, found 14
(#180) Variable "system_encodings" must not contain underscores.
(#181) Line indented incorrectly; expected at least 32 spaces, found 16
(#182) Line indented incorrectly; expected 28 spaces, found 14
(#184) Line indented incorrectly; expected 20 spaces, found 10
(#186) Line indented incorrectly; expected 12 spaces, found 6
(#187) Line indented incorrectly; expected 12 spaces, found 6
(#188) Line indented incorrectly; expected at least 16 spaces, found 8
(#189) Line indented incorrectly; expected 12 spaces, found 6
(#191) Line indented incorrectly; expected at least 12 spaces, found 6
(#192) Line indented incorrectly; expected 12 spaces, found 6
(#193) Line indented incorrectly; expected at least 16 spaces, found 8
(#194) Line indented incorrectly; expected 12 spaces, found 6
(#195) Line indented incorrectly; expected at least 12 spaces, found 6
(#196) Line indented incorrectly; expected 8 spaces, found 4
(#198) Line indented incorrectly; expected at least 8 spaces, found 4
(#200) Line indented incorrectly; expected at least 8 spaces, found 4
(#201) Line indented incorrectly; expected 4 spaces, found 2
(#203) Line indented incorrectly; expected 4 spaces, found 2
(#203) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#203) Missing docblock for function _encode
(#204) Line indented incorrectly; expected at least 8 spaces, found 4
(#206) Line indented incorrectly; expected at least 8 spaces, found 4
(#207) Line indented incorrectly; expected at least 8 spaces, found 4
(#208) Line indented incorrectly; expected at least 8 spaces, found 4
(#208) Variable "count_records" must not contain underscores.
(#210) Line indented incorrectly; expected at least 8 spaces, found 4
(#210) Variable "count_records" must not contain underscores.
(#211) Line indented incorrectly; expected at least 8 spaces, found 4
(#211) Variable "count_records" must not contain underscores.
(#213) Line indented incorrectly; expected at least 8 spaces, found 4
(#213) Variable "header_format" must not contain underscores.
(#215) Line indented incorrectly; expected at least 8 spaces, found 4
(#217) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Variable "records_to_encode" must not contain underscores.
(#218) Short array syntax must be used to define arrays
(#219) Line indented incorrectly; expected 8 spaces, found 4
(#220) Line indented incorrectly; expected at least 12 spaces, found 6
(#220) Variable "encoded_record" must not contain underscores.
(#221) Line indented incorrectly; expected at least 12 spaces, found 6
(#221) Variable "encoded_record" must not contain underscores.
(#222) Line indented incorrectly; expected at least 12 spaces, found 6
(#222) Variable "encoded_record" must not contain underscores.
(#223) Line indented incorrectly; expected at least 12 spaces, found 6
(#223) Variable "encoded_record" must not contain underscores.
(#224) Line indented incorrectly; expected at least 12 spaces, found 6
(#224) Variable "encoded_record" must not contain underscores.
(#225) Line indented incorrectly; expected at least 12 spaces, found 6
(#225) Variable "encoded_record" must not contain underscores.
(#226) Line indented incorrectly; expected at least 12 spaces, found 6
(#226) Variable "encoded_record" must not contain underscores.
(#227) Line indented incorrectly; expected at least 12 spaces, found 6
(#227) Variable "encoded_record" must not contain underscores.
(#227) Variable "encoded_record" must not contain underscores.
(#228) Line indented incorrectly; expected at least 12 spaces, found 6
(#228) Variable "records_to_encode" must not contain underscores.
(#228) Variable "encoded_record" must not contain underscores.
(#230) Line indented incorrectly; expected at least 12 spaces, found 6
(#230) Variable "encoded_record" must not contain underscores.
(#231) Line indented incorrectly; expected at least 12 spaces, found 6
(#231) Variable "encoded_record" must not contain underscores.
(#232) Line indented incorrectly; expected 8 spaces, found 4
(#234) Line indented incorrectly; expected 8 spaces, found 4
(#234) Variable "records_to_encode" must not contain underscores.
(#235) Line indented incorrectly; expected at least 12 spaces, found 6
(#236) Line indented incorrectly; expected at least 12 spaces, found 6
(#237) Line indented incorrectly; expected 8 spaces, found 4
(#239) Line indented incorrectly; expected at least 8 spaces, found 4
(#240) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/nameRecord.php
(#1) No one-line description found in phpdocs for docblock of file nameRecord.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file nameRecord.php. Expected local_dompdf, found php-font-lib.
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing member variable doc comment
(#18) Member variable "platformID" must be all lower-case
(#19) Line indented incorrectly; expected at least 4 spaces, found 2
(#19) Missing member variable doc comment
(#19) Member variable "platformSpecificID" must be all lower-case
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Missing member variable doc comment
(#20) Member variable "languageID" must be all lower-case
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#21) Missing member variable doc comment
(#21) Member variable "nameID" must be all lower-case
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#22) Missing member variable doc comment
(#23) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Missing member variable doc comment
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Missing member variable doc comment
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Missing member variable doc comment
(#25) Member variable "stringRaw" must be all lower-case
(#27) Line indented incorrectly; expected 4 spaces, found 2
(#27) Missing member variable doc comment
(#27) Short array syntax must be used to define arrays
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) Line indented incorrectly; expected 4 spaces, found 2
(#36) Missing docblock for function map
(#37) Line indented incorrectly; expected 8 spaces, found 4
(#38) Line indented incorrectly; expected at least 12 spaces, found 6
(#39) Line indented incorrectly; expected 8 spaces, found 4
(#40) Line indented incorrectly; expected 4 spaces, found 2
(#42) Line indented incorrectly; expected 4 spaces, found 2
(#42) Missing docblock for function getUTF8
(#42) Public method name "nameRecord::getUTF8" must be in lower-case letters only
(#43) Line indented incorrectly; expected at least 8 spaces, found 4
(#44) Line indented incorrectly; expected 4 spaces, found 2
(#46) Line indented incorrectly; expected 4 spaces, found 2
(#46) Missing docblock for function getUTF16
(#46) Public method name "nameRecord::getUTF16" must be in lower-case letters only
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#48) Line indented incorrectly; expected 4 spaces, found 2
(#50) Missing docblock for function __toString
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#50) Visibility must be declared on method "__toString"
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected 4 spaces, found 2
(#53) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/os2.php
(#1) No one-line description found in phpdocs for docblock of file os2.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file os2.php. Expected local_dompdf, found php-font-lib.
(#17) Line indented incorrectly; expected at least 4 spaces, found 2
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/post.php
(#1) No one-line description found in phpdocs for docblock of file post.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file post.php. Expected local_dompdf, found php-font-lib.
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected 4 spaces, found 2
(#30) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#30) Missing docblock for function _parse
(#31) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Line indented incorrectly; expected at least 8 spaces, found 4
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#34) Short array syntax must be used to define arrays
(#36) Line indented incorrectly; expected 8 spaces, found 4
(#37) Line indented incorrectly; expected 12 spaces, found 6
(#38) Line indented incorrectly; expected at least 16 spaces, found 8
(#38) Variable "macCharNames" must be all lower-case
(#41) Line indented incorrectly; expected 12 spaces, found 6
(#42) Line indented incorrectly; expected at least 16 spaces, found 8
(#44) Line indented incorrectly; expected at least 16 spaces, found 8
(#44) Variable "glyphNameIndex" must be all lower-case
(#46) Line indented incorrectly; expected at least 16 spaces, found 8
(#46) Variable "glyphNameIndex" must be all lower-case
(#48) Line indented incorrectly; expected at least 16 spaces, found 8
(#48) Variable "namesPascal" must be all lower-case
(#48) Short array syntax must be used to define arrays
(#49) Line indented incorrectly; expected 16 spaces, found 8
(#50) Line indented incorrectly; expected at least 20 spaces, found 10
(#51) Line indented incorrectly; expected at least 20 spaces, found 10
(#51) Variable "namesPascal" must be all lower-case
(#52) Line indented incorrectly; expected 16 spaces, found 8
(#54) Line indented incorrectly; expected 16 spaces, found 8
(#54) Variable "glyphNameIndex" must be all lower-case
(#55) Line indented incorrectly; expected 20 spaces, found 10
(#56) Line indented incorrectly; expected at least 24 spaces, found 12
(#56) Variable "macCharNames" must be all lower-case
(#57) Line indented incorrectly; expected 20 spaces, found 10
(#58) Line indented incorrectly; expected 20 spaces, found 10
(#58) Expected "} else {\n"; found "}\n else {\n"
(#59) Line indented incorrectly; expected 24 spaces, found 12
(#59) Variable "namesPascal" must be all lower-case
(#60) Line indented incorrectly; expected at least 28 spaces, found 14
(#60) Variable "namesPascal" must be all lower-case
(#61) Line indented incorrectly; expected 24 spaces, found 12
(#62) Line indented incorrectly; expected 20 spaces, found 10
(#63) Line indented incorrectly; expected 16 spaces, found 8
(#67) Line indented incorrectly; expected 12 spaces, found 6
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 16 spaces, found 8
(#71) Line indented incorrectly; expected 12 spaces, found 6
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Line indented incorrectly; expected at least 16 spaces, found 8
(#75) Line indented incorrectly; expected 12 spaces, found 6
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 16 spaces, found 8
(#78) Line indented incorrectly; expected 8 spaces, found 4
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Line indented incorrectly; expected 4 spaces, found 2
(#85) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#85) Missing docblock for function _encode
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#85) Visibility must be declared on method "_encode"
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) This comment is 61% valid code; is this commented out code?
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Line indented incorrectly; expected at least 8 spaces, found 6
(#99) Line indented incorrectly; expected at least 8 spaces, found 6
(#101) Line indented incorrectly; expected at least 8 spaces, found 6
(#125) Line indented incorrectly; expected at least 8 spaces, found 6
(#127) Line indented incorrectly; expected at least 8 spaces, found 6
(#129) Line indented incorrectly; expected at least 8 spaces, found 6
(#131) Line indented incorrectly; expected at least 8 spaces, found 6
(#133) Line indented incorrectly; expected at least 8 spaces, found 6
(#135) Line indented incorrectly; expected at least 8 spaces, found 6
(#137) Line indented incorrectly; expected at least 8 spaces, found 6
(#138) Line indented incorrectly; expected at least 8 spaces, found 4
(#140) Line indented incorrectly; expected at least 8 spaces, found 4
(#141) Line indented incorrectly; expected 4 spaces, found 2
(#142) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/prep.php
(#1) No one-line description found in phpdocs for docblock of file prep.php
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Incorrect @package tag for file prep.php. Expected local_dompdf, found php-font-lib.
(#19) Opening brace should be on the same line as the declaration for class prep
(#20) Line indented incorrectly; expected at least 4 spaces, found 2
(#20) Missing member variable doc comment
(#20) Member variable "rawData" must be all lower-case
(#21) Line indented incorrectly; expected 4 spaces, found 2
(#21) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#21) Missing docblock for function _parse
(#22) Line indented incorrectly; expected at least 8 spaces, found 4
(#23) Line indented incorrectly; expected at least 8 spaces, found 4
(#24) Line indented incorrectly; expected at least 8 spaces, found 4
(#25) Line indented incorrectly; expected 4 spaces, found 2
(#26) Method name "_encode" should not be prefixed with an underscore to indicate visibility
(#26) Missing docblock for function _encode
(#26) Line indented incorrectly; expected 4 spaces, found 2
(#26) Visibility must be declared on method "_encode"
(#27) Line indented incorrectly; expected at least 8 spaces, found 4
(#28) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Collection.php
(#1) No one-line description found in phpdocs for docblock of file Collection.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Collection.php. Expected local_dompdf, found php-font-lib.
(#21) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Expected "int" but found "integer" for @var tag in member variable comment
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Missing member variable doc comment
(#28) Member variable "collectionOffsets" must be all lower-case
(#28) Short array syntax must be used to define arrays
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Missing member variable doc comment
(#29) Short array syntax must be used to define arrays
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Missing member variable doc comment
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Missing member variable doc comment
(#31) Member variable "numFonts" must be all lower-case
(#33) Missing docblock for function parse
(#33) Line indented incorrectly; expected 4 spaces, found 2
(#33) Visibility must be declared on method "parse"
(#34) Line indented incorrectly; expected 8 spaces, found 4
(#35) Line indented incorrectly; expected at least 12 spaces, found 6
(#36) Line indented incorrectly; expected 8 spaces, found 4
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#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
(#40) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected at least 8 spaces, found 4
(#43) Line indented incorrectly; expected 8 spaces, found 4
(#44) Line indented incorrectly; expected at least 12 spaces, found 6
(#45) Line indented incorrectly; expected 8 spaces, found 4
(#46) Line indented incorrectly; expected 4 spaces, found 2
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) No one-line description found in phpdocs for docblock of function getFont
(#54) Line indented incorrectly; expected 4 spaces, found 2
(#54) Visibility must be declared on method "getFont"
(#54) method name "Collection::getFont" must be in lower-case letters only
(#54) Variable "fontId" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Line indented incorrectly; expected 8 spaces, found 4
(#57) Variable "fontId" must be all lower-case
(#58) Line indented incorrectly; expected at least 12 spaces, found 6
(#59) Line indented incorrectly; expected 8 spaces, found 4
(#61) Line indented incorrectly; expected 8 spaces, found 4
(#61) Variable "fontId" must be all lower-case
(#62) Line indented incorrectly; expected at least 12 spaces, found 6
(#62) Variable "fontId" must be all lower-case
(#63) Line indented incorrectly; expected 8 spaces, found 4
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Variable "fontId" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Variable "fontId" must be all lower-case
(#70) Line indented incorrectly; expected 4 spaces, found 2
(#72) Missing docblock for function current
(#72) Line indented incorrectly; expected 4 spaces, found 2
(#72) Visibility must be declared on method "current"
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Line indented incorrectly; expected 4 spaces, found 2
(#76) Missing docblock for function key
(#76) Line indented incorrectly; expected 4 spaces, found 2
(#76) Visibility must be declared on method "key"
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#80) Missing docblock for function next
(#80) Line indented incorrectly; expected 4 spaces, found 2
(#80) Visibility must be declared on method "next"
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#82) Line indented incorrectly; expected 4 spaces, found 2
(#84) Missing docblock for function rewind
(#84) Line indented incorrectly; expected 4 spaces, found 2
(#84) Visibility must be declared on method "rewind"
(#85) Line indented incorrectly; expected at least 8 spaces, found 4
(#86) Line indented incorrectly; expected 4 spaces, found 2
(#88) Missing docblock for function valid
(#88) Line indented incorrectly; expected 4 spaces, found 2
(#88) Visibility must be declared on method "valid"
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected 4 spaces, found 2
(#94) Missing docblock for function count
(#94) Line indented incorrectly; expected 4 spaces, found 2
(#94) Visibility must be declared on method "count"
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/TrueType/File.php
(#1) No one-line description found in phpdocs for docblock of file File.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file File.php. Expected local_dompdf, found php-font-lib.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Short array syntax must be used to define arrays
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Missing member variable doc comment
(#30) Member variable "tableOffset" must be all lower-case
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected 4 spaces, found 2
(#32) You must use "/**" style comments for a member variable comment
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Missing member variable doc comment
(#34) Short array syntax must be used to define arrays
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Missing member variable doc comment
(#35) Short array syntax must be used to define arrays
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Missing member variable doc comment
(#37) Member variable "glyph_subset" must not contain underscores.
(#37) Short array syntax must be used to define arrays
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Missing member variable doc comment
(#39) Member variable "glyph_all" must not contain underscores.
(#39) Short array syntax must be used to define arrays
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Missing member variable doc comment
(#41) Member variable "macCharNames" must be all lower-case
(#41) Scope modifier not specified for member variable "$macCharNames"
(#41) Short array syntax must be used to define arrays
(#100) There should be a comma after the last array item in a multi-line array.
(#101) Line indented incorrectly; expected at least 4 spaces, found 2
(#103) Line indented incorrectly; expected 4 spaces, found 2
(#103) Missing docblock for function uniord
(#103) Expected 0 spaces after "uniord"; 1 found
(#103) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $encoding.
(#104) Line indented incorrectly; expected 8 spaces, found 4
(#105) Line indented incorrectly; expected 12 spaces, found 6
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Line indented incorrectly; expected at least 16 spaces, found 10
(#107) Line indented incorrectly; expected at least 16 spaces, found 10
(#108) Line indented incorrectly; expected 12 spaces, found 6
(#109) Line indented incorrectly; expected at least 12 spaces, found 6
(#110) Line indented incorrectly; expected 8 spaces, found 4
(#112) Line indented incorrectly; expected 8 spaces, found 4
(#113) Line indented incorrectly; expected at least 12 spaces, found 6
(#114) Line indented incorrectly; expected 8 spaces, found 4
(#116) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Line indented incorrectly; expected at least 8 spaces, found 4
(#118) Line indented incorrectly; expected at least 8 spaces, found 4
(#119) Line indented incorrectly; expected at least 8 spaces, found 4
(#120) Line indented incorrectly; expected 8 spaces, found 4
(#121) Line indented incorrectly; expected at least 12 spaces, found 6
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Line indented incorrectly; expected 12 spaces, found 6
(#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) Line indented incorrectly; expected 16 spaces, found 8
(#124) Line indented incorrectly; expected at least 20 spaces, found 10
(#125) Line indented incorrectly; expected at least 20 spaces, found 10
(#126) Line indented incorrectly; expected 16 spaces, found 8
(#126) Usage of ELSEIF not allowed; use ELSE IF instead
(#127) Line indented incorrectly; expected at least 20 spaces, found 10
(#128) Line indented incorrectly; expected at least 20 spaces, found 10
(#129) Line indented incorrectly; expected 16 spaces, found 8
(#129) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Line indented incorrectly; expected at least 20 spaces, found 10
(#131) Line indented incorrectly; expected at least 20 spaces, found 10
(#132) Line indented incorrectly; expected 16 spaces, found 8
(#132) Usage of ELSEIF not allowed; use ELSE IF instead
(#133) Line indented incorrectly; expected at least 20 spaces, found 10
(#134) Line indented incorrectly; expected at least 20 spaces, found 10
(#135) Line indented incorrectly; expected 16 spaces, found 8
(#136) Line indented incorrectly; expected at least 20 spaces, found 10
(#137) Line indented incorrectly; expected at least 20 spaces, found 10
(#138) Line indented incorrectly; expected 16 spaces, found 8
(#139) Line indented incorrectly; expected 12 spaces, found 6
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line indented incorrectly; expected at least 16 spaces, found 10
(#141) Line indented incorrectly; expected 16 spaces, found 10
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 20 spaces, found 12
(#143) Line indented incorrectly; expected at least 20 spaces, found 12
(#144) Line indented incorrectly; expected 20 spaces, found 12
(#145) Line indented incorrectly; expected at least 24 spaces, found 14
(#146) Line indented incorrectly; expected 20 spaces, found 12
(#147) Line indented incorrectly; expected 20 spaces, found 12
(#147) Logical operator "and" is prohibited; use "&&" instead
(#147) Logical operator "or" is prohibited; use "||" instead
(#148) Line indented incorrectly; expected at least 24 spaces, found 14
(#149) Line indented incorrectly; expected at least 24 spaces, found 14
(#150) Line indented incorrectly; expected at least 24 spaces, found 14
(#151) Line indented incorrectly; expected at least 24 spaces, found 14
(#152) Line indented incorrectly; expected at least 24 spaces, found 14
(#153) Line indented incorrectly; expected 20 spaces, found 12
(#154) Line indented incorrectly; expected at least 24 spaces, found 14
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Line indented incorrectly; expected 20 spaces, found 12
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line indented incorrectly; expected at least 20 spaces, found 12
(#157) Line indented incorrectly; expected at least 20 spaces, found 12
(#158) Line indented incorrectly; expected at least 20 spaces, found 12
(#159) Line indented incorrectly; expected 16 spaces, found 10
(#160) Line indented incorrectly; expected 12 spaces, found 6
(#161) Line indented incorrectly; expected at least 16 spaces, found 8
(#162) Line indented incorrectly; expected at least 16 spaces, found 8
(#163) Line indented incorrectly; expected 12 spaces, found 6
(#164) Line indented incorrectly; expected 8 spaces, found 4
(#166) Line indented incorrectly; expected at least 8 spaces, found 4
(#167) Line indented incorrectly; expected 4 spaces, found 2
(#169) Missing docblock for function getTable
(#169) Line indented incorrectly; expected 4 spaces, found 2
(#169) Visibility must be declared on method "getTable"
(#169) method name "File::getTable" must be in lower-case letters only
(#170) Line indented incorrectly; expected at least 8 spaces, found 4
(#172) Line indented incorrectly; expected at least 8 spaces, found 4
(#173) Line indented incorrectly; expected 4 spaces, found 2
(#175) Missing docblock for function setTableOffset
(#175) Line indented incorrectly; expected 4 spaces, found 2
(#175) Visibility must be declared on method "setTableOffset"
(#175) method name "File::setTableOffset" must be in lower-case letters only
(#176) Line indented incorrectly; expected at least 8 spaces, found 4
(#177) Line indented incorrectly; expected 4 spaces, found 2
(#179) Missing docblock for function parse
(#179) Line indented incorrectly; expected 4 spaces, found 2
(#179) Visibility must be declared on method "parse"
(#180) Line indented incorrectly; expected at least 8 spaces, found 4
(#182) Line indented incorrectly; expected at least 8 spaces, found 4
(#182) Short array syntax must be used to define arrays
(#184) Line indented incorrectly; expected 8 spaces, found 4
(#185) Line indented incorrectly; expected 12 spaces, found 6
(#186) Line indented incorrectly; expected at least 16 spaces, found 8
(#187) Line indented incorrectly; expected 12 spaces, found 6
(#188) Line indented incorrectly; expected 8 spaces, found 4
(#189) Line indented incorrectly; expected 4 spaces, found 2
(#191) Missing docblock for function utf8toUnicode
(#191) Line indented incorrectly; expected 4 spaces, found 2
(#191) Visibility must be declared on method "utf8toUnicode"
(#191) method name "File::utf8toUnicode" must be in lower-case letters only
(#192) Line indented incorrectly; expected at least 8 spaces, found 4
(#193) Line indented incorrectly; expected at least 8 spaces, found 4
(#193) Short array syntax must be used to define arrays
(#195) Line indented incorrectly; expected 8 spaces, found 4
(#196) Line indented incorrectly; expected at least 12 spaces, found 6
(#197) Line indented incorrectly; expected at least 12 spaces, found 6
(#199) Line indented incorrectly; expected 12 spaces, found 6
(#200) Line indented incorrectly; expected at least 16 spaces, found 8
(#201) Line indented incorrectly; expected 12 spaces, found 6
(#202) Line indented incorrectly; expected 12 spaces, found 6
(#202) Usage of ELSEIF not allowed; use ELSE IF instead
(#203) Line indented incorrectly; expected 16 spaces, found 8
(#204) Line indented incorrectly; expected at least 20 spaces, found 10
(#205) Line indented incorrectly; expected 16 spaces, found 8
(#206) Line indented incorrectly; expected 16 spaces, found 8
(#206) Usage of ELSEIF not allowed; use ELSE IF instead
(#207) Line indented incorrectly; expected at least 20 spaces, found 10
(#208) Line indented incorrectly; expected 16 spaces, found 8
(#209) Line indented incorrectly; expected 16 spaces, found 8
(#209) Usage of ELSEIF not allowed; use ELSE IF instead
(#210) Line indented incorrectly; expected at least 20 spaces, found 10
(#211) Line indented incorrectly; expected 16 spaces, found 8
(#212) Line indented incorrectly; expected 12 spaces, found 6
(#214) Line indented incorrectly; expected 12 spaces, found 6
(#215) Line indented incorrectly; expected at least 16 spaces, found 8
(#216) Line indented incorrectly; expected 12 spaces, found 6
(#217) Line indented incorrectly; expected 8 spaces, found 4
(#219) Line indented incorrectly; expected at least 8 spaces, found 4
(#220) Line indented incorrectly; expected 4 spaces, found 2
(#222) Missing docblock for function getUnicodeCharMap
(#222) Line indented incorrectly; expected 4 spaces, found 2
(#222) Visibility must be declared on method "getUnicodeCharMap"
(#222) method name "File::getUnicodeCharMap" must be in lower-case letters only
(#223) Line indented incorrectly; expected at least 8 spaces, found 4
(#224) Line indented incorrectly; expected 8 spaces, found 4
(#224) Variable "_subtable" must not contain underscores.
(#225) Line indented incorrectly; expected 12 spaces, found 6
(#225) Variable "_subtable" must not contain underscores.
(#225) Variable "_subtable" must not contain underscores.
(#225) Variable "_subtable" must not contain underscores.
(#226) Line indented incorrectly; expected at least 16 spaces, found 8
(#226) Variable "_subtable" must not contain underscores.
(#227) Line indented incorrectly; expected at least 16 spaces, found 8
(#228) Line indented incorrectly; expected 12 spaces, found 6
(#229) Line indented incorrectly; expected 8 spaces, found 4
(#231) Line indented incorrectly; expected 8 spaces, found 4
(#232) Line indented incorrectly; expected at least 12 spaces, found 6
(#233) Line indented incorrectly; expected 8 spaces, found 4
(#235) Line indented incorrectly; expected at least 8 spaces, found 4
(#235) Variable "system_encodings" must not contain underscores.
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#236) Variable "system_encodings" must not contain underscores.
(#236) Variable "system_encodings" must not contain underscores.
(#237) Line indented incorrectly; expected 8 spaces, found 4
(#237) Variable "_subtable" must not contain underscores.
(#238) Line indented incorrectly; expected at least 12 spaces, found 6
(#239) Line indented incorrectly; expected 12 spaces, found 6
(#239) Variable "_subtable" must not contain underscores.
(#240) Line indented incorrectly; expected 16 spaces, found 8
(#241) Line indented incorrectly; expected 20 spaces, found 10
(#241) Variable "_subtable" must not contain underscores.
(#242) Line indented incorrectly; expected 24 spaces, found 12
(#243) Line indented incorrectly; expected 28 spaces, found 14
(#243) Variable "system_encodings" must not contain underscores.
(#244) Line indented incorrectly; expected at least 32 spaces, found 16
(#245) Line indented incorrectly; expected 28 spaces, found 14
(#247) Line indented incorrectly; expected 24 spaces, found 12
(#248) Line indented incorrectly; expected 28 spaces, found 14
(#248) Variable "system_encodings" must not contain underscores.
(#249) Line indented incorrectly; expected at least 32 spaces, found 16
(#250) Line indented incorrectly; expected 28 spaces, found 14
(#252) Line indented incorrectly; expected 24 spaces, found 12
(#253) Line indented incorrectly; expected 28 spaces, found 14
(#253) Variable "system_encodings" must not contain underscores.
(#254) Line indented incorrectly; expected at least 32 spaces, found 16
(#255) Line indented incorrectly; expected 28 spaces, found 14
(#257) Line indented incorrectly; expected 24 spaces, found 12
(#258) Line indented incorrectly; expected 28 spaces, found 14
(#258) Variable "system_encodings" must not contain underscores.
(#259) Line indented incorrectly; expected at least 32 spaces, found 16
(#260) Line indented incorrectly; expected 28 spaces, found 14
(#262) Line indented incorrectly; expected 20 spaces, found 10
(#264) Line indented incorrectly; expected 12 spaces, found 6
(#265) Line indented incorrectly; expected 12 spaces, found 6
(#266) Line indented incorrectly; expected at least 16 spaces, found 8
(#266) Variable "glyphIndexArray" must be all lower-case
(#266) Short array syntax must be used to define arrays
(#267) Line indented incorrectly; expected 16 spaces, found 8
(#267) Variable "_subtable" must not contain underscores.
(#268) Line indented incorrectly; expected at least 20 spaces, found 10
(#269) Line indented incorrectly; expected 20 spaces, found 10
(#270) Line indented incorrectly; expected at least 24 spaces, found 12
(#271) Line indented incorrectly; expected 24 spaces, found 12
(#272) Line indented incorrectly; expected at least 28 spaces, found 14
(#272) Variable "glyphIndexArray" must be all lower-case
(#273) Line indented incorrectly; expected 24 spaces, found 12
(#274) Line indented incorrectly; expected 20 spaces, found 10
(#275) Line indented incorrectly; expected 16 spaces, found 8
(#276) Line indented incorrectly; expected at least 16 spaces, found 8
(#276) Variable "glyphIndexArray" must be all lower-case
(#277) Line indented incorrectly; expected 12 spaces, found 6
(#278) Line indented incorrectly; expected 8 spaces, found 4
(#279) Whitespace found at end of line
(#280) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Line indented incorrectly; expected 4 spaces, found 2
(#283) Missing docblock for function setSubset
(#283) Line indented incorrectly; expected 4 spaces, found 2
(#283) Visibility must be declared on method "setSubset"
(#283) method name "File::setSubset" must be in lower-case letters only
(#284) Line indented incorrectly; expected 8 spaces, found 4
(#285) Line indented incorrectly; expected at least 12 spaces, found 6
(#286) Line indented incorrectly; expected 8 spaces, found 4
(#288) Line indented incorrectly; expected at least 8 spaces, found 4
(#290) Line indented incorrectly; expected at least 8 spaces, found 4
(#290) Variable "glyphIndexArray" must be all lower-case
(#292) Line indented incorrectly; expected 8 spaces, found 4
(#292) Variable "glyphIndexArray" must be all lower-case
(#293) Line indented incorrectly; expected at least 12 spaces, found 6
(#294) Line indented incorrectly; expected 8 spaces, found 4
(#296) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Short array syntax must be used to define arrays
(#297) Line indented incorrectly; expected at least 8 spaces, found 6
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Line indented incorrectly; expected at least 8 spaces, found 6
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Line indented incorrectly; expected at least 8 spaces, found 4
(#301) Line indented incorrectly; expected 8 spaces, found 4
(#302) Line indented incorrectly; expected 12 spaces, found 6
(#302) Variable "glyphIndexArray" must be all lower-case
(#303) Line indented incorrectly; expected at least 16 spaces, found 8
(#304) Line indented incorrectly; expected 12 spaces, found 6
(#306) Line indented incorrectly; expected at least 12 spaces, found 6
(#306) Variable "glyphIndexArray" must be all lower-case
(#307) Line indented incorrectly; expected at least 12 spaces, found 6
(#308) Line indented incorrectly; expected 8 spaces, found 4
(#310) Line indented incorrectly; expected at least 8 spaces, found 4
(#311) Line indented incorrectly; expected at least 8 spaces, found 4
(#312) Line indented incorrectly; expected 8 spaces, found 4
(#313) Line indented incorrectly; expected at least 12 spaces, found 6
(#314) Line indented incorrectly; expected at least 12 spaces, found 6
(#315) Line indented incorrectly; expected at least 12 spaces, found 6
(#316) Line indented incorrectly; expected 8 spaces, found 4
(#317) Line indented incorrectly; expected at least 8 spaces, found 4
(#317) Variable "glyphIndexArray" must be all lower-case
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Line indented incorrectly; expected 4 spaces, found 2
(#320) Missing docblock for function getSubset
(#320) Line indented incorrectly; expected 4 spaces, found 2
(#320) Visibility must be declared on method "getSubset"
(#320) method name "File::getSubset" must be in lower-case letters only
(#321) Line indented incorrectly; expected 8 spaces, found 4
(#322) Line indented incorrectly; expected at least 12 spaces, found 6
(#323) Line indented incorrectly; expected 8 spaces, found 4
(#325) Line indented incorrectly; expected at least 8 spaces, found 4
(#326) Line indented incorrectly; expected 4 spaces, found 2
(#328) Missing docblock for function encode
(#328) Line indented incorrectly; expected 4 spaces, found 2
(#328) Visibility must be declared on method "encode"
(#328) Short array syntax must be used to define arrays
(#329) Line indented incorrectly; expected 8 spaces, found 4
(#330) Line indented incorrectly; expected at least 12 spaces, found 6
(#330) Short array syntax must be used to define arrays
(#330) Line exceeds 132 characters; contains 136 characters
(#331) Line indented incorrectly; expected 8 spaces, found 4
(#332) Line indented incorrectly; expected 8 spaces, found 4
(#332) Expected "} else {\n"; found "}\n else {\n"
(#333) Line indented incorrectly; expected at least 12 spaces, found 6
(#334) Line indented incorrectly; expected 8 spaces, found 4
(#336) Line indented incorrectly; expected at least 8 spaces, found 4
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Line indented incorrectly; expected at least 8 spaces, found 4
(#340) Line indented incorrectly; expected at least 8 spaces, found 4
(#341) Line indented incorrectly; expected at least 8 spaces, found 4
(#341) Short array syntax must be used to define arrays
(#342) Line indented incorrectly; expected 8 spaces, found 4
(#343) Line indented incorrectly; expected 12 spaces, found 6
(#344) Line indented incorrectly; expected at least 16 spaces, found 8
(#345) Line indented incorrectly; expected at least 16 spaces, found 8
(#346) Line indented incorrectly; expected 12 spaces, found 6
(#348) Line indented incorrectly; expected at least 12 spaces, found 6
(#349) Line indented incorrectly; expected 8 spaces, found 4
(#351) Line indented incorrectly; expected at least 8 spaces, found 4
(#351) Variable "num_tables" must not contain underscores.
(#352) Line indented incorrectly; expected at least 8 spaces, found 4
(#352) Variable "num_tables" must not contain underscores.
(#353) Line indented incorrectly; expected at least 8 spaces, found 4
(#353) Variable "power_of_two" must not contain underscores.
(#355) Line indented incorrectly; expected at least 8 spaces, found 4
(#355) Variable "num_tables" must not contain underscores.
(#356) Line indented incorrectly; expected at least 8 spaces, found 4
(#356) Variable "power_of_two" must not contain underscores.
(#357) Line indented incorrectly; expected at least 8 spaces, found 4
(#357) Variable "power_of_two" must not contain underscores.
(#358) Line indented incorrectly; expected at least 8 spaces, found 4
(#358) Variable "num_tables" must not contain underscores.
(#359) Line indented incorrectly; expected at least 8 spaces, found 4
(#361) Line indented incorrectly; expected at least 8 spaces, found 4
(#361) Variable "directory_offset" must not contain underscores.
(#362) Line indented incorrectly; expected at least 8 spaces, found 4
(#362) Variable "directory_offset" must not contain underscores.
(#362) Variable "num_tables" must not contain underscores.
(#363) Line indented incorrectly; expected at least 8 spaces, found 4
(#365) Line indented incorrectly; expected at least 8 spaces, found 4
(#366) Line indented incorrectly; expected 8 spaces, found 4
(#367) Line indented incorrectly; expected at least 12 spaces, found 6
(#367) Variable "directory_offset" must not contain underscores.
(#368) Line indented incorrectly; expected at least 12 spaces, found 6
(#369) Line indented incorrectly; expected 8 spaces, found 4
(#370) Line indented incorrectly; expected 4 spaces, found 2
(#372) Missing docblock for function parseHeader
(#372) Line indented incorrectly; expected 4 spaces, found 2
(#372) Visibility must be declared on method "parseHeader"
(#372) method name "File::parseHeader" must be in lower-case letters only
(#373) Line indented incorrectly; expected 8 spaces, found 4
(#374) Line indented incorrectly; expected at least 12 spaces, found 6
(#375) Line indented incorrectly; expected 8 spaces, found 4
(#377) Line indented incorrectly; expected at least 8 spaces, found 4
(#379) Line indented incorrectly; expected at least 8 spaces, found 4
(#380) Line indented incorrectly; expected at least 8 spaces, found 4
(#381) Line indented incorrectly; expected 4 spaces, found 2
(#383) Missing docblock for function getFontType
(#383) Line indented incorrectly; expected 4 spaces, found 2
(#383) Visibility must be declared on method "getFontType"
(#383) method name "File::getFontType" must be in lower-case letters only
(#383) Expected 1 space before opening brace; found 0
(#384) Line indented incorrectly; expected at least 8 spaces, found 4
(#384) Variable "class_parts" must not contain underscores.
(#385) Line indented incorrectly; expected at least 8 spaces, found 4
(#385) Variable "class_parts" must not contain underscores.
(#386) Line indented incorrectly; expected 4 spaces, found 2
(#388) Missing docblock for function parseTableEntries
(#388) Line indented incorrectly; expected 4 spaces, found 2
(#388) Visibility must be declared on method "parseTableEntries"
(#388) method name "File::parseTableEntries" must be in lower-case letters only
(#389) Line indented incorrectly; expected at least 8 spaces, found 4
(#391) Line indented incorrectly; expected 8 spaces, found 4
(#392) Line indented incorrectly; expected at least 12 spaces, found 6
(#393) Line indented incorrectly; expected 8 spaces, found 4
(#395) Line indented incorrectly; expected 8 spaces, found 4
(#396) Line indented incorrectly; expected at least 12 spaces, found 6
(#397) Line indented incorrectly; expected 8 spaces, found 4
(#398) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#400) Line indented incorrectly; expected at least 8 spaces, found 4
(#401) Line indented incorrectly; expected at least 8 spaces, found 4
(#403) Line indented incorrectly; expected 8 spaces, found 4
(#404) Line indented incorrectly; expected at least 12 spaces, found 6
(#405) Line indented incorrectly; expected at least 12 spaces, found 6
(#406) Line indented incorrectly; expected at least 12 spaces, found 6
(#408) Line indented incorrectly; expected at least 12 spaces, found 6
(#409) Line indented incorrectly; expected 8 spaces, found 4
(#410) Line indented incorrectly; expected 4 spaces, found 2
(#412) Missing docblock for function normalizeFUnit
(#412) Line indented incorrectly; expected 4 spaces, found 2
(#412) Visibility must be declared on method "normalizeFUnit"
(#412) method name "File::normalizeFUnit" must be in lower-case letters only
(#413) Line indented incorrectly; expected at least 8 spaces, found 4
(#414) Line indented incorrectly; expected 4 spaces, found 2
(#416) Line indented incorrectly; expected 4 spaces, found 2
(#416) Missing docblock for function readTable
(#416) Protected method name "File::readTable" must be in lower-case letters only
(#417) Line indented incorrectly; expected at least 8 spaces, found 4
(#419) Line indented incorrectly; expected 8 spaces, found 4
(#420) Line indented incorrectly; expected at least 12 spaces, found 6
(#420) Variable "name_canon" must not contain underscores.
(#422) Line indented incorrectly; expected at least 12 spaces, found 6
(#424) Line indented incorrectly; expected 12 spaces, found 6
(#425) Line indented incorrectly; expected at least 16 spaces, found 8
(#426) Line indented incorrectly; expected 12 spaces, found 6
(#427) Line indented incorrectly; expected 8 spaces, found 4
(#428) Line indented incorrectly; expected 8 spaces, found 4
(#428) Expected "} else {\n"; found "}\n else {\n"
(#429) Line indented incorrectly; expected at least 12 spaces, found 6
(#430) Line indented incorrectly; expected 8 spaces, found 4
(#432) Line indented incorrectly; expected at least 8 spaces, found 4
(#433) Line indented incorrectly; expected at least 8 spaces, found 4
(#434) Line indented incorrectly; expected at least 8 spaces, found 4
(#436) Line indented incorrectly; expected at least 8 spaces, found 4
(#437) Line indented incorrectly; expected 4 spaces, found 2
(#439) Line indented incorrectly; expected at least 4 spaces, found 2
(#444) Line indented incorrectly; expected 4 spaces, found 2
(#444) No one-line description found in phpdocs for docblock of function getTableObject
(#444) Public method name "File::getTableObject" must be in lower-case letters only
(#445) Line indented incorrectly; expected 8 spaces, found 4
(#446) Line indented incorrectly; expected at least 12 spaces, found 6
(#447) Line indented incorrectly; expected 8 spaces, found 4
(#448) Line indented incorrectly; expected at least 8 spaces, found 4
(#449) Line indented incorrectly; expected 4 spaces, found 2
(#451) Line indented incorrectly; expected 4 spaces, found 2
(#451) Missing docblock for function setTableObject
(#451) Public method name "File::setTableObject" must be in lower-case letters only
(#452) Line indented incorrectly; expected at least 8 spaces, found 4
(#453) Line indented incorrectly; expected 4 spaces, found 2
(#455) Line indented incorrectly; expected 4 spaces, found 2
(#455) Missing docblock for function getData
(#455) Public method name "File::getData" must be in lower-case letters only
(#456) Line indented incorrectly; expected at least 8 spaces, found 4
(#458) Line indented incorrectly; expected 8 spaces, found 4
(#459) Line indented incorrectly; expected at least 12 spaces, found 6
(#460) Line indented incorrectly; expected 8 spaces, found 4
(#462) Line indented incorrectly; expected 8 spaces, found 4
(#463) Line indented incorrectly; expected at least 12 spaces, found 6
(#464) Line indented incorrectly; expected 8 spaces, found 4
(#466) Line indented incorrectly; expected 8 spaces, found 4
(#467) Line indented incorrectly; expected at least 12 spaces, found 6
(#468) Line indented incorrectly; expected 8 spaces, found 4
(#469) Line indented incorrectly; expected 8 spaces, found 4
(#469) Expected "} else {\n"; found "}\n else {\n"
(#470) Line indented incorrectly; expected at least 12 spaces, found 6
(#471) Line indented incorrectly; expected 8 spaces, found 4
(#472) Line indented incorrectly; expected 4 spaces, found 2
(#474) Missing docblock for function addDirectoryEntry
(#474) Line indented incorrectly; expected 4 spaces, found 2
(#474) Visibility must be declared on method "addDirectoryEntry"
(#474) method name "File::addDirectoryEntry" must be in lower-case letters only
(#475) Line indented incorrectly; expected at least 8 spaces, found 4
(#476) Line indented incorrectly; expected 4 spaces, found 2
(#478) Missing docblock for function saveAdobeFontMetrics
(#478) Line indented incorrectly; expected 4 spaces, found 2
(#478) Visibility must be declared on method "saveAdobeFontMetrics"
(#478) method name "File::saveAdobeFontMetrics" must be in lower-case letters only
(#479) Line indented incorrectly; expected at least 8 spaces, found 4
(#480) Line indented incorrectly; expected at least 8 spaces, found 4
(#481) Line indented incorrectly; expected 4 spaces, found 2
(#483) Line indented incorrectly; expected at least 4 spaces, found 2
(#490) Line indented incorrectly; expected 4 spaces, found 2
(#490) Visibility must be declared on method "getNameTableString"
(#490) method name "File::getNameTableString" must be in lower-case letters only
(#490) Variable "nameID" must be all lower-case
(#491) Line indented incorrectly; expected at least 8 spaces, found 4
(#492) Line indented incorrectly; expected at least 8 spaces, found 4
(#494) Line indented incorrectly; expected 8 spaces, found 4
(#494) Variable "nameID" must be all lower-case
(#495) Line indented incorrectly; expected at least 12 spaces, found 6
(#496) Line indented incorrectly; expected 8 spaces, found 4
(#498) Line indented incorrectly; expected at least 8 spaces, found 4
(#498) Variable "nameID" must be all lower-case
(#499) Line indented incorrectly; expected 4 spaces, found 2
(#501) Line indented incorrectly; expected at least 4 spaces, found 2
(#506) Line indented incorrectly; expected 4 spaces, found 2
(#506) Visibility must be declared on method "getFontCopyright"
(#506) method name "File::getFontCopyright" must be in lower-case letters only
(#507) Line indented incorrectly; expected at least 8 spaces, found 4
(#508) Line indented incorrectly; expected 4 spaces, found 2
(#510) Line indented incorrectly; expected at least 4 spaces, found 2
(#515) Line indented incorrectly; expected 4 spaces, found 2
(#515) Visibility must be declared on method "getFontName"
(#515) method name "File::getFontName" must be in lower-case letters only
(#516) Line indented incorrectly; expected at least 8 spaces, found 4
(#517) Line indented incorrectly; expected 4 spaces, found 2
(#519) Line indented incorrectly; expected at least 4 spaces, found 2
(#524) Line indented incorrectly; expected 4 spaces, found 2
(#524) Visibility must be declared on method "getFontSubfamily"
(#524) method name "File::getFontSubfamily" must be in lower-case letters only
(#525) Line indented incorrectly; expected at least 8 spaces, found 4
(#526) Line indented incorrectly; expected 4 spaces, found 2
(#528) Line indented incorrectly; expected at least 4 spaces, found 2
(#533) Line indented incorrectly; expected 4 spaces, found 2
(#533) Visibility must be declared on method "getFontSubfamilyID"
(#533) method name "File::getFontSubfamilyID" must be in lower-case letters only
(#534) Line indented incorrectly; expected at least 8 spaces, found 4
(#535) Line indented incorrectly; expected 4 spaces, found 2
(#537) Line indented incorrectly; expected at least 4 spaces, found 2
(#542) Line indented incorrectly; expected 4 spaces, found 2
(#542) Visibility must be declared on method "getFontFullName"
(#542) method name "File::getFontFullName" must be in lower-case letters only
(#543) Line indented incorrectly; expected at least 8 spaces, found 4
(#544) Line indented incorrectly; expected 4 spaces, found 2
(#546) Line indented incorrectly; expected at least 4 spaces, found 2
(#551) Line indented incorrectly; expected 4 spaces, found 2
(#551) Visibility must be declared on method "getFontVersion"
(#551) method name "File::getFontVersion" must be in lower-case letters only
(#552) Line indented incorrectly; expected at least 8 spaces, found 4
(#553) Line indented incorrectly; expected 4 spaces, found 2
(#555) Line indented incorrectly; expected at least 4 spaces, found 2
(#560) Line indented incorrectly; expected 4 spaces, found 2
(#560) Visibility must be declared on method "getFontWeight"
(#560) method name "File::getFontWeight" must be in lower-case letters only
(#561) Line indented incorrectly; expected at least 8 spaces, found 4
(#562) Line indented incorrectly; expected 4 spaces, found 2
(#564) Line indented incorrectly; expected at least 4 spaces, found 2
(#569) Line indented incorrectly; expected 4 spaces, found 2
(#569) Visibility must be declared on method "getFontPostscriptName"
(#569) method name "File::getFontPostscriptName" must be in lower-case letters only
(#570) Line indented incorrectly; expected at least 8 spaces, found 4
(#571) Line indented incorrectly; expected 4 spaces, found 2
(#573) Missing docblock for function reduce
(#573) Line indented incorrectly; expected 4 spaces, found 2
(#573) Visibility must be declared on method "reduce"
(#574) Line indented incorrectly; expected at least 8 spaces, found 4
(#574) Variable "names_to_keep" must not contain underscores.
(#574) Short array syntax must be used to define arrays
(#575) Line indented incorrectly; expected at least 8 spaces, found 6
(#576) Line indented incorrectly; expected at least 8 spaces, found 6
(#577) Line indented incorrectly; expected at least 8 spaces, found 6
(#578) Line indented incorrectly; expected at least 8 spaces, found 6
(#579) Line indented incorrectly; expected at least 8 spaces, found 6
(#580) Line indented incorrectly; expected at least 8 spaces, found 6
(#581) Line indented incorrectly; expected at least 8 spaces, found 6
(#582) Line indented incorrectly; expected at least 8 spaces, found 4
(#584) Line indented incorrectly; expected 8 spaces, found 4
(#585) Line indented incorrectly; expected 12 spaces, found 6
(#585) Variable "names_to_keep" must not contain underscores.
(#586) Line indented incorrectly; expected at least 16 spaces, found 8
(#587) Line indented incorrectly; expected 12 spaces, found 6
(#588) Line indented incorrectly; expected 8 spaces, found 4
(#589) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Header.php
(#1) No one-line description found in phpdocs for docblock of file Header.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Header.php. Expected local_dompdf, found php-font-lib.
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#16) Missing member variable doc comment
(#16) Short array syntax must be used to define arrays
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Line indented incorrectly; expected 4 spaces, found 2
(#24) Missing docblock for function parse
(#25) Line indented incorrectly; expected at least 8 spaces, found 4
(#27) Line indented incorrectly; expected at least 8 spaces, found 4
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#30) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/TrueType/TableDirectoryEntry.php
(#1) No one-line description found in phpdocs for docblock of file TableDirectoryEntry.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file TableDirectoryEntry.php. Expected local_dompdf, found php-font-lib.
(#18) Possible useless method overriding detected
(#18) Missing docblock for function __construct
(#18) Line indented incorrectly; expected 4 spaces, found 2
(#18) Visibility must be declared on method "__construct"
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Line indented incorrectly; expected 4 spaces, found 2
(#22) Missing docblock for function parse
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#22) Visibility must be declared on method "parse"
(#23) Line indented incorrectly; expected at least 8 spaces, found 4
(#25) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Line indented incorrectly; expected at least 8 spaces, found 4
(#27) Line indented incorrectly; expected at least 8 spaces, found 4
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Line indented incorrectly; expected at least 8 spaces, found 4
(#30) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/WOFF/File.php
(#1) No one-line description found in phpdocs for docblock of file File.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file File.php. Expected local_dompdf, found php-font-lib.
(#20) Missing docblock for function parseHeader
(#20) Line indented incorrectly; expected 4 spaces, found 2
(#20) Visibility must be declared on method "parseHeader"
(#20) method name "File::parseHeader" must be in lower-case letters only
(#21) Line indented incorrectly; expected 8 spaces, found 4
(#22) Line indented incorrectly; expected at least 12 spaces, found 6
(#23) Line indented incorrectly; expected 8 spaces, found 4
(#25) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Line indented incorrectly; expected at least 8 spaces, found 4
(#27) Line indented incorrectly; expected 4 spaces, found 2
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#29) Missing docblock for function load
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Line indented incorrectly; expected at least 8 spaces, found 4
(#33) Line indented incorrectly; expected at least 8 spaces, found 4
(#33) Variable "dataOffset" must be all lower-case
(#35) Line indented incorrectly; expected at least 8 spaces, found 4
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected 8 spaces, found 4
(#42) Line indented incorrectly; expected at least 12 spaces, found 6
(#43) Line indented incorrectly; expected at least 12 spaces, found 6
(#44) Line indented incorrectly; expected at least 12 spaces, found 6
(#45) Line indented incorrectly; expected at least 12 spaces, found 6
(#47) Line indented incorrectly; expected 12 spaces, found 6
(#48) Line indented incorrectly; expected at least 16 spaces, found 8
(#49) Line indented incorrectly; expected 12 spaces, found 6
(#51) Line indented incorrectly; expected at least 12 spaces, found 6
(#52) Line indented incorrectly; expected at least 12 spaces, found 6
(#53) Line indented incorrectly; expected at least 12 spaces, found 6
(#54) Line indented incorrectly; expected at least 12 spaces, found 6
(#54) Variable "dataOffset" must be all lower-case
(#56) Line indented incorrectly; expected at least 12 spaces, found 6
(#57) Line indented incorrectly; expected at least 12 spaces, found 6
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Line indented incorrectly; expected at least 12 spaces, found 6
(#60) Line indented incorrectly; expected at least 12 spaces, found 6
(#61) Line indented incorrectly; expected at least 12 spaces, found 6
(#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) Line indented incorrectly; expected at least 12 spaces, found 6
(#62) Variable "dataOffset" must be all lower-case
(#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) Line indented incorrectly; expected at least 12 spaces, found 6
(#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) Line indented incorrectly; expected at least 12 spaces, found 6
(#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) Line indented incorrectly; expected at least 12 spaces, found 6
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 12 spaces, found 6
(#68) Line indented incorrectly; expected at least 12 spaces, found 6
(#68) Variable "dataOffset" must be all lower-case
(#69) Line indented incorrectly; expected at least 12 spaces, found 6
(#69) Variable "dataOffset" must be all lower-case
(#70) Line indented incorrectly; expected 8 spaces, found 4
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Short array syntax must be used to define arrays
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/WOFF/Header.php
(#1) No one-line description found in phpdocs for docblock of file Header.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Header.php. Expected local_dompdf, found php-font-lib.
(#16) Line indented incorrectly; expected at least 4 spaces, found 2
(#16) Missing member variable doc comment
(#16) Short array syntax must be used to define arrays
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) File must end with a newline character
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/WOFF/TableDirectoryEntry.php
(#1) No one-line description found in phpdocs for docblock of file TableDirectoryEntry.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file TableDirectoryEntry.php. Expected local_dompdf, found php-font-lib.
(#18) Line indented incorrectly; expected at least 4 spaces, found 2
(#18) Missing member variable doc comment
(#18) Member variable "origLength" must be all lower-case
(#20) Possible useless method overriding detected
(#20) Missing docblock for function __construct
(#20) Line indented incorrectly; expected 4 spaces, found 2
(#20) Visibility must be declared on method "__construct"
(#21) Line indented incorrectly; expected at least 8 spaces, found 4
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#24) Missing docblock for function parse
(#24) Line indented incorrectly; expected 4 spaces, found 2
(#24) Visibility must be declared on method "parse"
(#25) Line indented incorrectly; expected at least 8 spaces, found 4
(#27) Line indented incorrectly; expected at least 8 spaces, found 4
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Line indented incorrectly; expected at least 8 spaces, found 4
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#31) Line indented incorrectly; expected at least 8 spaces, found 4
(#32) Line indented incorrectly; expected 4 spaces, found 2
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/CssLength.php
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class CssLength
(#6) Opening brace should be on the same line as the declaration for class CssLength
(#38) Member variable "inchDivisions" must be all lower-case
(#69) Missing docblock for function __construct
(#70) Opening brace should be on the same line as the declaration
(#78) Protected method name "CssLength::parseLengthComponents" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#101) Public method name "CssLength::getUnit" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#114) Public method name "CssLength::toPixels" must be in lower-case letters only
(#114) Variable "referenceSize" must be all lower-case
(#115) Opening brace should be on the same line as the declaration
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "referenceSize" must be all lower-case
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Variable "referenceSize" must be all lower-case
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Variable "inchDivisions" must be all lower-case
(#128) Variable "inchValue" must be all lower-case
(#129) Variable "inchDivisions" must be all lower-case
(#130) Variable "inchValue" must be all lower-case
(#135) File must end with a newline character
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/DefaultStyle.php
(#1) No one-line description found in phpdocs for docblock of file DefaultStyle.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file DefaultStyle.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class DefaultStyle
(#11) Opening brace should be on the same line as the declaration for class DefaultStyle
(#12) Missing member variable doc comment
(#13) Missing member variable doc comment
(#14) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Member variable "fillOpacity" must be all lower-case
(#18) Missing member variable doc comment
(#18) Member variable "fillRule" must be all lower-case
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Member variable "strokeOpacity" must be all lower-case
(#22) Missing member variable doc comment
(#22) Member variable "strokeLinecap" must be all lower-case
(#23) Missing member variable doc comment
(#23) Member variable "strokeLinejoin" must be all lower-case
(#24) Missing member variable doc comment
(#24) Member variable "strokeMiterlimit" must be all lower-case
(#25) Missing member variable doc comment
(#25) Member variable "strokeWidth" must be all lower-case
(#26) Missing member variable doc comment
(#26) Member variable "strokeDasharray" must be all lower-case
(#27) Missing member variable doc comment
(#27) Member variable "strokeDashoffset" must be all lower-case
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Document.php
(#1) No one-line description found in phpdocs for docblock of file Document.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Document.php. Expected local_dompdf, found php-svg-lib.
(#30) Missing docblock for class Document
(#31) Opening brace should be on the same line as the declaration for class Document
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#34) Member variable "inDefs" must be all lower-case
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#41) Missing member variable doc comment
(#41) Member variable "subPathInit" must be all lower-case
(#42) Missing member variable doc comment
(#42) Member variable "pathBBox" must be all lower-case
(#43) Missing member variable doc comment
(#43) Member variable "viewBox" must be all lower-case
(#49) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#55) Member variable "styleSheets" must be all lower-case
(#55) Short array syntax must be used to define arrays
(#57) Missing member variable doc comment
(#57) Member variable "allowExternalReferences" must be all lower-case
(#59) Missing docblock for function loadFile
(#59) Public method name "Document::loadFile" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Missing docblock for function initParser
(#64) Protected method name "Document::initParser" must be in lower-case letters only
(#69) Short array syntax must be used to define arrays
(#70) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#80) Missing docblock for function __construct
(#89) Public method name "Document::enterDefs" must be in lower-case letters only
(#89) Expected 0 spaces after "enterDefs"; 1 found
(#100) Public method name "Document::exitDefs" must be in lower-case letters only
(#100) Expected 0 spaces after "exitDefs"; 1 found
(#112) No one-line description found in phpdocs for docblock of function getSurface
(#112) Public method name "Document::getSurface" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#117) Missing docblock for function getStack
(#117) Public method name "Document::getStack" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#122) Missing docblock for function getWidth
(#122) Public method name "Document::getWidth" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#127) Missing docblock for function getHeight
(#127) Public method name "Document::getHeight" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#132) Missing docblock for function getDiagonal
(#132) Public method name "Document::getDiagonal" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#134) Expected 1 space before "**"; 0 found
(#134) Expected 1 space after "**"; 0 found
(#134) Expected 1 space before "**"; 0 found
(#134) Expected 1 space after "**"; 0 found
(#137) Missing docblock for function getDimensions
(#137) Public method name "Document::getDimensions" must be in lower-case letters only
(#138) Variable "rootAttributes" must be all lower-case
(#144) Variable "rootAttributes" must be all lower-case
(#145) Variable "rootAttributes" must be all lower-case
(#148) Variable "rootAttributes" must be all lower-case
(#151) Closing brace must be on a line by itself
(#158) Variable "rootAttributes" must be all lower-case
(#166) Variable "rootAttributes" must be all lower-case
(#169) Missing docblock for function handleSizeAttributes
(#169) Public method name "Document::handleSizeAttributes" must be in lower-case letters only
(#169) Expected 1 space before opening brace; found 0
(#182) Variable "viewBox" must be all lower-case
(#183) Variable "viewBox" must be all lower-case
(#184) Variable "viewBox" must be all lower-case
(#185) Variable "viewBox" must be all lower-case
(#188) Variable "viewBox" must be all lower-case
(#191) Variable "viewBox" must be all lower-case
(#197) Short array syntax must be used to define arrays
(#206) Missing docblock for function getDocument
(#206) Public method name "Document::getDocument" must be in lower-case letters only
(#206) Expected 1 space before opening brace; found 0
(#215) Public method name "Document::appendStyleSheet" must be in lower-case letters only
(#224) Public method name "Document::getStyleSheets" must be in lower-case letters only
(#228) Missing docblock for function before
(#229) Opening brace should be on the same line as the declaration
(#241) Missing docblock for function render
(#242) Opening brace should be on the same line as the declaration
(#263) Missing docblock for function svgOffset
(#263) Protected method name "Document::svgOffset" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#270) Missing docblock for function getDef
(#270) Public method name "Document::getDef" must be in lower-case letters only
(#276) Method name "_tagStart" should not be prefixed with an underscore to indicate visibility
(#276) Missing docblock for function _tagStart
(#276) Private method name "Document::_tagStart" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#294) Expected "} else {\n"; found "}\n else {\n"
(#360) Whitespace found at end of line
(#381) Expected "} else {\n"; found "}\n else {\n"
(#395) Method name "_charData" should not be prefixed with an underscore to indicate visibility
(#395) Missing docblock for function _charData
(#395) Visibility must be declared on method "_charData"
(#395) method name "Document::_charData" must be in lower-case letters only
(#396) Opening brace should be on the same line as the declaration
(#397) Variable "stack_top" must not contain underscores.
(#399) Variable "stack_top" must not contain underscores.
(#399) Variable "stack_top" must not contain underscores.
(#400) Variable "stack_top" must not contain underscores.
(#404) Method name "_tagEnd" should not be prefixed with an underscore to indicate visibility
(#404) Missing docblock for function _tagEnd
(#404) Visibility must be declared on method "_tagEnd"
(#404) method name "Document::_tagEnd" must be in lower-case letters only
(#405) Opening brace should be on the same line as the declaration
(#417) Whitespace found at end of line
(#444) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Gradient/Stop.php
(#1) No one-line description found in phpdocs for docblock of file Stop.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Stop.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class Stop
(#11) Opening brace should be on the same line as the declaration for class Stop
(#12) Missing member variable doc comment
(#13) Missing member variable doc comment
(#14) Missing member variable doc comment
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Style.php
(#1) No one-line description found in phpdocs for docblock of file Style.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Style.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Style
(#13) Opening brace should be on the same line as the declaration for class Style
(#14) Missing docblock for constant Style::TYPE_COLOR
(#15) Missing docblock for constant Style::TYPE_LENGTH
(#16) Missing docblock for constant Style::TYPE_NAME
(#17) Missing docblock for constant Style::TYPE_ANGLE
(#18) Missing docblock for constant Style::TYPE_NUMBER
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Member variable "_parentStyle" must be all lower-case
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#28) Member variable "fillOpacity" must be all lower-case
(#29) Missing member variable doc comment
(#29) Member variable "fillRule" must be all lower-case
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#32) Member variable "strokeOpacity" must be all lower-case
(#33) Missing member variable doc comment
(#33) Member variable "strokeLinecap" must be all lower-case
(#34) Missing member variable doc comment
(#34) Member variable "strokeLinejoin" must be all lower-case
(#35) Missing member variable doc comment
(#35) Member variable "strokeMiterlimit" must be all lower-case
(#36) Missing member variable doc comment
(#36) Member variable "strokeWidth" must be all lower-case
(#37) Missing member variable doc comment
(#37) Member variable "strokeDasharray" must be all lower-case
(#38) Missing member variable doc comment
(#38) Member variable "strokeDashoffset" must be all lower-case
(#40) Missing member variable doc comment
(#40) Member variable "fontFamily" must be all lower-case
(#41) Missing member variable doc comment
(#41) Member variable "fontSize" must be all lower-case
(#42) Missing member variable doc comment
(#42) Member variable "fontWeight" must be all lower-case
(#43) Missing member variable doc comment
(#43) Member variable "fontStyle" must be all lower-case
(#44) Missing member variable doc comment
(#44) Member variable "textAnchor" must be all lower-case
(#46) Missing docblock for function __construct
(#52) Missing docblock for function getStyleMap
(#52) Protected method name "Style::getStyleMap" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#54) Short array syntax must be used to define arrays
(#55) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#59) Short array syntax must be used to define arrays
(#60) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#70) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#73) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#76) Short array syntax must be used to define arrays
(#85) No one-line description found in phpdocs for docblock of function fromAttributes
(#85) Public method name "Style::fromAttributes" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#95) Missing docblock for function inherit
(#98) Variable "parent_style" must not contain underscores.
(#99) Variable "parent_style" must not contain underscores.
(#100) Variable "parent_style" must not contain underscores.
(#100) Variable "_key" must not contain underscores.
(#100) Variable "_value" must not contain underscores.
(#101) Variable "_value" must not contain underscores.
(#102) Variable "_key" must not contain underscores.
(#102) Variable "_value" must not contain underscores.
(#108) Missing docblock for function fromStyleSheets
(#108) Public method name "Style::fromStyleSheets" must be in lower-case letters only
(#113) Short array syntax must be used to define arrays
(#115) Variable "_sc" must not contain underscores.
(#118) Variable "_sc" must not contain underscores.
(#118) Variable "_decl" must not contain underscores.
(#121) Variable "_decl" must not contain underscores.
(#121) Variable "_selector" must not contain underscores.
(#122) Variable "_selector" must not contain underscores.
(#122) Variable "_selector" must not contain underscores.
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Variable "_class" must not contain underscores.
(#127) Variable "_selector" must not contain underscores.
(#127) Variable "_class" must not contain underscores.
(#129) Variable "_decl" must not contain underscores.
(#129) Variable "_rule" must not contain underscores.
(#130) Variable "_rule" must not contain underscores.
(#130) Variable "_rule" must not contain underscores.
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Variable "_selector" must not contain underscores.
(#141) Variable "_decl" must not contain underscores.
(#141) Variable "_rule" must not contain underscores.
(#142) Variable "_rule" must not contain underscores.
(#142) Variable "_rule" must not contain underscores.
(#154) Missing docblock for function fillStyles
(#154) Protected method name "Style::fillStyles" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#156) Variable "style_map" must not contain underscores.
(#157) Variable "style_map" must not contain underscores.
(#171) Variable "style_map" must not contain underscores.
(#201) Missing docblock for function parseColor
(#201) Visibility must be declared on method "parseColor"
(#201) method name "Style::parseColor" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Variable "colorNames" must be all lower-case
(#227) Variable "colorNames" must be all lower-case
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Short array syntax must be used to define arrays
(#303) There should be a comma after the last array item in a multi-line array.
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) No space found before comment text; expected "// FIXME: gradients not supported?" but found "//FIXME: gradients not supported?"
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) This comment is 46% valid code; is this commented out code?
(#324) Missing docblock for function getQuad
(#324) Visibility must be declared on method "getQuad"
(#324) method name "Style::getQuad" must be in lower-case letters only
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Missing docblock for function parseHexColor
(#363) Visibility must be declared on method "parseHexColor"
(#363) method name "Style::parseHexColor" must be in lower-case letters only
(#364) Opening brace should be on the same line as the declaration
(#365) Short array syntax must be used to define arrays
(#367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Expected 1 space before "/"; 0 found
(#376) Expected 1 space after "/"; 0 found
(#386) Expected 1 space before "/"; 0 found
(#386) Expected 1 space after "/"; 0 found
(#401) Visibility must be declared on method "parseCssStyle"
(#401) method name "Style::parseCssStyle" must be in lower-case letters only
(#402) Opening brace should be on the same line as the declaration
(#403) Short array syntax must be used to define arrays
(#406) Short array syntax must be used to define arrays
(#414) Missing member variable doc comment
(#414) Member variable "colorNames" must be all lower-case
(#414) Scope modifier not specified for member variable "$colorNames"
(#414) Short array syntax must be used to define arrays
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Surface/CPdf.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#8) Incorrect @package tag for file CPdf.php. Expected local_dompdf, found Cpdf.
(#13) Missing docblock for class CPdf
(#14) Opening brace should be on the same line as the declaration for class CPdf
(#15) Missing docblock for constant CPdf::PDF_VERSION
(#17) Missing docblock for constant CPdf::ACROFORM_SIG_SIGNATURESEXISTS
(#18) Missing docblock for constant CPdf::ACROFORM_SIG_APPENDONLY
(#18) Expected 1 space after "="; 7 found
(#20) Missing docblock for constant CPdf::ACROFORM_FIELD_BUTTON
(#20) Expected 1 space after "="; 3 found
(#21) Missing docblock for constant CPdf::ACROFORM_FIELD_TEXT
(#21) Expected 1 space after "="; 5 found
(#22) Missing docblock for constant CPdf::ACROFORM_FIELD_CHOICE
(#22) Expected 1 space after "="; 3 found
(#23) Missing docblock for constant CPdf::ACROFORM_FIELD_SIG
(#23) Expected 1 space after "="; 6 found
(#25) Missing docblock for constant CPdf::ACROFORM_FIELD_READONLY
(#25) Expected 1 space after "="; 15 found
(#26) Missing docblock for constant CPdf::ACROFORM_FIELD_REQUIRED
(#26) Expected 1 space after "="; 15 found
(#28) Missing docblock for constant CPdf::ACROFORM_FIELD_TEXT_MULTILINE
(#28) Expected 1 space after "="; 9 found
(#29) Missing docblock for constant CPdf::ACROFORM_FIELD_TEXT_PASSWORD
(#29) Expected 1 space after "="; 10 found
(#30) Missing docblock for constant CPdf::ACROFORM_FIELD_TEXT_RICHTEXT
(#30) Expected 1 space after "="; 9 found
(#32) Missing docblock for constant CPdf::ACROFORM_FIELD_CHOICE_COMBO
(#32) Expected 1 space after "="; 10 found
(#33) Missing docblock for constant CPdf::ACROFORM_FIELD_CHOICE_EDIT
(#33) Expected 1 space after "="; 11 found
(#34) Missing docblock for constant CPdf::ACROFORM_FIELD_CHOICE_SORT
(#34) Expected 1 space after "="; 11 found
(#35) Missing docblock for constant CPdf::ACROFORM_FIELD_CHOICE_MULTISELECT
(#35) Expected 1 space after "="; 3 found
(#37) Missing docblock for constant CPdf::XOBJECT_SUBTYPE_FORM
(#40) Expected "int" but found "integer" for @var tag in member variable comment
(#42) Member variable "numObj" must be all lower-case
(#50) Expected "int" but found "integer" for @var tag in member variable comment
(#52) Member variable "catalogId" must be all lower-case
(#55) Expected "int" but found "integer" for @var tag in member variable comment
(#57) Member variable "indirectReferenceId" must be all lower-case
(#60) Expected "int" but found "integer" for @var tag in member variable comment
(#62) Member variable "embeddedFilesId" must be all lower-case
(#67) Expected "int" but found "integer" for @var tag in member variable comment
(#69) Member variable "acroFormId" must be all lower-case
(#74) Member variable "signatureMaxLen" must be all lower-case
(#86) Member variable "defaultFont" must be all lower-case
(#89) @string tag is not allowed in member variable comment
(#89) Invalid docblock tag "@string".
(#90) Missing @var tag in member variable comment
(#91) Member variable "currentFont" must be all lower-case
(#96) Member variable "currentBaseFont" must be all lower-case
(#99) Expected "int" but found "integer" for @var tag in member variable comment
(#101) Member variable "currentFontNum" must be all lower-case
(#104) Expected "int" but found "integer" for @var tag in member variable comment
(#106) Member variable "currentNode" must be all lower-case
(#109) Expected "int" but found "integer" for @var tag in member variable comment
(#111) Member variable "currentPage" must be all lower-case
(#114) Expected "int" but found "integer" for @var tag in member variable comment
(#116) Member variable "currentContents" must be all lower-case
(#119) Expected "int" but found "integer" for @var tag in member variable comment
(#121) Member variable "numFonts" must be all lower-case
(#124) Expected "int" but found "integer" for @var tag in member variable comment
(#126) Member variable "numStates" must be all lower-case
(#137) Member variable "currentColor" must be all lower-case
(#142) Member variable "currentStrokeColor" must be all lower-case
(#147) Member variable "fillRule" must be all lower-case
(#152) Member variable "currentLineStyle" must be all lower-case
(#157) Member variable "currentLineTransparency" must be all lower-case
(#161) Missing @var tag in member variable comment
(#162) Member variable "currentFillTransparency" must be all lower-case
(#168) Member variable "stateStack" must be all lower-case
(#171) Expected "int" but found "integer" for @var tag in member variable comment
(#173) Member variable "nStateStack" must be all lower-case
(#176) Expected "int" but found "integer" for @var tag in member variable comment
(#178) Member variable "numPages" must be all lower-case
(#186) Expected "int" but found "integer" for @var tag in member variable comment
(#188) Member variable "nStack" must be all lower-case
(#193) Missing @var tag in member variable comment
(#194) Member variable "looseObjects" must be all lower-case
(#198) Missing @var tag in member variable comment
(#199) Member variable "addLooseObjects" must be all lower-case
(#202) Expected "int" but found "integer" for @var tag in member variable comment
(#205) Member variable "infoObject" must be all lower-case
(#208) Expected "int" but found "integer" for @var tag in member variable comment
(#210) Member variable "numImages" must be all lower-case
(#219) Expected "int" but found "integer" for @var tag in member variable comment
(#221) Member variable "firstPageId" must be all lower-case
(#224) Expected "int" but found "integer" for @var tag in member variable comment
(#226) Member variable "procsetObjectId" must be all lower-case
(#233) Member variable "fontFamilies" must be all lower-case
(#245) Expected "int" but found "integer" for @var tag in member variable comment
(#248) Member variable "fontcacheVersion" must be all lower-case
(#260) Member variable "currentTextState" must be all lower-case
(#263) Line exceeds 132 characters; contains 133 characters
(#273) Expected "int" but found "integer" for @var tag in member variable comment
(#275) Member variable "arc4_objnum" must not contain underscores.
(#280) Member variable "fileIdentifier" must be all lower-case
(#283) Expected "bool" but found "boolean" for @var tag in member variable comment
(#290) Member variable "encryptionKey" must be all lower-case
(#298) Expected "int" but found "integer" for @var tag in member variable comment
(#300) Member variable "nCallback" must be all lower-case
(#324) Member variable "imageAlphaList" must be all lower-case
(#329) Member variable "imageCache" must be all lower-case
(#332) Expected "bool" but found "boolean" for @var tag in member variable comment
(#334) Member variable "isUnicode" must be all lower-case
(#342) Expected "bool" but found "boolean" for @var tag in member variable comment
(#344) Member variable "compressionReady" must be all lower-case
(#349) Member variable "currentPageSize" must be all lower-case
(#354) Member variable "stringSubsets" must be all lower-case
(#359) Member variable "targetEncoding" must be all lower-case
(#364) Member variable "byteRange" must be all lower-case
(#364) Short array syntax must be used to define arrays
(#369) Member variable "coreFonts" must be all lower-case
(#383) There should be a comma after the last array item in a multi-line array.
(#390) Line exceeds 132 characters; contains 142 characters
(#395) Visibility must be declared on method "__construct"
(#395) Variable "pageSize" must be all lower-case
(#395) Variable "isUnicode" must be all lower-case
(#396) Opening brace should be on the same line as the declaration
(#397) Variable "isUnicode" must be all lower-case
(#400) Variable "pageSize" must be all lower-case
(#405) Variable "targetEncoding" must be all lower-case
(#408) Inline comments must start with a capital letter, digit or 3-dots sequence
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Missing docblock for function __destruct
(#413) Opening brace should be on the same line as the declaration
(#445) Opening brace should be on the same line as the declaration
(#452) Line indented incorrectly; expected at least 24 spaces, found 20
(#452) Inline doc block comments are not allowed; use "// Comment." instead
(#452) Invalid docblock tag "@noinspection".
(#458) Line indented incorrectly; expected at least 24 spaces, found 20
(#458) Inline doc block comments are not allowed; use "// Comment." instead
(#458) Invalid docblock tag "@noinspection".
(#489) Protected method name "CPdf::o_viewerPreferences" must be in lower-case letters only
(#490) Opening brace should be on the same line as the declaration
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#525) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#557) Variable "vK" must be all lower-case
(#557) Variable "vV" must be all lower-case
(#558) Variable "vK" must be all lower-case
(#558) Variable "vV" must be all lower-case
(#573) Usage of ELSEIF not allowed; use ELSE IF instead
(#575) Usage of ELSEIF not allowed; use ELSE IF instead
(#577) Usage of ELSEIF not allowed; use ELSE IF instead
(#599) Opening brace should be on the same line as the declaration
(#678) Opening brace should be on the same line as the declaration
(#691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#691) Inline comments must end in full-stops, exclamation marks, or question marks
(#694) Line exceeds 132 characters; contains 135 characters
(#694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#701) Inline comments must end in full-stops, exclamation marks, or question marks
(#734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#734) Inline comments must end in full-stops, exclamation marks, or question marks
(#826) Opening brace should be on the same line as the declaration
(#869) Opening brace should be on the same line as the declaration
(#882) There should be a comma after the last array item in a multi-line array.
(#883) There should be a comma after the last array item in a multi-line array.
(#885) Variable "fontNum" must be all lower-case
(#886) Variable "fontNum" must be all lower-case
(#888) Inline comments must start with a capital letter, digit or 3-dots sequence
(#888) Inline comments must end in full-stops, exclamation marks, or question marks
(#890) Inline comments must start with a capital letter, digit or 3-dots sequence
(#890) Inline comments must end in full-stops, exclamation marks, or question marks
(#896) Inline comments must start with a capital letter, digit or 3-dots sequence
(#896) Inline comments must end in full-stops, exclamation marks, or question marks
(#923) Inline comments must end in full-stops, exclamation marks, or question marks
(#925) Variable "toUnicodeId" must be all lower-case
(#926) Variable "toUnicodeId" must be all lower-case
(#927) Variable "toUnicodeId" must be all lower-case
(#929) Variable "cidFontId" must be all lower-case
(#930) Variable "cidFontId" must be all lower-case
(#931) Variable "cidFontId" must be all lower-case
(#934) Inline comments must start with a capital letter, digit or 3-dots sequence
(#934) Inline comments must end in full-stops, exclamation marks, or question marks
(#935) Variable "fontNum" must be all lower-case
(#939) Variable "font_options" must not contain underscores.
(#941) Variable "font_options" must not contain underscores.
(#942) Variable "font_options" must not contain underscores.
(#958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#958) Inline comments must end in full-stops, exclamation marks, or question marks
(#960) Variable "font_options" must not contain underscores.
(#973) Inline comments must end in full-stops, exclamation marks, or question marks
(#991) Inline comments must start with a capital letter, digit or 3-dots sequence
(#991) Inline comments must end in full-stops, exclamation marks, or question marks
(#995) Inline comments must start with a capital letter, digit or 3-dots sequence
(#995) Inline comments must end in full-stops, exclamation marks, or question marks
(#1026) Missing docblock for function getFontSubsettingTag
(#1026) Protected method name "CPdf::getFontSubsettingTag" must be in lower-case letters only
(#1027) Opening brace should be on the same line as the declaration
(#1028) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1028) Inline comments must end in full-stops, exclamation marks, or question marks
(#1029) Variable "base_26" must not contain underscores.
(#1030) Variable "base_26" must not contain underscores.
(#1031) Variable "base_26" must not contain underscores.
(#1033) Variable "base_26" must not contain underscores.
(#1035) Variable "base_26" must not contain underscores.
(#1039) Variable "base_26" must not contain underscores.
(#1048) No one-line description found in phpdocs for docblock of function processFont
(#1048) Private method name "CPdf::processFont" must be in lower-case letters only
(#1048) Variable "fontObjId" must be all lower-case
(#1048) Variable "object_info" must not contain underscores.
(#1049) Opening brace should be on the same line as the declaration
(#1050) Variable "fontFileName" must be all lower-case
(#1050) Variable "object_info" must not contain underscores.
(#1051) Variable "fontFileName" must be all lower-case
(#1055) Variable "fontFileName" must be all lower-case
(#1057) Variable "fileSuffix" must be all lower-case
(#1058) Variable "fileSuffixLower" must be all lower-case
(#1059) Variable "fontFileName" must be all lower-case
(#1059) Variable "fileSuffix" must be all lower-case
(#1060) Variable "isTtfFont" must be all lower-case
(#1060) Variable "fileSuffixLower" must be all lower-case
(#1061) Variable "isPfbFont" must be all lower-case
(#1061) Variable "fileSuffixLower" must be all lower-case
(#1065) Variable "fileSuffix" must be all lower-case
(#1072) Variable "adobeFontName" must be all lower-case
(#1073) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1073) This comment is 63% valid code; is this commented out code?
(#1073) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#1074) Variable "adobeFontName" must be all lower-case
(#1076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1077) Variable "firstChar" must be all lower-case
(#1078) Variable "lastChar" must be all lower-case
(#1080) Variable "cid_widths" must not contain underscores.
(#1085) Inline comments must end in full-stops, exclamation marks, or question marks
(#1086) Variable "lastChar" must be all lower-case
(#1086) Variable "lastChar" must be all lower-case
(#1087) Variable "lastChar" must be all lower-case
(#1096) Variable "cid_widths" must not contain underscores.
(#1099) Variable "firstChar" must be all lower-case
(#1100) Variable "firstChar" must be all lower-case
(#1103) Variable "lastChar" must be all lower-case
(#1107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1107) Inline comments must end in full-stops, exclamation marks, or question marks
(#1109) Variable "charNum" must be all lower-case
(#1109) Variable "charName" must be all lower-case
(#1110) Variable "charNum" must be all lower-case
(#1110) Variable "lastChar" must be all lower-case
(#1112) Inline comments must end in full-stops, exclamation marks, or question marks
(#1113) Variable "lastChar" must be all lower-case
(#1113) Variable "charNum" must be all lower-case
(#1118) Variable "lastChar" must be all lower-case
(#1118) Variable "charNum" must be all lower-case
(#1121) Variable "charName" must be all lower-case
(#1122) Variable "charNum" must be all lower-case
(#1122) Variable "firstChar" must be all lower-case
(#1122) Variable "charName" must be all lower-case
(#1124) Variable "cid_widths" must not contain underscores.
(#1124) Variable "charName" must be all lower-case
(#1124) Variable "charName" must be all lower-case
(#1131) Variable "cid_widths" must not contain underscores.
(#1134) Variable "firstChar" must be all lower-case
(#1135) Variable "lastChar" must be all lower-case
(#1140) Inline comments must end in full-stops, exclamation marks, or question marks
(#1148) Variable "missing_width" must not contain underscores.
(#1149) Variable "stemV" must be all lower-case
(#1152) Variable "missing_width" must not contain underscores.
(#1155) Variable "stemV" must be all lower-case
(#1158) Variable "stemV" must be all lower-case
(#1162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1167) Inline comments must end in full-stops, exclamation marks, or question marks
(#1169) Variable "fontDescriptorId" must be all lower-case
(#1174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1174) Inline comments must end in full-stops, exclamation marks, or question marks
(#1185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1185) Inline comments must end in full-stops, exclamation marks, or question marks
(#1188) Line exceeds 132 characters; contains 154 characters
(#1188) Inline comments must end in full-stops, exclamation marks, or question marks
(#1188) No space found before comment text; expected "// FIXME: php-font-lib is not grabbing this value, so we'll fake it and use the Ascender value // 'CapHeight'" but found "//FIXME: php-font-lib is not grabbing this value, so we'll fake it and use the Ascender value // 'CapHeight'"
(#1192) There should be a comma after the last array item in a multi-line array.
(#1196) Variable "adobeFontName" must be all lower-case
(#1197) There should be a comma after the last array item in a multi-line array.
(#1197) Variable "stemV" must be all lower-case
(#1206) Variable "isPfbFont" must be all lower-case
(#1208) Usage of ELSEIF not allowed; use ELSE IF instead
(#1208) Variable "isTtfFont" must be all lower-case
(#1212) Variable "fontDescriptorId" must be all lower-case
(#1214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1214) Inline comments must end in full-stops, exclamation marks, or question marks
(#1218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1218) Inline comments must end in full-stops, exclamation marks, or question marks
(#1219) Variable "isPfbFont" must be all lower-case
(#1228) Usage of ELSEIF not allowed; use ELSE IF instead
(#1228) Variable "isTtfFont" must be all lower-case
(#1233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1233) Inline comments must end in full-stops, exclamation marks, or question marks
(#1235) Variable "adobeFontName" must be all lower-case
(#1236) Variable "missing_width" must not contain underscores.
(#1238) Variable "firstChar" must be all lower-case
(#1239) Variable "lastChar" must be all lower-case
(#1240) There should be a comma after the last array item in a multi-line array.
(#1240) Variable "fontDescriptorId" must be all lower-case
(#1243) Variable "isTtfFont" must be all lower-case
(#1247) Variable "fontObjId" must be all lower-case
(#1264) Protected method name "CPdf::o_toUnicode" must be in lower-case letters only
(#1265) Opening brace should be on the same line as the declaration
(#1269) There should be a comma after the last array item in a multi-line array.
(#1325) Protected method name "CPdf::o_fontDescriptor" must be in lower-case letters only
(#1326) Opening brace should be on the same line as the declaration
(#1390) Protected method name "CPdf::o_fontEncoding" must be in lower-case letters only
(#1391) Opening brace should be on the same line as the declaration
(#1398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1398) Inline comments must end in full-stops, exclamation marks, or question marks
(#1418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1418) Inline comments must end in full-stops, exclamation marks, or question marks
(#1443) Protected method name "CPdf::o_fontDescendentCID" must be in lower-case letters only
(#1444) Opening brace should be on the same line as the declaration
(#1453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1453) Inline comments must end in full-stops, exclamation marks, or question marks
(#1454) Variable "cidSystemInfoId" must be all lower-case
(#1455) Variable "cidSystemInfoId" must be all lower-case
(#1456) Variable "cidSystemInfoId" must be all lower-case
(#1458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1458) Inline comments must end in full-stops, exclamation marks, or question marks
(#1459) Variable "cidToGidMapId" must be all lower-case
(#1460) Variable "cidToGidMapId" must be all lower-case
(#1461) Variable "cidToGidMapId" must be all lower-case
(#1482) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1482) Inline comments must end in full-stops, exclamation marks, or question marks
(#1492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1492) This comment is 75% valid code; is this commented out code?
(#1492) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1493) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#1494) Inline comments must end in full-stops, exclamation marks, or question marks
(#1494) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1496) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1496) This comment is 75% valid code; is this commented out code?
(#1496) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1497) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#1498) Inline comments must end in full-stops, exclamation marks, or question marks
(#1498) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1508) Variable "cid_widths" must not contain underscores.
(#1510) Variable "cid_widths" must not contain underscores.
(#1533) Protected method name "CPdf::o_cidSystemInfo" must be in lower-case letters only
(#1534) Opening brace should be on the same line as the declaration
(#1538) There should be a comma after the last array item in a multi-line array.
(#1552) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1556) Inline comments must end in full-stops, exclamation marks, or question marks
(#1557) Line exceeds 132 characters; contains 143 characters
(#1557) Inline comments must end in full-stops, exclamation marks, or question marks
(#1577) Protected method name "CPdf::o_fontGIDtoCIDMap" must be in lower-case letters only
(#1578) Opening brace should be on the same line as the declaration
(#1590) Variable "fontFileName" must be all lower-case
(#1591) Variable "fontFileName" must be all lower-case
(#1591) Variable "fontFileName" must be all lower-case
(#1593) Variable "fontFileName" must be all lower-case
(#1594) Variable "fontFileName" must be all lower-case
(#1602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1602) Inline comments must end in full-stops, exclamation marks, or question marks
(#1635) Opening brace should be on the same line as the declaration
(#1648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1649) Inline comments must end in full-stops, exclamation marks, or question marks
(#1681) Opening brace should be on the same line as the declaration
(#1690) There should be a comma after the last array item in a multi-line array.
(#1691) There should be a comma after the last array item in a multi-line array.
(#1717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1717) Inline comments must end in full-stops, exclamation marks, or question marks
(#1747) Opening brace should be on the same line as the declaration
(#1757) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1757) Inline comments must end in full-stops, exclamation marks, or question marks
(#1774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1774) Inline comments must end in full-stops, exclamation marks, or question marks
(#1808) Opening brace should be on the same line as the declaration
(#1815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1815) Inline comments must end in full-stops, exclamation marks, or question marks
(#1816) Variable "pageId" must be all lower-case
(#1817) Variable "pageId" must be all lower-case
(#1819) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1819) Inline comments must end in full-stops, exclamation marks, or question marks
(#1829) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1829) Inline comments must end in full-stops, exclamation marks, or question marks
(#1874) Opening brace should be on the same line as the declaration
(#1887) There should be a comma after the last array item in a multi-line array.
(#1888) There should be a comma after the last array item in a multi-line array.
(#1892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1892) Inline comments must end in full-stops, exclamation marks, or question marks
(#1900) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1900) Inline comments must end in full-stops, exclamation marks, or question marks
(#1900) No space found before comment text; expected "// make a contents object to go with this page" but found "//make a contents object to go with this page"
(#1908) Variable "oId" must be all lower-case
(#1910) Variable "oId" must be all lower-case
(#1920) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1920) Inline comments must end in full-stops, exclamation marks, or question marks
(#1925) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1945) Variable "aId" must be all lower-case
(#1946) Variable "aId" must be all lower-case
(#1958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1959) No space found before comment text; expected "// foreach (array_reverse($o['info']['contents']) as $cId) {" but found "//foreach (array_reverse($o['info']['contents']) as $cId) {"
(#1960) Inline comments must end in full-stops, exclamation marks, or question marks
(#1961) Variable "cId" must be all lower-case
(#1962) Variable "cId" must be all lower-case
(#1985) Opening brace should be on the same line as the declaration
(#1994) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1994) Inline comments must end in full-stops, exclamation marks, or question marks
(#1998) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1998) Inline comments must end in full-stops, exclamation marks, or question marks
(#2005) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2005) Inline comments must end in full-stops, exclamation marks, or question marks
(#2019) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2019) Inline comments must end in full-stops, exclamation marks, or question marks
(#2049) No one-line description found in phpdocs for docblock of function o_embedjs
(#2050) Opening brace should be on the same line as the declaration
(#2056) There should be a comma after the last array item in a multi-line array.
(#2057) There should be a comma after the last array item in a multi-line array.
(#2081) No one-line description found in phpdocs for docblock of function o_javascript
(#2082) Opening brace should be on the same line as the declaration
(#2090) There should be a comma after the last array item in a multi-line array.
(#2118) Opening brace should be on the same line as the declaration
(#2121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2121) Inline comments must end in full-stops, exclamation marks, or question marks
(#2161) Line exceeds maximum limit of 180 characters; contains 190 characters
(#2221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2259) Protected method name "CPdf::o_extGState" must be in lower-case letters only
(#2260) Opening brace should be on the same line as the declaration
(#2261) Variable "valid_params" must not contain underscores.
(#2287) There should be a comma after the last array item in a multi-line array.
(#2294) Inline comments must end in full-stops, exclamation marks, or question marks
(#2304) Variable "valid_params" must not contain underscores.
(#2324) No one-line description found in phpdocs for docblock of function o_xobject
(#2325) Opening brace should be on the same line as the declaration
(#2338) There should be a comma after the last array item in a multi-line array.
(#2393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2393) Inline comments must end in full-stops, exclamation marks, or question marks
(#2418) No one-line description found in phpdocs for docblock of function o_acroform
(#2419) Opening brace should be on the same line as the declaration
(#2423) Short array syntax must be used to define arrays
(#2433) There should be a comma after the last array item in a multi-line array.
(#2479) No one-line description found in phpdocs for docblock of function o_field
(#2480) Opening brace should be on the same line as the declaration
(#2573) Opening brace should be on the same line as the declaration
(#2574) Variable "sign_maxlen" must not contain underscores.
(#2578) Short array syntax must be used to define arrays
(#2585) Variable "content_len" must not contain underscores.
(#2588) Variable "rangeStartPos" must be all lower-case
(#2588) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2588) Inline comments must end in full-stops, exclamation marks, or question marks
(#2589) Variable "rangeStartPos" must be all lower-case
(#2589) Variable "rangeStartPos" must be all lower-case
(#2589) Variable "sign_maxlen" must not contain underscores.
(#2589) Variable "content_len" must not contain underscores.
(#2589) Variable "sign_maxlen" must not contain underscores.
(#2589) Variable "rangeStartPos" must be all lower-case
(#2589) Line exceeds maximum limit of 180 characters; contains 238 characters
(#2592) Variable "tmpInput" must be all lower-case
(#2593) Variable "tmpOutput" must be all lower-case
(#2595) Variable "tmpInput" must be all lower-case
(#2595) Variable "rangeStartPos" must be all lower-case
(#2598) Variable "tmpInput" must be all lower-case
(#2598) Variable "rangeStartPos" must be all lower-case
(#2598) Variable "sign_maxlen" must not contain underscores.
(#2603) Variable "tmpInput" must be all lower-case
(#2603) Variable "tmpOutput" must be all lower-case
(#2605) Short array syntax must be used to define arrays
(#2606) Short array syntax must be used to define arrays
(#2610) Variable "tmpOutput" must be all lower-case
(#2612) Variable "tmpInput" must be all lower-case
(#2613) Variable "tmpOutput" must be all lower-case
(#2621) Variable "sign_maxlen" must not contain underscores.
(#2623) Variable "sign_maxlen" must not contain underscores.
(#2624) Variable "sign_maxlen" must not contain underscores.
(#2627) Variable "rangeStartPos" must be all lower-case
(#2627) Variable "sign_maxlen" must not contain underscores.
(#2639) Variable "sign_maxlen" must not contain underscores.
(#2640) Inline comments must end in full-stops, exclamation marks, or question marks
(#2640) No space found before comment text; expected "// PPKMS \n";" but found "//PPKMS \n";"
(#2682) Opening brace should be on the same line as the declaration
(#2685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2685) Inline comments must end in full-stops, exclamation marks, or question marks
(#2691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2691) Inline comments must end in full-stops, exclamation marks, or question marks
(#2728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2739) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2739) Inline comments must end in full-stops, exclamation marks, or question marks
(#2751) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2751) Inline comments must end in full-stops, exclamation marks, or question marks
(#2762) Missing docblock for function o_indirect_references
(#2763) Opening brace should be on the same line as the declaration
(#2779) Variable "referenceObjName" must be all lower-case
(#2779) Variable "referenceObjId" must be all lower-case
(#2780) Variable "referenceObjName" must be all lower-case
(#2780) Variable "referenceObjId" must be all lower-case
(#2790) Missing docblock for function o_names
(#2791) Opening brace should be on the same line as the declaration
(#2832) Missing docblock for function o_embedded_file_dictionary
(#2833) Opening brace should be on the same line as the declaration
(#2836) Variable "embeddedFileId" must be all lower-case
(#2837) Variable "embeddedFileId" must be all lower-case
(#2839) Variable "embeddedFileId" must be all lower-case
(#2867) Missing docblock for function o_embedded_file
(#2868) Opening brace should be on the same line as the declaration
(#2881) Variable "file_content_compressed" must not contain underscores.
(#2882) Variable "deflateContext" must be all lower-case
(#2884) Variable "file_content_compressed" must not contain underscores.
(#2884) Variable "deflateContext" must be all lower-case
(#2886) Variable "file_content_compressed" must not contain underscores.
(#2886) Variable "deflateContext" must be all lower-case
(#2887) Variable "file_size_uncompressed" must not contain underscores.
(#2890) Variable "file_content" must not contain underscores.
(#2891) Variable "file_size_uncompressed" must not contain underscores.
(#2891) Variable "file_content" must not contain underscores.
(#2892) Variable "file_content" must not contain underscores.
(#2898) Variable "file_content_compressed" must not contain underscores.
(#2898) Variable "file_content_compressed" must not contain underscores.
(#2900) Variable "file_size_compressed" must not contain underscores.
(#2900) Variable "file_content_compressed" must not contain underscores.
(#2902) Variable "file_size_uncompressed" must not contain underscores.
(#2904) Variable "file_size_compressed" must not contain underscores.
(#2904) Variable "file_content_compressed" must not contain underscores.
(#2923) Visibility must be declared on method "md5_16"
(#2924) Opening brace should be on the same line as the declaration
(#2939) Visibility must be declared on method "encryptInit"
(#2939) method name "CPdf::encryptInit" must be in lower-case letters only
(#2940) Opening brace should be on the same line as the declaration
(#2951) Space found before semicolon; expected ");" but found ")\n ;"
(#2961) Visibility must be declared on method "ARC4_init"
(#2961) method name "CPdf::ARC4_init" must be in lower-case letters only
(#2962) Opening brace should be on the same line as the declaration
(#2965) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2965) Inline comments must end in full-stops, exclamation marks, or question marks
(#2996) Visibility must be declared on method "ARC4"
(#2996) method name "CPdf::ARC4" must be in lower-case letters only
(#2997) Opening brace should be on the same line as the declaration
(#3029) Visibility must be declared on method "addLink"
(#3029) method name "CPdf::addLink" must be in lower-case letters only
(#3030) Opening brace should be on the same line as the declaration
(#3045) Visibility must be declared on method "addInternalLink"
(#3045) method name "CPdf::addInternalLink" must be in lower-case letters only
(#3046) Opening brace should be on the same line as the declaration
(#3061) Visibility must be declared on method "setEncryption"
(#3061) method name "CPdf::setEncryption" must be in lower-case letters only
(#3061) Variable "userPass" must be all lower-case
(#3061) Variable "ownerPass" must be all lower-case
(#3062) Opening brace should be on the same line as the declaration
(#3077) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3077) Inline comments must end in full-stops, exclamation marks, or question marks
(#3079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3081) Variable "ownerPass" must be all lower-case
(#3082) Variable "ownerPass" must be all lower-case
(#3082) Variable "userPass" must be all lower-case
(#3085) Variable "userPass" must be all lower-case
(#3085) Variable "ownerPass" must be all lower-case
(#3092) Visibility must be declared on method "checkAllHere"
(#3092) method name "CPdf::checkAllHere" must be in lower-case letters only
(#3093) Opening brace should be on the same line as the declaration
(#3102) Visibility must be declared on method "output"
(#3103) Opening brace should be on the same line as the declaration
(#3105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3105) Inline comments must end in full-stops, exclamation marks, or question marks
(#3112) Variable "js_id" must not contain underscores.
(#3113) Variable "js_id" must not contain underscores.
(#3118) Variable "js_id" must not contain underscores.
(#3137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3137) Inline comments must end in full-stops, exclamation marks, or question marks
(#3148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3148) No space found before comment text; expected "// +1 to account for \n at the start of each object" but found "//+1 to account for \n at the start of each object"
(#3162) Space found before semicolon; expected "" 0 R\n";" but found "" 0 R\n"\n ;"
(#3164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3164) Inline comments must end in full-stops, exclamation marks, or question marks
(#3171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3171) Inline comments must end in full-stops, exclamation marks, or question marks
(#3193) Private method name "CPdf::newDocument" must be in lower-case letters only
(#3193) Variable "pageSize" must be all lower-case
(#3194) Opening brace should be on the same line as the declaration
(#3207) Variable "pageSize" must be all lower-case
(#3219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3220) Inline comments must end in full-stops, exclamation marks, or question marks
(#3233) Private method name "CPdf::openFont" must be in lower-case letters only
(#3234) Opening brace should be on the same line as the declaration
(#3235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3235) Inline comments must end in full-stops, exclamation marks, or question marks
(#3244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3244) No space found before comment text; expected "// $name filename without folder and extension of font metrics" but found "//$name filename without folder and extension of font metrics"
(#3245) No space found before comment text; expected "// $dir folder of font metrics" but found "//$dir folder of font metrics"
(#3246) No space found before comment text; expected "// $fontcache folder of runtime created php serialized version of font metrics." but found "//$fontcache folder of runtime created php serialized version of font metrics."
(#3247) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#3248) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#3252) Variable "coreFonts" must be all lower-case
(#3253) Variable "metrics_name" must not contain underscores.
(#3255) Variable "metrics_name" must not contain underscores.
(#3258) Variable "cache_name" must not contain underscores.
(#3258) Variable "metrics_name" must not contain underscores.
(#3259) Variable "metrics_name" must not contain underscores.
(#3259) Variable "cache_name" must not contain underscores.
(#3261) Variable "cache_name" must not contain underscores.
(#3262) Variable "cache_name" must not contain underscores.
(#3263) Variable "cached_font_info" must not contain underscores.
(#3263) Variable "cache_name" must not contain underscores.
(#3264) Variable "cached_font_info" must not contain underscores.
(#3264) Variable "cached_font_info" must not contain underscores.
(#3267) Variable "cached_font_info" must not contain underscores.
(#3271) Variable "metrics_name" must not contain underscores.
(#3272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3272) Inline comments must end in full-stops, exclamation marks, or question marks
(#3273) Variable "metrics_name" must not contain underscores.
(#3281) Variable "metrics_name" must not contain underscores.
(#3288) Variable "metrics_name" must not contain underscores.
(#3290) Variable "rowA" must be all lower-case
(#3291) Variable "rowA" must be all lower-case
(#3295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3295) Inline comments must end in full-stops, exclamation marks, or question marks
(#3317) Line exceeds 132 characters; contains 147 characters
(#3325) Inline comments must end in full-stops, exclamation marks, or question marks
(#3325) No space found before comment text; expected "// C 39 ; WX 222 ; N quoteright ; B 53 463 157 718 ;" but found "//C 39 ; WX 222 ; N quoteright ; B 53 463 157 718 ;"
(#3326) Inline comments must end in full-stops, exclamation marks, or question marks
(#3357) Usage of ELSEIF not allowed; use ELSE IF instead
(#3367) Inline comments must end in full-stops, exclamation marks, or question marks
(#3368) Inline comments must end in full-stops, exclamation marks, or question marks
(#3400) Inline comments must end in full-stops, exclamation marks, or question marks
(#3410) Usage of ELSEIF not allowed; use ELSE IF instead
(#3421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3422) Inline comments must end in full-stops, exclamation marks, or question marks
(#3422) No space found before comment text; expected "// KPX Adieresis yacute -40" but found "//KPX Adieresis yacute -40"
(#3423) This comment is 78% valid code; is this commented out code?
(#3431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3431) Inline comments must end in full-stops, exclamation marks, or question marks
(#3439) No space found before comment text; expected "// Because of potential trouble with php safe mode, expect that the folder already exists." but found "//Because of potential trouble with php safe mode, expect that the folder already exists."
(#3440) No space found before comment text; expected "// If not existing, this will hit performance because of missing cached results." but found "//If not existing, this will hit performance because of missing cached results."
(#3442) Variable "cache_name" must not contain underscores.
(#3466) Visibility must be declared on method "selectFont"
(#3466) method name "CPdf::selectFont" must be in lower-case letters only
(#3466) Variable "fontName" must be all lower-case
(#3466) Variable "isSubsetting" must be all lower-case
(#3467) Opening brace should be on the same line as the declaration
(#3468) Variable "fontName" must be all lower-case
(#3468) Variable "fontName" must be all lower-case
(#3472) Variable "fontName" must be all lower-case
(#3474) Variable "fontName" must be all lower-case
(#3474) Variable "fontName" must be all lower-case
(#3474) Variable "fontName" must be all lower-case
(#3477) Variable "fontName" must be all lower-case
(#3478) Variable "fontName" must be all lower-case
(#3480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3480) Inline comments must end in full-stops, exclamation marks, or question marks
(#3481) Variable "fontName" must be all lower-case
(#3483) Variable "fontName" must be all lower-case
(#3487) Variable "fontName" must be all lower-case
(#3489) Variable "fontName" must be all lower-case
(#3490) Variable "fontName" must be all lower-case
(#3490) Variable "isSubsetting" must be all lower-case
(#3493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3493) Inline comments must end in full-stops, exclamation marks, or question marks
(#3503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3503) Inline comments must end in full-stops, exclamation marks, or question marks
(#3510) Variable "fontName" must be all lower-case
(#3511) Variable "fileSuffix" must be all lower-case
(#3512) Usage of ELSEIF not allowed; use ELSE IF instead
(#3512) Variable "fontName" must be all lower-case
(#3513) Variable "fileSuffix" must be all lower-case
(#3514) Usage of ELSEIF not allowed; use ELSE IF instead
(#3514) Variable "fontName" must be all lower-case
(#3515) Variable "fileSuffix" must be all lower-case
(#3516) Usage of ELSEIF not allowed; use ELSE IF instead
(#3516) Variable "fontName" must be all lower-case
(#3517) Variable "fileSuffix" must be all lower-case
(#3519) Variable "fileSuffix" must be all lower-case
(#3522) Variable "fileSuffix" must be all lower-case
(#3525) Variable "isSubsetting" must be all lower-case
(#3525) Variable "fileSuffix" must be all lower-case
(#3527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3528) Inline comments must end in full-stops, exclamation marks, or question marks
(#3528) No space found before comment text; expected "// first time that a font is selected, else they are ignored" but found "//first time that a font is selected, else they are ignored"
(#3535) Variable "fontName" must be all lower-case
(#3536) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3536) Inline comments must end in full-stops, exclamation marks, or question marks
(#3537) Variable "fontName" must be all lower-case
(#3539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3558) Private method name "CPdf::setCurrentFont" must be in lower-case letters only
(#3559) Opening brace should be on the same line as the declaration
(#3560) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3560) This comment is 60% valid code; is this commented out code?
(#3560) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#3561) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3562) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3563) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#3564) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#3565) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#3566) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3567) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#3568) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3569) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3570) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3571) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3572) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3573) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3574) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3575) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#3576) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3577) Inline comments must end in full-stops, exclamation marks, or question marks
(#3577) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3580) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3580) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#3589) Visibility must be declared on method "getFirstPageId"
(#3589) method name "CPdf::getFirstPageId" must be in lower-case letters only
(#3590) Opening brace should be on the same line as the declaration
(#3599) Private method name "CPdf::addContent" must be in lower-case letters only
(#3600) Opening brace should be on the same line as the declaration
(#3610) Visibility must be declared on method "setColor"
(#3610) method name "CPdf::setColor" must be in lower-case letters only
(#3611) Opening brace should be on the same line as the declaration
(#3612) Variable "new_color" must not contain underscores.
(#3614) Variable "new_color" must not contain underscores.
(#3618) Variable "new_color" must not contain underscores.
(#3619) Variable "new_color" must not contain underscores.
(#3622) Variable "new_color" must not contain underscores.
(#3623) Variable "new_color" must not contain underscores.
(#3634) Visibility must be declared on method "setFillRule"
(#3634) method name "CPdf::setFillRule" must be in lower-case letters only
(#3634) Variable "fillRule" must be all lower-case
(#3635) Opening brace should be on the same line as the declaration
(#3636) Variable "fillRule" must be all lower-case
(#3640) Variable "fillRule" must be all lower-case
(#3649) Visibility must be declared on method "setStrokeColor"
(#3649) method name "CPdf::setStrokeColor" must be in lower-case letters only
(#3650) Opening brace should be on the same line as the declaration
(#3651) Variable "new_color" must not contain underscores.
(#3653) Variable "new_color" must not contain underscores.
(#3657) Variable "new_color" must not contain underscores.
(#3658) Variable "new_color" must not contain underscores.
(#3661) Variable "new_color" must not contain underscores.
(#3662) Variable "new_color" must not contain underscores.
(#3673) Visibility must be declared on method "setGraphicsState"
(#3673) method name "CPdf::setGraphicsState" must be in lower-case letters only
(#3674) Opening brace should be on the same line as the declaration
(#3675) Inline comments must end in full-stops, exclamation marks, or question marks
(#3697) Visibility must be declared on method "setLineTransparency"
(#3697) method name "CPdf::setLineTransparency" must be in lower-case letters only
(#3698) Opening brace should be on the same line as the declaration
(#3699) Variable "blend_modes" must not contain underscores.
(#3711) There should be a comma after the last array item in a multi-line array.
(#3714) Variable "blend_modes" must not contain underscores.
(#3734) There should be a comma after the last array item in a multi-line array.
(#3752) Visibility must be declared on method "setFillTransparency"
(#3752) method name "CPdf::setFillTransparency" must be in lower-case letters only
(#3753) Opening brace should be on the same line as the declaration
(#3754) Variable "blend_modes" must not contain underscores.
(#3766) There should be a comma after the last array item in a multi-line array.
(#3769) Variable "blend_modes" must not contain underscores.
(#3804) Visibility must be declared on method "line"
(#3805) Opening brace should be on the same line as the declaration
(#3825) Visibility must be declared on method "curve"
(#3826) Opening brace should be on the same line as the declaration
(#3827) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3846) Visibility must be declared on method "partEllipse"
(#3846) method name "CPdf::partEllipse" must be in lower-case letters only
(#3846) Variable "nSeg" must be all lower-case
(#3847) Opening brace should be on the same line as the declaration
(#3848) Variable "nSeg" must be all lower-case
(#3863) Visibility must be declared on method "filledEllipse"
(#3863) method name "CPdf::filledEllipse" must be in lower-case letters only
(#3863) Variable "nSeg" must be all lower-case
(#3864) Opening brace should be on the same line as the declaration
(#3865) Variable "nSeg" must be all lower-case
(#3872) No one-line description found in phpdocs for docblock of function lineTo
(#3872) Visibility must be declared on method "lineTo"
(#3872) method name "CPdf::lineTo" must be in lower-case letters only
(#3873) Opening brace should be on the same line as the declaration
(#3881) No one-line description found in phpdocs for docblock of function moveTo
(#3881) Visibility must be declared on method "moveTo"
(#3881) method name "CPdf::moveTo" must be in lower-case letters only
(#3882) Opening brace should be on the same line as the declaration
(#3896) Visibility must be declared on method "curveTo"
(#3896) method name "CPdf::curveTo" must be in lower-case letters only
(#3897) Opening brace should be on the same line as the declaration
(#3909) Visibility must be declared on method "quadTo"
(#3909) method name "CPdf::quadTo" must be in lower-case letters only
(#3910) Opening brace should be on the same line as the declaration
(#3914) Missing docblock for function closePath
(#3914) Visibility must be declared on method "closePath"
(#3914) method name "CPdf::closePath" must be in lower-case letters only
(#3915) Opening brace should be on the same line as the declaration
(#3919) Missing docblock for function endPath
(#3919) Visibility must be declared on method "endPath"
(#3919) method name "CPdf::endPath" must be in lower-case letters only
(#3920) Opening brace should be on the same line as the declaration
(#3948) Visibility must be declared on method "ellipse"
(#3954) Variable "nSeg" must be all lower-case
(#3970) Variable "nSeg" must be all lower-case
(#3971) Variable "nSeg" must be all lower-case
(#3976) Variable "totalAngle" must be all lower-case
(#3978) Variable "totalAngle" must be all lower-case
(#3978) Variable "nSeg" must be all lower-case
(#4002) Variable "nSeg" must be all lower-case
(#4003) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4003) Inline comments must end in full-stops, exclamation marks, or question marks
(#4035) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4035) Inline comments must end in full-stops, exclamation marks, or question marks
(#4066) Visibility must be declared on method "setLineStyle"
(#4066) method name "CPdf::setLineStyle" must be in lower-case letters only
(#4067) Opening brace should be on the same line as the declaration
(#4068) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4068) Inline comments must end in full-stops, exclamation marks, or question marks
(#4102) Opening brace should be on the same line as the declaration
(#4126) Visibility must be declared on method "filledRectangle"
(#4126) method name "CPdf::filledRectangle" must be in lower-case letters only
(#4127) Opening brace should be on the same line as the declaration
(#4140) Visibility must be declared on method "rectangle"
(#4141) Opening brace should be on the same line as the declaration
(#4154) Visibility must be declared on method "rect"
(#4155) Opening brace should be on the same line as the declaration
(#4159) Missing docblock for function stroke
(#4159) Visibility must be declared on method "stroke"
(#4160) Opening brace should be on the same line as the declaration
(#4164) Missing docblock for function fill
(#4164) Visibility must be declared on method "fill"
(#4165) Opening brace should be on the same line as the declaration
(#4169) Missing docblock for function fillStroke
(#4169) Visibility must be declared on method "fillStroke"
(#4169) method name "CPdf::fillStroke" must be in lower-case letters only
(#4170) Opening brace should be on the same line as the declaration
(#4182) No one-line description found in phpdocs for docblock of function addXObject
(#4182) Visibility must be declared on method "addXObject"
(#4182) method name "CPdf::addXObject" must be in lower-case letters only
(#4183) Opening brace should be on the same line as the declaration
(#4194) No one-line description found in phpdocs for docblock of function setXObjectResource
(#4194) Visibility must be declared on method "setXObjectResource"
(#4194) method name "CPdf::setXObjectResource" must be in lower-case letters only
(#4194) Variable "numXObject" must be all lower-case
(#4195) Opening brace should be on the same line as the declaration
(#4197) Variable "numXObject" must be all lower-case
(#4226) Visibility must be declared on method "addSignature"
(#4226) method name "CPdf::addSignature" must be in lower-case letters only
(#4226) Line exceeds 132 characters; contains 133 characters
(#4227) Variable "sigId" must be all lower-case
(#4228) Variable "sigId" must be all lower-case
(#4235) There should be a comma after the last array item in a multi-line array.
(#4238) Variable "sigId" must be all lower-case
(#4255) Public method name "CPdf::addFormField" must be in lower-case letters only
(#4256) Opening brace should be on the same line as the declaration
(#4263) Variable "currentFontNum" must be all lower-case
(#4266) Variable "currentFontNum" must be all lower-case
(#4266) Variable "currentFontNum" must be all lower-case
(#4266) Closing brace must be on a line by itself
(#4272) Variable "fieldId" must be all lower-case
(#4273) Variable "fieldId" must be all lower-case
(#4280) There should be a comma after the last array item in a multi-line array.
(#4283) Variable "fieldId" must be all lower-case
(#4292) Public method name "CPdf::setFormFieldValue" must be in lower-case letters only
(#4292) Variable "numFieldObj" must be all lower-case
(#4293) Opening brace should be on the same line as the declaration
(#4294) Variable "numFieldObj" must be all lower-case
(#4303) Public method name "CPdf::setFormFieldRefValue" must be in lower-case letters only
(#4303) Variable "numFieldObj" must be all lower-case
(#4303) Variable "numObj" must be all lower-case
(#4304) Opening brace should be on the same line as the declaration
(#4305) Variable "numFieldObj" must be all lower-case
(#4305) Variable "numObj" must be all lower-case
(#4316) Public method name "CPdf::setFormFieldAppearance" must be in lower-case letters only
(#4316) Variable "numFieldObj" must be all lower-case
(#4316) Variable "normalNumObj" must be all lower-case
(#4316) Variable "rolloverNumObj" must be all lower-case
(#4316) Variable "downNumObj" must be all lower-case
(#4317) Opening brace should be on the same line as the declaration
(#4318) Variable "normalNumObj" must be all lower-case
(#4320) Variable "rolloverNumObj" must be all lower-case
(#4321) Variable "rolloverNumObj" must be all lower-case
(#4324) Variable "downNumObj" must be all lower-case
(#4325) Variable "downNumObj" must be all lower-case
(#4328) Variable "numFieldObj" must be all lower-case
(#4337) Public method name "CPdf::setFormFieldOpt" must be in lower-case letters only
(#4337) Variable "numFieldObj" must be all lower-case
(#4338) Opening brace should be on the same line as the declaration
(#4339) Variable "numFieldObj" must be all lower-case
(#4348) Public method name "CPdf::addForm" must be in lower-case letters only
(#4348) Variable "sigFlags" must be all lower-case
(#4348) Variable "needAppearances" must be all lower-case
(#4349) Opening brace should be on the same line as the declaration
(#4352) Variable "needAppearances" must be all lower-case
(#4353) There should be a comma after the last array item in a multi-line array.
(#4353) Variable "sigFlags" must be all lower-case
(#4360) Visibility must be declared on method "save"
(#4361) Opening brace should be on the same line as the declaration
(#4362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4362) Inline comments must end in full-stops, exclamation marks, or question marks
(#4371) Visibility must be declared on method "restore"
(#4372) Opening brace should be on the same line as the declaration
(#4373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4373) Inline comments must end in full-stops, exclamation marks, or question marks
(#4387) Visibility must be declared on method "clippingRectangle"
(#4387) method name "CPdf::clippingRectangle" must be in lower-case letters only
(#4388) Opening brace should be on the same line as the declaration
(#4405) Visibility must be declared on method "clippingRectangleRounded"
(#4405) method name "CPdf::clippingRectangleRounded" must be in lower-case letters only
(#4405) Variable "rTL" must be all lower-case
(#4405) Variable "rTR" must be all lower-case
(#4405) Variable "rBR" must be all lower-case
(#4405) Variable "rBL" must be all lower-case
(#4406) Opening brace should be on the same line as the declaration
(#4409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4409) Inline comments must end in full-stops, exclamation marks, or question marks
(#4410) Variable "rTL" must be all lower-case
(#4412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4412) Inline comments must end in full-stops, exclamation marks, or question marks
(#4413) Variable "rBL" must be all lower-case
(#4415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4415) Inline comments must end in full-stops, exclamation marks, or question marks
(#4416) Variable "rBL" must be all lower-case
(#4416) Variable "rBL" must be all lower-case
(#4416) Variable "rBL" must be all lower-case
(#4418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4418) Inline comments must end in full-stops, exclamation marks, or question marks
(#4419) Variable "rBR" must be all lower-case
(#4421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4421) Inline comments must end in full-stops, exclamation marks, or question marks
(#4422) Variable "rBR" must be all lower-case
(#4422) Variable "rBR" must be all lower-case
(#4422) Variable "rBR" must be all lower-case
(#4424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4424) Inline comments must end in full-stops, exclamation marks, or question marks
(#4425) Variable "rTR" must be all lower-case
(#4427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4427) Inline comments must end in full-stops, exclamation marks, or question marks
(#4428) Variable "rTR" must be all lower-case
(#4428) Variable "rTR" must be all lower-case
(#4428) Variable "rTR" must be all lower-case
(#4430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4430) Inline comments must end in full-stops, exclamation marks, or question marks
(#4431) Variable "rTL" must be all lower-case
(#4433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4433) Inline comments must end in full-stops, exclamation marks, or question marks
(#4434) Variable "rTL" must be all lower-case
(#4434) Variable "rTL" must be all lower-case
(#4434) Variable "rTL" must be all lower-case
(#4436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4436) Inline comments must end in full-stops, exclamation marks, or question marks
(#4437) Variable "rBL" must be all lower-case
(#4439) Inline comments must end in full-stops, exclamation marks, or question marks
(#4448) Public method name "CPdf::clippingPolygon" must be in lower-case letters only
(#4449) Opening brace should be on the same line as the declaration
(#4465) Visibility must be declared on method "clippingEnd"
(#4465) method name "CPdf::clippingEnd" must be in lower-case letters only
(#4466) Opening brace should be on the same line as the declaration
(#4478) Visibility must be declared on method "scale"
(#4478) Variable "s_x" must not contain underscores.
(#4478) Variable "s_y" must not contain underscores.
(#4479) Opening brace should be on the same line as the declaration
(#4483) Variable "s_x" must not contain underscores.
(#4486) Variable "s_y" must not contain underscores.
(#4487) Variable "s_x" must not contain underscores.
(#4488) Variable "s_y" must not contain underscores.
(#4488) There should be a comma after the last array item in a multi-line array.
(#4500) Visibility must be declared on method "translate"
(#4500) Variable "t_x" must not contain underscores.
(#4500) Variable "t_y" must not contain underscores.
(#4501) Opening brace should be on the same line as the declaration
(#4507) Variable "t_x" must not contain underscores.
(#4508) There should be a comma after the last array item in a multi-line array.
(#4508) Variable "t_y" must not contain underscores.
(#4521) Visibility must be declared on method "rotate"
(#4522) Opening brace should be on the same line as the declaration
(#4526) Variable "cos_a" must not contain underscores.
(#4527) Variable "sin_a" must not contain underscores.
(#4530) Variable "cos_a" must not contain underscores.
(#4531) Variable "sin_a" must not contain underscores.
(#4532) Variable "sin_a" must not contain underscores.
(#4533) Variable "cos_a" must not contain underscores.
(#4534) Variable "sin_a" must not contain underscores.
(#4534) Variable "cos_a" must not contain underscores.
(#4535) Variable "cos_a" must not contain underscores.
(#4535) Variable "sin_a" must not contain underscores.
(#4549) Visibility must be declared on method "skew"
(#4549) Variable "angle_x" must not contain underscores.
(#4549) Variable "angle_y" must not contain underscores.
(#4550) Opening brace should be on the same line as the declaration
(#4553) Variable "tan_x" must not contain underscores.
(#4553) Variable "angle_x" must not contain underscores.
(#4554) Variable "tan_y" must not contain underscores.
(#4554) Variable "angle_y" must not contain underscores.
(#4558) Variable "tan_y" must not contain underscores.
(#4559) Variable "tan_x" must not contain underscores.
(#4561) Variable "tan_x" must not contain underscores.
(#4562) Variable "tan_y" must not contain underscores.
(#4573) Visibility must be declared on method "transform"
(#4574) Opening brace should be on the same line as the declaration
(#4587) Visibility must be declared on method "newPage"
(#4587) method name "CPdf::newPage" must be in lower-case letters only
(#4588) Opening brace should be on the same line as the declaration
(#4589) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4590) Inline comments must end in full-stops, exclamation marks, or question marks
(#4601) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4602) Inline comments must end in full-stops, exclamation marks, or question marks
(#4610) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4610) Inline comments must end in full-stops, exclamation marks, or question marks
(#4617) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4617) Inline comments must end in full-stops, exclamation marks, or question marks
(#4626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4626) Inline comments must end in full-stops, exclamation marks, or question marks
(#4631) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4631) Inline comments must end in full-stops, exclamation marks, or question marks
(#4641) Visibility must be declared on method "stream"
(#4642) Opening brace should be on the same line as the declaration
(#4647) Inline control structures are not allowed
(#4648) Inline control structures are not allowed
(#4665) Variable "contentDisposition" must be all lower-case
(#4667) Variable "contentDisposition" must be all lower-case
(#4669) Variable "contentDisposition" must be all lower-case
(#4682) Public method name "CPdf::getFontHeight" must be in lower-case letters only
(#4683) Opening brace should be on the same line as the declaration
(#4690) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4690) Inline comments must end in full-stops, exclamation marks, or question marks
(#4697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4718) No one-line description found in phpdocs for docblock of function getFontXHeight
(#4718) Public method name "CPdf::getFontXHeight" must be in lower-case letters only
(#4719) Opening brace should be on the same line as the declaration
(#4726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4726) Inline comments must end in full-stops, exclamation marks, or question marks
(#4745) Public method name "CPdf::getFontDescender" must be in lower-case letters only
(#4746) Opening brace should be on the same line as the declaration
(#4747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4747) Inline comments must end in full-stops, exclamation marks, or question marks
(#4752) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4752) This comment is 78% valid code; is this commented out code?
(#4752) No space found before comment text; expected "// $h = $this->fonts[$this->currentFont]['FontBBox'][1];" but found "//$h = $this->fonts[$this->currentFont]['FontBBox'][1];"
(#4767) Visibility must be declared on method "filterText"
(#4767) method name "CPdf::filterText" must be in lower-case letters only
(#4767) Variable "convert_encoding" must not contain underscores.
(#4768) Opening brace should be on the same line as the declaration
(#4773) Variable "convert_encoding" must not contain underscores.
(#4778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4778) This comment is 59% valid code; is this commented out code?
(#4778) No space found before comment text; expected "// $text = html_entity_decode($text, ENT_QUOTES);" but found "//$text = html_entity_decode($text, ENT_QUOTES);"
(#4779) Variable "targetEncoding" must be all lower-case
(#4781) Usage of ELSEIF not allowed; use ELSE IF instead
(#4785) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4785) Inline comments must end in full-stops, exclamation marks, or question marks
(#4799) Visibility must be declared on method "utf8toCodePointsArray"
(#4799) method name "CPdf::utf8toCodePointsArray" must be in lower-case letters only
(#4800) Opening brace should be on the same line as the declaration
(#4801) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4801) Inline comments must end in full-stops, exclamation marks, or question marks
(#4802) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4802) Inline comments must end in full-stops, exclamation marks, or question marks
(#4803) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4803) Inline comments must end in full-stops, exclamation marks, or question marks
(#4804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4804) Inline comments must end in full-stops, exclamation marks, or question marks
(#4807) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4807) Inline comments must end in full-stops, exclamation marks, or question marks
(#4808) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4808) Inline comments must end in full-stops, exclamation marks, or question marks
(#4810) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4810) Inline comments must end in full-stops, exclamation marks, or question marks
(#4812) Usage of ELSEIF not allowed; use ELSE IF instead
(#4815) Usage of ELSEIF not allowed; use ELSE IF instead
(#4818) Usage of ELSEIF not allowed; use ELSE IF instead
(#4822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4822) Inline comments must end in full-stops, exclamation marks, or question marks
(#4827) Usage of ELSEIF not allowed; use ELSE IF instead
(#4827) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4827) Inline comments must end in full-stops, exclamation marks, or question marks
(#4830) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4830) Inline comments must end in full-stops, exclamation marks, or question marks
(#4835) Logical operator "and" is prohibited; use "&&" instead
(#4835) Logical operator "or" is prohibited; use "||" instead
(#4840) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4840) Inline comments must end in full-stops, exclamation marks, or question marks
(#4842) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4842) Inline comments must end in full-stops, exclamation marks, or question marks
(#4844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4844) Inline comments must end in full-stops, exclamation marks, or question marks
(#4849) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4849) Inline comments must end in full-stops, exclamation marks, or question marks
(#4870) Visibility must be declared on method "utf8toUtf16BE"
(#4870) method name "CPdf::utf8toUtf16BE" must be in lower-case letters only
(#4871) Opening brace should be on the same line as the declaration
(#4877) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4877) Inline comments must end in full-stops, exclamation marks, or question marks
(#4878) Usage of ELSEIF not allowed; use ELSE IF instead
(#4903) Private method name "CPdf::getTextPosition" must be in lower-case letters only
(#4904) Opening brace should be on the same line as the declaration
(#4905) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4905) Inline comments must end in full-stops, exclamation marks, or question marks
(#4908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4908) Inline comments must end in full-stops, exclamation marks, or question marks
(#4924) Visibility must be declared on method "toUpper"
(#4924) method name "CPdf::toUpper" must be in lower-case letters only
(#4925) Opening brace should be on the same line as the declaration
(#4929) Missing docblock for function concatMatches
(#4929) Visibility must be declared on method "concatMatches"
(#4929) method name "CPdf::concatMatches" must be in lower-case letters only
(#4930) Opening brace should be on the same line as the declaration
(#4945) Visibility must be declared on method "registerText"
(#4945) method name "CPdf::registerText" must be in lower-case letters only
(#4946) Opening brace should be on the same line as the declaration
(#4947) Variable "coreFonts" must be all lower-case
(#4952) Variable "base_subset" must not contain underscores.
(#4953) Variable "base_subset" must not contain underscores.
(#4973) Visibility must be declared on method "addText"
(#4973) method name "CPdf::addText" must be in lower-case letters only
(#4973) Variable "wordSpaceAdjust" must be all lower-case
(#4973) Variable "charSpaceAdjust" must be all lower-case
(#4973) Variable "smallCaps" must be all lower-case
(#4974) Opening brace should be on the same line as the declaration
(#4981) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4981) This comment is 61% valid code; is this commented out code?
(#4982) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4983) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4984) Inline comments must end in full-stops, exclamation marks, or question marks
(#4984) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4986) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4986) This comment is 62% valid code; is this commented out code?
(#4986) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4987) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4988) Inline comments must end in full-stops, exclamation marks, or question marks
(#4988) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4990) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4990) This comment is 67% valid code; is this commented out code?
(#4990) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#4993) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4993) Inline comments must end in full-stops, exclamation marks, or question marks
(#4996) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4996) Inline comments must end in full-stops, exclamation marks, or question marks
(#5005) There should be a comma after the last array item in a multi-line array.
(#5022) Variable "wordSpaceAdjust" must be all lower-case
(#5023) Variable "wordSpaceAdjust" must be all lower-case
(#5026) Variable "charSpaceAdjust" must be all lower-case
(#5027) Variable "charSpaceAdjust" must be all lower-case
(#5034) Inline comments must end in full-stops, exclamation marks, or question marks
(#5035) Variable "place_text" must not contain underscores.
(#5036) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5036) Inline comments must end in full-stops, exclamation marks, or question marks
(#5037) Variable "wordSpaceAdjust" must be all lower-case
(#5038) Variable "space_scale" must not contain underscores.
(#5039) Variable "place_text" must not contain underscores.
(#5039) Variable "space_scale" must not contain underscores.
(#5039) Variable "wordSpaceAdjust" must be all lower-case
(#5039) Variable "place_text" must not contain underscores.
(#5039) Line exceeds 132 characters; contains 146 characters
(#5042) Variable "place_text" must not contain underscores.
(#5045) Variable "wordSpaceAdjust" must be all lower-case
(#5049) Variable "charSpaceAdjust" must be all lower-case
(#5055) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5055) Inline comments must end in full-stops, exclamation marks, or question marks
(#5058) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5058) Inline comments must end in full-stops, exclamation marks, or question marks
(#5059) Variable "wordSpaceAdjust" must be all lower-case
(#5068) There should be a comma after the last array item in a multi-line array.
(#5091) Public method name "CPdf::getTextWidth" must be in lower-case letters only
(#5091) Variable "wordSpacing" must be all lower-case
(#5091) Variable "charSpacing" must be all lower-case
(#5092) Opening brace should be on the same line as the declaration
(#5093) Variable "ord_cache" must not contain underscores.
(#5095) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5098) Variable "store_currentTextState" must be all lower-case
(#5098) Variable "store_currentTextState" must not contain underscores.
(#5106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5107) Inline comments must end in full-stops, exclamation marks, or question marks
(#5110) Variable "current_font" must not contain underscores.
(#5111) Variable "space_scale" must not contain underscores.
(#5113) Variable "current_font" must not contain underscores.
(#5114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5115) Inline comments must end in full-stops, exclamation marks, or question marks
(#5119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5119) Inline comments must end in full-stops, exclamation marks, or question marks
(#5120) Variable "current_font" must not contain underscores.
(#5121) Variable "current_font" must not contain underscores.
(#5124) Variable "current_font" must not contain underscores.
(#5125) Variable "char_width" must not contain underscores.
(#5125) Variable "current_font" must not contain underscores.
(#5127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5127) Inline comments must end in full-stops, exclamation marks, or question marks
(#5128) Variable "char_width" must not contain underscores.
(#5130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5130) Inline comments must end in full-stops, exclamation marks, or question marks
(#5131) Variable "current_font" must not contain underscores.
(#5131) Variable "current_font" must not contain underscores.
(#5131) Inline comments must end in full-stops, exclamation marks, or question marks
(#5132) Variable "wordSpacing" must be all lower-case
(#5132) Variable "space_scale" must not contain underscores.
(#5137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5137) Inline comments must end in full-stops, exclamation marks, or question marks
(#5138) Variable "charSpacing" must be all lower-case
(#5139) Variable "charSpacing" must be all lower-case
(#5139) Variable "space_scale" must not contain underscores.
(#5143) Line exceeds 132 characters; contains 140 characters
(#5143) Inline comments must end in full-stops, exclamation marks, or question marks
(#5152) Variable "ord_cache" must not contain underscores.
(#5152) Variable "ord_cache" must not contain underscores.
(#5152) Variable "ord_cache" must not contain underscores.
(#5154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5154) Inline comments must end in full-stops, exclamation marks, or question marks
(#5155) Variable "current_font" must not contain underscores.
(#5156) Variable "current_font" must not contain underscores.
(#5159) Variable "current_font" must not contain underscores.
(#5160) Variable "char_width" must not contain underscores.
(#5160) Variable "current_font" must not contain underscores.
(#5162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5162) Inline comments must end in full-stops, exclamation marks, or question marks
(#5163) Variable "char_width" must not contain underscores.
(#5165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5165) Inline comments must end in full-stops, exclamation marks, or question marks
(#5166) Variable "current_font" must not contain underscores.
(#5166) Variable "current_font" must not contain underscores.
(#5166) Inline comments must end in full-stops, exclamation marks, or question marks
(#5167) Variable "wordSpacing" must be all lower-case
(#5167) Variable "space_scale" must not contain underscores.
(#5172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5172) Inline comments must end in full-stops, exclamation marks, or question marks
(#5173) Variable "charSpacing" must be all lower-case
(#5174) Variable "charSpacing" must be all lower-case
(#5174) Variable "space_scale" must not contain underscores.
(#5178) Variable "store_currentTextState" must be all lower-case
(#5178) Variable "store_currentTextState" must not contain underscores.
(#5191) Visibility must be declared on method "saveState"
(#5191) method name "CPdf::saveState" must be in lower-case letters only
(#5191) Variable "pageEnd" must be all lower-case
(#5192) Opening brace should be on the same line as the declaration
(#5193) Variable "pageEnd" must be all lower-case
(#5194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5196) Inline comments must end in full-stops, exclamation marks, or question marks
(#5197) Variable "pageEnd" must be all lower-case
(#5198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5198) Inline comments must end in full-stops, exclamation marks, or question marks
(#5202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5202) This comment is 73% valid code; is this commented out code?
(#5202) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#5208) There should be a comma after the last array item in a multi-line array.
(#5220) Visibility must be declared on method "restoreState"
(#5220) method name "CPdf::restoreState" must be in lower-case letters only
(#5220) Variable "pageEnd" must be all lower-case
(#5221) Opening brace should be on the same line as the declaration
(#5222) Variable "pageEnd" must be all lower-case
(#5244) Visibility must be declared on method "openObject"
(#5244) method name "CPdf::openObject" must be in lower-case letters only
(#5245) Opening brace should be on the same line as the declaration
(#5248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5248) Inline comments must end in full-stops, exclamation marks, or question marks
(#5262) Visibility must be declared on method "reopenObject"
(#5262) method name "CPdf::reopenObject" must be in lower-case letters only
(#5263) Opening brace should be on the same line as the declaration
(#5268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5268) Inline comments must end in full-stops, exclamation marks, or question marks
(#5277) Visibility must be declared on method "closeObject"
(#5277) method name "CPdf::closeObject" must be in lower-case letters only
(#5278) Opening brace should be on the same line as the declaration
(#5279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5295) Visibility must be declared on method "stopObject"
(#5295) method name "CPdf::stopObject" must be in lower-case letters only
(#5296) Opening brace should be on the same line as the declaration
(#5297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5310) Visibility must be declared on method "addObject"
(#5310) method name "CPdf::addObject" must be in lower-case letters only
(#5311) Opening brace should be on the same line as the declaration
(#5312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5312) Inline comments must end in full-stops, exclamation marks, or question marks
(#5314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5314) Inline comments must end in full-stops, exclamation marks, or question marks
(#5317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5324) Inline comments must end in full-stops, exclamation marks, or question marks
(#5331) Variable "pageObjectId" must be all lower-case
(#5332) Variable "pageObjectId" must be all lower-case
(#5334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5334) Inline comments must end in full-stops, exclamation marks, or question marks
(#5340) Variable "pageObjectId" must be all lower-case
(#5341) Variable "pageObjectId" must be all lower-case
(#5343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5343) Inline comments must end in full-stops, exclamation marks, or question marks
(#5368) Visibility must be declared on method "serializeObject"
(#5368) method name "CPdf::serializeObject" must be in lower-case letters only
(#5369) Opening brace should be on the same line as the declaration
(#5383) Visibility must be declared on method "restoreSerializedObject"
(#5383) method name "CPdf::restoreSerializedObject" must be in lower-case letters only
(#5384) Opening brace should be on the same line as the declaration
(#5385) Variable "obj_id" must not contain underscores.
(#5386) Variable "obj_id" must not contain underscores.
(#5389) Variable "obj_id" must not contain underscores.
(#5399) Public method name "CPdf::addEmbeddedFile" must be in lower-case letters only
(#5399) Variable "embeddedFilename" must be all lower-case
(#5400) Opening brace should be on the same line as the declaration
(#5407) Variable "embeddedFilename" must be all lower-case
(#5408) There should be a comma after the last array item in a multi-line array.
(#5419) Public method name "CPdf::addInfo" must be in lower-case letters only
(#5420) Opening brace should be on the same line as the declaration
(#5421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5424) Inline comments must end in full-stops, exclamation marks, or question marks
(#5440) Visibility must be declared on method "setPreferences"
(#5440) method name "CPdf::setPreferences" must be in lower-case letters only
(#5441) Opening brace should be on the same line as the declaration
(#5442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5460) Private method name "CPdf::getBytes" must be in lower-case letters only
(#5461) Opening brace should be on the same line as the declaration
(#5462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5462) Inline comments must end in full-stops, exclamation marks, or question marks
(#5479) Visibility must be declared on method "image_iscached"
(#5480) Opening brace should be on the same line as the declaration
(#5498) Visibility must be declared on method "addImagePng"
(#5498) method name "CPdf::addImagePng" must be in lower-case letters only
(#5498) Variable "is_mask" must not contain underscores.
(#5499) Opening brace should be on the same line as the declaration
(#5504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5504) Inline comments must end in full-stops, exclamation marks, or question marks
(#5504) No space found before comment text; expected "// if already cached, need not to read again" but found "//if already cached, need not to read again"
(#5508) This comment is 42% valid code; is this commented out code?
(#5511) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#5512) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#5513) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#5514) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#5517) Inline comments must end in full-stops, exclamation marks, or question marks
(#5517) No space found before comment text; expected "// imagealphablending($img, true);" but found "//imagealphablending($img, true);"
(#5519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5519) Inline comments must end in full-stops, exclamation marks, or question marks
(#5519) No space found before comment text; expected "// default, but explicitely set to ensure pdf compatibility" but found "//default, but explicitely set to ensure pdf compatibility"
(#5520) This comment is 72% valid code; is this commented out code?
(#5523) No space found before comment text; expected "// DEBUG_IMG_TEMP" but found "//DEBUG_IMG_TEMP"
(#5524) Inline comments must end in full-stops, exclamation marks, or question marks
(#5524) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#5536) No space found before comment text; expected "// DEBUG_IMG_TEMP" but found "//DEBUG_IMG_TEMP"
(#5537) Inline comments must end in full-stops, exclamation marks, or question marks
(#5537) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#5548) This comment is 53% valid code; is this commented out code?
(#5550) Variable "is_mask" must not contain underscores.
(#5561) No one-line description found in phpdocs for docblock of function addImagePngAlpha
(#5561) Protected method name "CPdf::addImagePngAlpha" must be in lower-case letters only
(#5562) Opening brace should be on the same line as the declaration
(#5563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5563) Inline comments must end in full-stops, exclamation marks, or question marks
(#5570) Inline comments must end in full-stops, exclamation marks, or question marks
(#5571) Variable "eight_bit" must not contain underscores.
(#5578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5578) Inline comments must end in full-stops, exclamation marks, or question marks
(#5579) Variable "tempfile_alpha" must not contain underscores.
(#5580) Variable "tempfile_alpha" must not contain underscores.
(#5581) Variable "tempfile_alpha" must not contain underscores.
(#5581) Variable "tempfile_alpha" must not contain underscores.
(#5583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5583) Inline comments must end in full-stops, exclamation marks, or question marks
(#5584) Variable "tempfile_plain" must not contain underscores.
(#5585) Variable "tempfile_plain" must not contain underscores.
(#5586) Variable "tempfile_plain" must not contain underscores.
(#5586) Variable "tempfile_plain" must not contain underscores.
(#5591) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5591) Inline comments must end in full-stops, exclamation marks, or question marks
(#5596) Inline comments must end in full-stops, exclamation marks, or question marks
(#5601) Inline comments must end in full-stops, exclamation marks, or question marks
(#5602) Variable "alpha_channel_neg" must not contain underscores.
(#5603) Variable "alpha_channel_neg" must not contain underscores.
(#5605) Inline comments must end in full-stops, exclamation marks, or question marks
(#5606) Variable "alpha_channel" must not contain underscores.
(#5607) Variable "alpha_channel" must not contain underscores.
(#5608) Variable "alpha_channel" must not contain underscores.
(#5608) Variable "alpha_channel_neg" must not contain underscores.
(#5609) Variable "alpha_channel" must not contain underscores.
(#5610) Variable "alpha_channel" must not contain underscores.
(#5610) Variable "tempfile_alpha" must not contain underscores.
(#5612) Inline comments must end in full-stops, exclamation marks, or question marks
(#5613) Variable "imgalpha_" must not contain underscores.
(#5613) Variable "tempfile_alpha" must not contain underscores.
(#5614) Variable "imgalpha_" must not contain underscores.
(#5615) Variable "imgalpha_" must not contain underscores.
(#5616) Variable "tempfile_alpha" must not contain underscores.
(#5618) Inline comments must end in full-stops, exclamation marks, or question marks
(#5619) Variable "color_channels" must not contain underscores.
(#5620) Variable "color_channels" must not contain underscores.
(#5621) Variable "color_channels" must not contain underscores.
(#5622) Variable "color_channels" must not contain underscores.
(#5623) Variable "color_channels" must not contain underscores.
(#5624) Variable "color_channels" must not contain underscores.
(#5624) Variable "tempfile_plain" must not contain underscores.
(#5626) Variable "tempfile_plain" must not contain underscores.
(#5628) Inline comments must end in full-stops, exclamation marks, or question marks
(#5629) Usage of ELSEIF not allowed; use ELSE IF instead
(#5631) Inline comments must end in full-stops, exclamation marks, or question marks
(#5632) Variable "imagickClonable" must be all lower-case
(#5633) Variable "imagickClonable" must be all lower-case
(#5634) Variable "imagickClonable" must be all lower-case
(#5636) Variable "imagickVersion" must be all lower-case
(#5638) Variable "imagickVersion" must be all lower-case
(#5640) Variable "imagickVersion" must be all lower-case
(#5641) Variable "imagickClonable" must be all lower-case
(#5641) Variable "imagickVersion" must be all lower-case
(#5648) Inline comments must end in full-stops, exclamation marks, or question marks
(#5650) Variable "alpha_channel" must not contain underscores.
(#5650) Variable "imagickClonable" must be all lower-case
(#5651) Variable "alpha_channel" must not contain underscores.
(#5652) Inline comments must end in full-stops, exclamation marks, or question marks
(#5654) Variable "alpha_channel" must not contain underscores.
(#5656) Variable "alpha_channel" must not contain underscores.
(#5656) Variable "tempfile_alpha" must not contain underscores.
(#5658) Inline comments must end in full-stops, exclamation marks, or question marks
(#5659) Variable "imgalpha_" must not contain underscores.
(#5659) Variable "tempfile_alpha" must not contain underscores.
(#5660) Variable "imgalpha_" must not contain underscores.
(#5661) Variable "imgalpha_" must not contain underscores.
(#5662) Variable "tempfile_alpha" must not contain underscores.
(#5664) Variable "tempfile_alpha" must not contain underscores.
(#5667) Inline comments must end in full-stops, exclamation marks, or question marks
(#5668) Variable "color_channels" must not contain underscores.
(#5669) Variable "color_channels" must not contain underscores.
(#5670) Variable "color_channels" must not contain underscores.
(#5671) Variable "color_channels" must not contain underscores.
(#5672) Variable "color_channels" must not contain underscores.
(#5673) Variable "color_channels" must not contain underscores.
(#5673) Variable "tempfile_plain" must not contain underscores.
(#5675) Variable "tempfile_plain" must not contain underscores.
(#5677) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5677) Inline comments must end in full-stops, exclamation marks, or question marks
(#5678) Variable "allocated_colors" must not contain underscores.
(#5680) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5680) Inline comments must end in full-stops, exclamation marks, or question marks
(#5687) Variable "eight_bit" must not contain underscores.
(#5688) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5688) Inline comments must end in full-stops, exclamation marks, or question marks
(#5692) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5692) Inline comments must end in full-stops, exclamation marks, or question marks
(#5697) Variable "allocated_colors" must not contain underscores.
(#5698) Variable "pixel_img" must not contain underscores.
(#5699) Variable "allocated_colors" must not contain underscores.
(#5699) Variable "pixel_img" must not contain underscores.
(#5701) Variable "pixel_img" must not contain underscores.
(#5701) Variable "allocated_colors" must not contain underscores.
(#5704) Variable "pixel_img" must not contain underscores.
(#5711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5711) Inline comments must end in full-stops, exclamation marks, or question marks
(#5716) Variable "tempfile_alpha" must not contain underscores.
(#5717) Variable "tempfile_plain" must not contain underscores.
(#5720) Variable "tempfile_alpha" must not contain underscores.
(#5720) Variable "tempfile_plain" must not contain underscores.
(#5722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5722) Inline comments must end in full-stops, exclamation marks, or question marks
(#5723) Variable "tempfile_alpha" must not contain underscores.
(#5724) Variable "tempfile_alpha" must not contain underscores.
(#5726) Variable "tempfile_alpha" must not contain underscores.
(#5729) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5729) Inline comments must end in full-stops, exclamation marks, or question marks
(#5730) Variable "tempfile_plain" must not contain underscores.
(#5730) Variable "tempfile_alpha" must not contain underscores.
(#5732) Variable "tempfile_plain" must not contain underscores.
(#5746) Visibility must be declared on method "addPngFromFile"
(#5746) method name "CPdf::addPngFromFile" must be in lower-case letters only
(#5747) Opening brace should be on the same line as the declaration
(#5753) Variable "alphaFile" must be all lower-case
(#5753) Variable "plainFile" must be all lower-case
(#5755) Variable "alphaFile" must be all lower-case
(#5757) Variable "alphaFile" must be all lower-case
(#5761) Variable "plainFile" must be all lower-case
(#5761) Variable "plainFile" must be all lower-case
(#5765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5765) Inline comments must end in full-stops, exclamation marks, or question marks
(#5765) No space found before comment text; expected "// if already cached, need not to read again" but found "//if already cached, need not to read again"
(#5771) Variable "bit_depth" must not contain underscores.
(#5772) Variable "color_type" must not contain underscores.
(#5774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5777) Inline comments must end in full-stops, exclamation marks, or question marks
(#5778) Variable "is_alpha" must not contain underscores.
(#5778) Variable "color_type" must not contain underscores.
(#5778) Variable "color_type" must not contain underscores.
(#5778) Variable "bit_depth" must not contain underscores.
(#5780) Variable "is_alpha" must not contain underscores.
(#5780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5780) Inline comments must end in full-stops, exclamation marks, or question marks
(#5781) Variable "color_type" must not contain underscores.
(#5785) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5785) No space found before comment text; expected "// png files typically contain an alpha channel." but found "//png files typically contain an alpha channel."
(#5786) No space found before comment text; expected "// pdf file format or class.pdf does not support alpha blending." but found "//pdf file format or class.pdf does not support alpha blending."
(#5787) No space found before comment text; expected "// on alpha blended images, more transparent areas have a color near black." but found "//on alpha blended images, more transparent areas have a color near black."
(#5788) No space found before comment text; expected "// This appears in the result on not storing the alpha channel." but found "//This appears in the result on not storing the alpha channel."
(#5789) No space found before comment text; expected "// Correct would be the box background image or its parent when transparent." but found "//Correct would be the box background image or its parent when transparent."
(#5790) No space found before comment text; expected "// But this would make the image dependent on the background." but found "//But this would make the image dependent on the background."
(#5791) No space found before comment text; expected "// Therefore create an image with white background and copy in" but found "//Therefore create an image with white background and copy in"
(#5792) No space found before comment text; expected "// A more natural background than black is white." but found "//A more natural background than black is white."
(#5793) No space found before comment text; expected "// Therefore create an empty image with white background and merge the" but found "//Therefore create an empty image with white background and merge the"
(#5794) No space found before comment text; expected "// image in with alpha blending." but found "//image in with alpha blending."
(#5804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5837) Visibility must be declared on method "addPngFromBuf"
(#5837) method name "CPdf::addPngFromBuf" must be in lower-case letters only
(#5837) Variable "is_mask" must not contain underscores.
(#5838) Opening brace should be on the same line as the declaration
(#5868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5868) Inline comments must end in full-stops, exclamation marks, or question marks
(#5872) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5872) Inline comments must end in full-stops, exclamation marks, or question marks
(#5873) Variable "haveHeader" must be all lower-case
(#5879) Variable "chunkLen" must be all lower-case
(#5880) Variable "chunkType" must be all lower-case
(#5882) Variable "chunkType" must be all lower-case
(#5884) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5884) Inline comments must end in full-stops, exclamation marks, or question marks
(#5893) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5893) Inline comments must end in full-stops, exclamation marks, or question marks
(#5893) This comment is 80% valid code; is this commented out code?
(#5893) No space found before comment text; expected "// print_r($info);" but found "//print_r($info);"
(#5894) Variable "haveHeader" must be all lower-case
(#5898) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5898) Inline comments must end in full-stops, exclamation marks, or question marks
(#5898) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#5909) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5909) Inline comments must end in full-stops, exclamation marks, or question marks
(#5909) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#5919) Variable "chunkLen" must be all lower-case
(#5923) Variable "chunkLen" must be all lower-case
(#5927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5927) No space found before comment text; expected "// this chunk can only occur once and it must occur after the PLTE chunk and before IDAT chunk" but found "//this chunk can only occur once and it must occur after the PLTE chunk and before IDAT chunk"
(#5928) Inline comments must end in full-stops, exclamation marks, or question marks
(#5928) No space found before comment text; expected "// print "tRNS found, color type = ".$info['colorType']."\n";" but found "//print "tRNS found, color type = ".$info['colorType']."\n";"
(#5932) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5932) Inline comments must end in full-stops, exclamation marks, or question marks
(#5939) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5940) Line exceeds 132 characters; contains 135 characters
(#5940) Inline comments must end in full-stops, exclamation marks, or question marks
(#5944) Variable "chunkLen" must be all lower-case
(#5953) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5953) Inline comments must end in full-stops, exclamation marks, or question marks
(#5958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5958) This comment is 70% valid code; is this commented out code?
(#5958) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#5963) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5963) Inline comments must end in full-stops, exclamation marks, or question marks
(#5971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5971) Inline comments must end in full-stops, exclamation marks, or question marks
(#5973) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5973) Inline comments must end in full-stops, exclamation marks, or question marks
(#5975) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5975) Inline comments must end in full-stops, exclamation marks, or question marks
(#5980) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5980) Inline comments must end in full-stops, exclamation marks, or question marks
(#5980) No space found before comment text; expected "// unsupported transparency type" but found "//unsupported transparency type"
(#5988) Inline comments must end in full-stops, exclamation marks, or question marks
(#5995) Variable "chunkLen" must be all lower-case
(#5998) Variable "haveHeader" must be all lower-case
(#6001) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6001) Inline comments must end in full-stops, exclamation marks, or question marks
(#6001) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#6012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6012) Inline comments must end in full-stops, exclamation marks, or question marks
(#6012) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#6024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6024) Inline comments must end in full-stops, exclamation marks, or question marks
(#6024) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#6052) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6052) Inline comments must end in full-stops, exclamation marks, or question marks
(#6052) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#6067) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6067) No space found before comment text; expected "// print_r($info);" but found "//print_r($info);"
(#6074) Line exceeds 132 characters; contains 155 characters
(#6074) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6074) This comment is 74% valid code; is this commented out code?
(#6074) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6086) There should be a comma after the last array item in a multi-line array.
(#6086) Variable "is_mask" must not contain underscores.
(#6097) Variable "is_mask" must not contain underscores.
(#6126) Visibility must be declared on method "addJpegFromFile"
(#6126) method name "CPdf::addJpegFromFile" must be in lower-case letters only
(#6127) Opening brace should be on the same line as the declaration
(#6128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6137) Variable "imageWidth" must be all lower-case
(#6138) Variable "imageHeight" must be all lower-case
(#6142) Variable "imageWidth" must be all lower-case
(#6143) Variable "imageHeight" must be all lower-case
(#6155) Variable "imageWidth" must be all lower-case
(#6159) Variable "imageHeight" must be all lower-case
(#6159) Variable "imageWidth" must be all lower-case
(#6163) Variable "imageHeight" must be all lower-case
(#6163) Variable "imageWidth" must be all lower-case
(#6166) Variable "imageWidth" must be all lower-case
(#6166) Variable "imageHeight" must be all lower-case
(#6181) Private method name "CPdf::addJpegImage_common" must be in lower-case letters only
(#6184) Variable "imageWidth" must be all lower-case
(#6185) Variable "imageHeight" must be all lower-case
(#6194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6194) This comment is 50% valid code; is this commented out code?
(#6194) No space found before comment text; expected "// debugpng" but found "//debugpng"
(#6195) Inline comments must end in full-stops, exclamation marks, or question marks
(#6195) No space found before comment text; expected "// if (DEBUGPNG) print '[addJpegImage_common Duplicate '.$imgname.']';" but found "//if (DEBUGPNG) print '[addJpegImage_common Duplicate '.$imgname.']';"
(#6204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6205) Inline comments must end in full-stops, exclamation marks, or question marks
(#6217) Variable "imageWidth" must be all lower-case
(#6218) Variable "imageHeight" must be all lower-case
(#6219) There should be a comma after the last array item in a multi-line array.
(#6225) Variable "imageWidth" must be all lower-case
(#6226) Variable "imageHeight" must be all lower-case
(#6227) There should be a comma after the last array item in a multi-line array.
(#6242) Visibility must be declared on method "openHere"
(#6242) method name "CPdf::openHere" must be in lower-case letters only
(#6243) Opening brace should be on the same line as the declaration
(#6244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6253) Inline comments must end in full-stops, exclamation marks, or question marks
(#6269) Visibility must be declared on method "addJavascript"
(#6269) method name "CPdf::addJavascript" must be in lower-case letters only
(#6270) Opening brace should be on the same line as the declaration
(#6283) Visibility must be declared on method "addDestination"
(#6283) method name "CPdf::addDestination" must be in lower-case letters only
(#6284) Opening brace should be on the same line as the declaration
(#6285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6287) Inline comments must end in full-stops, exclamation marks, or question marks
(#6296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6296) Inline comments must end in full-stops, exclamation marks, or question marks
(#6308) Visibility must be declared on method "setFontFamily"
(#6308) method name "CPdf::setFontFamily" must be in lower-case letters only
(#6309) Opening brace should be on the same line as the declaration
(#6312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6314) Inline comments must end in full-stops, exclamation marks, or question marks
(#6320) There should be a comma after the last array item in a multi-line array.
(#6328) There should be a comma after the last array item in a multi-line array.
(#6336) There should be a comma after the last array item in a multi-line array.
(#6341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6342) Inline comments must end in full-stops, exclamation marks, or question marks
(#6354) Visibility must be declared on method "addMessage"
(#6354) method name "CPdf::addMessage" must be in lower-case letters only
(#6355) Opening brace should be on the same line as the declaration
(#6364) Visibility must be declared on method "transaction"
(#6365) Opening brace should be on the same line as the declaration
(#6368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6368) Inline comments must end in full-stops, exclamation marks, or question marks
(#6385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6385) Inline comments must end in full-stops, exclamation marks, or question marks
(#6387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6387) Inline comments must end in full-stops, exclamation marks, or question marks
(#6401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6401) Inline comments must end in full-stops, exclamation marks, or question marks
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceCpdf.php
(#1) No one-line description found in phpdocs for docblock of file SurfaceCpdf.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file SurfaceCpdf.php. Expected local_dompdf, found php-svg-lib.
(#13) Missing docblock for class SurfaceCpdf
(#14) Opening brace should be on the same line as the declaration for class SurfaceCpdf
(#15) Missing docblock for constant SurfaceCpdf::DEBUG
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#26) Missing docblock for function __construct
(#27) Opening brace should be on the same line as the declaration
(#28) Inline control structures are not allowed
(#35) Extension 'cpdf' is removed since PHP 5.1; Use pecl/pdflib instead
(#35) Short array syntax must be used to define arrays
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Short array syntax must be used to define arrays
(#45) There should be a comma after the last array item in a multi-line array.
(#54) Missing docblock for function out
(#54) Visibility must be declared on method "out"
(#55) Opening brace should be on the same line as the declaration
(#56) Inline control structures are not allowed
(#60) Missing docblock for function save
(#61) Opening brace should be on the same line as the declaration
(#62) Inline control structures are not allowed
(#66) Missing docblock for function restore
(#67) Opening brace should be on the same line as the declaration
(#68) Inline control structures are not allowed
(#72) Missing docblock for function scale
(#73) Opening brace should be on the same line as the declaration
(#74) Inline control structures are not allowed
(#79) Missing docblock for function rotate
(#80) Opening brace should be on the same line as the declaration
(#81) Inline control structures are not allowed
(#84) Variable "cos_a" must not contain underscores.
(#85) Variable "sin_a" must not contain underscores.
(#88) Variable "cos_a" must not contain underscores.
(#88) Variable "sin_a" must not contain underscores.
(#89) Variable "sin_a" must not contain underscores.
(#89) Variable "cos_a" must not contain underscores.
(#94) Missing docblock for function translate
(#95) Opening brace should be on the same line as the declaration
(#96) Inline control structures are not allowed
(#105) Missing docblock for function transform
(#106) Opening brace should be on the same line as the declaration
(#107) Inline control structures are not allowed
(#109) Short array syntax must be used to define arrays
(#112) Missing docblock for function beginPath
(#112) Public method name "SurfaceCpdf::beginPath" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#114) Inline control structures are not allowed
(#118) Missing docblock for function closePath
(#118) Public method name "SurfaceCpdf::closePath" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#120) Inline control structures are not allowed
(#124) Missing docblock for function fillStroke
(#124) Public method name "SurfaceCpdf::fillStroke" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#126) Inline control structures are not allowed
(#130) Missing docblock for function clip
(#131) Opening brace should be on the same line as the declaration
(#132) Inline control structures are not allowed
(#136) Missing docblock for function fillText
(#136) Public method name "SurfaceCpdf::fillText" must be in lower-case letters only
(#136) Variable "maxWidth" must be all lower-case
(#137) Opening brace should be on the same line as the declaration
(#138) Inline control structures are not allowed
(#142) Missing docblock for function strokeText
(#142) Public method name "SurfaceCpdf::strokeText" must be in lower-case letters only
(#142) Variable "maxWidth" must be all lower-case
(#143) Opening brace should be on the same line as the declaration
(#144) Inline control structures are not allowed
(#148) Missing docblock for function drawImage
(#148) Public method name "SurfaceCpdf::drawImage" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#150) Inline control structures are not allowed
(#171) Expected "} else {\n"; found "}\n else {\n"
(#179) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#184) Missing docblock for function getimagesize
(#185) Opening brace should be on the same line as the declaration
(#186) Short array syntax must be used to define arrays
(#205) Short array syntax must be used to define arrays
(#208) Missing docblock for function image
(#208) Visibility must be declared on method "image"
(#209) Opening brace should be on the same line as the declaration
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Missing docblock for function lineTo
(#230) Public method name "SurfaceCpdf::lineTo" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#232) Inline control structures are not allowed
(#236) Missing docblock for function moveTo
(#236) Public method name "SurfaceCpdf::moveTo" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#238) Inline control structures are not allowed
(#242) Missing docblock for function quadraticCurveTo
(#242) Public method name "SurfaceCpdf::quadraticCurveTo" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#244) Inline control structures are not allowed
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Missing docblock for function bezierCurveTo
(#250) Public method name "SurfaceCpdf::bezierCurveTo" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#252) Inline control structures are not allowed
(#256) Missing docblock for function arcTo
(#256) Public method name "SurfaceCpdf::arcTo" must be in lower-case letters only
(#257) Opening brace should be on the same line as the declaration
(#258) Inline control structures are not allowed
(#261) Missing docblock for function arc
(#261) Variable "startAngle" must be all lower-case
(#261) Variable "endAngle" must be all lower-case
(#262) Opening brace should be on the same line as the declaration
(#263) Inline control structures are not allowed
(#264) Variable "startAngle" must be all lower-case
(#264) Variable "endAngle" must be all lower-case
(#267) Missing docblock for function circle
(#268) Opening brace should be on the same line as the declaration
(#269) Inline control structures are not allowed
(#273) Missing docblock for function ellipse
(#273) Variable "radiusX" must be all lower-case
(#273) Variable "radiusY" must be all lower-case
(#273) Variable "startAngle" must be all lower-case
(#273) Variable "endAngle" must be all lower-case
(#274) Opening brace should be on the same line as the declaration
(#275) Inline control structures are not allowed
(#276) Variable "radiusX" must be all lower-case
(#276) Variable "radiusY" must be all lower-case
(#279) Missing docblock for function fillRect
(#279) Public method name "SurfaceCpdf::fillRect" must be in lower-case letters only
(#280) Opening brace should be on the same line as the declaration
(#281) Inline control structures are not allowed
(#286) Missing docblock for function rect
(#287) Opening brace should be on the same line as the declaration
(#288) Inline control structures are not allowed
(#331) Missing docblock for function fill
(#332) Opening brace should be on the same line as the declaration
(#333) Inline control structures are not allowed
(#337) Missing docblock for function strokeRect
(#337) Public method name "SurfaceCpdf::strokeRect" must be in lower-case letters only
(#338) Opening brace should be on the same line as the declaration
(#339) Inline control structures are not allowed
(#344) Missing docblock for function stroke
(#345) Opening brace should be on the same line as the declaration
(#346) Inline control structures are not allowed
(#350) Missing docblock for function endPath
(#350) Public method name "SurfaceCpdf::endPath" must be in lower-case letters only
(#351) Opening brace should be on the same line as the declaration
(#352) Inline control structures are not allowed
(#356) Missing docblock for function measureText
(#356) Public method name "SurfaceCpdf::measureText" must be in lower-case letters only
(#357) Opening brace should be on the same line as the declaration
(#358) Inline control structures are not allowed
(#365) Missing docblock for function getStyle
(#365) Public method name "SurfaceCpdf::getStyle" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#367) Inline control structures are not allowed
(#371) Missing docblock for function setStyle
(#371) Public method name "SurfaceCpdf::setStyle" must be in lower-case letters only
(#372) Opening brace should be on the same line as the declaration
(#373) Inline control structures are not allowed
(#379) Short array syntax must be used to define arrays
(#379) Expected 1 space before "/"; 0 found
(#379) Expected 1 space after "/"; 0 found
(#379) Expected 1 space before "/"; 0 found
(#379) Expected 1 space after "/"; 0 found
(#379) Expected 1 space before "/"; 0 found
(#379) Expected 1 space after "/"; 0 found
(#383) Short array syntax must be used to define arrays
(#383) Expected 1 space before "/"; 0 found
(#383) Expected 1 space after "/"; 0 found
(#383) Expected 1 space before "/"; 0 found
(#383) Expected 1 space after "/"; 0 found
(#383) Expected 1 space before "/"; 0 found
(#383) Expected 1 space after "/"; 0 found
(#386) Variable "fillRule" must be all lower-case
(#387) Variable "fillRule" must be all lower-case
(#398) Expected "} else {\n"; found "}\n else {\n"
(#399) Variable "fillOpacity" must be all lower-case
(#400) Variable "fillOpacity" must be all lower-case
(#400) Variable "fillOpacity" must be all lower-case
(#401) Variable "fillOpacity" must be all lower-case
(#405) Variable "strokeOpacity" must be all lower-case
(#406) Variable "strokeOpacity" must be all lower-case
(#406) Variable "strokeOpacity" must be all lower-case
(#407) Variable "strokeOpacity" must be all lower-case
(#412) Variable "dashArray" must be all lower-case
(#414) Variable "dashArray" must be all lower-case
(#416) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#418) Expected 1 space before "="; 0 found
(#418) Expected 1 space after "="; 0 found
(#420) Line indented incorrectly; expected at least 12 spaces, found 11
(#422) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#428) Variable "dashArray" must be all lower-case
(#435) Missing docblock for function setFont
(#435) Public method name "SurfaceCpdf::setFont" must be in lower-case letters only
(#436) Opening brace should be on the same line as the declaration
(#442) There should be a comma after the last array item in a multi-line array.
(#445) Variable "styleMap" must be all lower-case
(#459) There should be a comma after the last array item in a multi-line array.
(#469) Variable "family_lc" must not contain underscores.
(#470) Variable "family_lc" must not contain underscores.
(#471) Variable "family_lc" must not contain underscores.
(#474) Variable "styleMap" must be all lower-case
(#487) Variable "styleMap" must be all lower-case
(#488) Variable "styleMap" must be all lower-case
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceInterface.php
(#1) No one-line description found in phpdocs for docblock of file SurfaceInterface.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file SurfaceInterface.php. Expected local_dompdf, found php-svg-lib.
(#18) Opening brace should be on the same line as the declaration for interface SurfaceInterface
(#19) Missing docblock for function save
(#21) Missing docblock for function restore
(#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) Missing docblock for function scale
(#26) Missing docblock for function rotate
(#28) Missing docblock for function translate
(#30) Missing docblock for function transform
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Missing docblock for function beginPath
(#33) Public method name "SurfaceInterface::beginPath" must be in lower-case letters only
(#35) Missing docblock for function closePath
(#35) Public method name "SurfaceInterface::closePath" must be in lower-case letters only
(#37) Missing docblock for function fill
(#39) Missing docblock for function stroke
(#41) Missing docblock for function endPath
(#41) Public method name "SurfaceInterface::endPath" must be in lower-case letters only
(#43) Missing docblock for function fillStroke
(#43) Public method name "SurfaceInterface::fillStroke" must be in lower-case letters only
(#45) Missing docblock for function clip
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Missing docblock for function fillText
(#48) Public method name "SurfaceInterface::fillText" must be in lower-case letters only
(#48) Variable "maxWidth" must be all lower-case
(#50) Missing docblock for function strokeText
(#50) Public method name "SurfaceInterface::strokeText" must be in lower-case letters only
(#50) Variable "maxWidth" must be all lower-case
(#52) Missing docblock for function measureText
(#52) Public method name "SurfaceInterface::measureText" must be in lower-case letters only
(#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
(#55) Missing docblock for function drawImage
(#55) Public method name "SurfaceInterface::drawImage" must be in lower-case letters only
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Missing docblock for function lineTo
(#58) Public method name "SurfaceInterface::lineTo" must be in lower-case letters only
(#60) Missing docblock for function moveTo
(#60) Public method name "SurfaceInterface::moveTo" must be in lower-case letters only
(#62) Missing docblock for function quadraticCurveTo
(#62) Public method name "SurfaceInterface::quadraticCurveTo" must be in lower-case letters only
(#64) Missing docblock for function bezierCurveTo
(#64) Public method name "SurfaceInterface::bezierCurveTo" must be in lower-case letters only
(#66) Missing docblock for function arcTo
(#66) Public method name "SurfaceInterface::arcTo" must be in lower-case letters only
(#68) Missing docblock for function circle
(#70) Missing docblock for function arc
(#70) Variable "startAngle" must be all lower-case
(#70) Variable "endAngle" must be all lower-case
(#72) Missing docblock for function ellipse
(#72) Variable "radiusX" must be all lower-case
(#72) Variable "radiusY" must be all lower-case
(#72) Variable "startAngle" must be all lower-case
(#72) Variable "endAngle" must be all lower-case
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Missing docblock for function rect
(#77) Missing docblock for function fillRect
(#77) Public method name "SurfaceInterface::fillRect" must be in lower-case letters only
(#79) Missing docblock for function strokeRect
(#79) Public method name "SurfaceInterface::strokeRect" must be in lower-case letters only
(#81) Missing docblock for function setStyle
(#81) Public method name "SurfaceInterface::setStyle" must be in lower-case letters only
(#86) No one-line description found in phpdocs for docblock of function getStyle
(#86) Public method name "SurfaceInterface::getStyle" must be in lower-case letters only
(#88) Missing docblock for function setFont
(#88) Public method name "SurfaceInterface::setFont" must be in lower-case letters only
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfacePDFLib.php
(#1) No one-line description found in phpdocs for docblock of file SurfacePDFLib.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file SurfacePDFLib.php. Expected local_dompdf, found php-svg-lib.
(#13) Missing docblock for class SurfacePDFLib
(#14) Opening brace should be on the same line as the declaration for class SurfacePDFLib
(#15) Missing docblock for constant SurfacePDFLib::DEBUG
(#17) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#25) Missing docblock for function __construct
(#26) Opening brace should be on the same line as the declaration
(#27) Inline control structures are not allowed
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Missing docblock for function out
(#64) Visibility must be declared on method "out"
(#65) Opening brace should be on the same line as the declaration
(#66) Inline control structures are not allowed
(#74) Missing docblock for function save
(#75) Opening brace should be on the same line as the declaration
(#76) Inline control structures are not allowed
(#80) Missing docblock for function restore
(#81) Opening brace should be on the same line as the declaration
(#82) Inline control structures are not allowed
(#86) Missing docblock for function scale
(#87) Opening brace should be on the same line as the declaration
(#88) Inline control structures are not allowed
(#92) Missing docblock for function rotate
(#93) Opening brace should be on the same line as the declaration
(#94) Inline control structures are not allowed
(#98) Missing docblock for function translate
(#99) Opening brace should be on the same line as the declaration
(#100) Inline control structures are not allowed
(#104) Missing docblock for function transform
(#105) Opening brace should be on the same line as the declaration
(#106) Inline control structures are not allowed
(#110) Missing docblock for function beginPath
(#110) Public method name "SurfacePDFLib::beginPath" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#112) Inline control structures are not allowed
(#116) Missing docblock for function closePath
(#116) Public method name "SurfacePDFLib::closePath" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
(#118) Inline control structures are not allowed
(#122) Missing docblock for function fillStroke
(#122) Public method name "SurfacePDFLib::fillStroke" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#124) Inline control structures are not allowed
(#132) Missing docblock for function clip
(#133) Opening brace should be on the same line as the declaration
(#134) Inline control structures are not allowed
(#138) Missing docblock for function fillText
(#138) Public method name "SurfacePDFLib::fillText" must be in lower-case letters only
(#138) Variable "maxWidth" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#140) Inline control structures are not allowed
(#145) Missing docblock for function strokeText
(#145) Public method name "SurfacePDFLib::strokeText" must be in lower-case letters only
(#145) Variable "maxWidth" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#147) Inline control structures are not allowed
(#151) Missing docblock for function drawImage
(#151) Public method name "SurfacePDFLib::drawImage" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#153) Inline control structures are not allowed
(#161) Expected "} else {\n"; found "}\n else {\n"
(#176) Missing docblock for function lineTo
(#176) Public method name "SurfacePDFLib::lineTo" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#178) Inline control structures are not allowed
(#182) Missing docblock for function moveTo
(#182) Public method name "SurfacePDFLib::moveTo" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
(#184) Inline control structures are not allowed
(#188) Missing docblock for function quadraticCurveTo
(#188) Public method name "SurfacePDFLib::quadraticCurveTo" must be in lower-case letters only
(#189) Opening brace should be on the same line as the declaration
(#190) Inline control structures are not allowed
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Missing docblock for function bezierCurveTo
(#196) Public method name "SurfacePDFLib::bezierCurveTo" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#198) Inline control structures are not allowed
(#202) Missing docblock for function arcTo
(#202) Public method name "SurfacePDFLib::arcTo" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#204) Inline control structures are not allowed
(#207) Missing docblock for function arc
(#207) Variable "startAngle" must be all lower-case
(#207) Variable "endAngle" must be all lower-case
(#208) Opening brace should be on the same line as the declaration
(#209) Inline control structures are not allowed
(#210) Variable "startAngle" must be all lower-case
(#210) Variable "endAngle" must be all lower-case
(#213) Missing docblock for function circle
(#214) Opening brace should be on the same line as the declaration
(#215) Inline control structures are not allowed
(#219) Missing docblock for function ellipse
(#219) Variable "radiusX" must be all lower-case
(#219) Variable "radiusY" must be all lower-case
(#219) Variable "startAngle" must be all lower-case
(#219) Variable "endAngle" must be all lower-case
(#220) Opening brace should be on the same line as the declaration
(#221) Inline control structures are not allowed
(#222) Variable "radiusX" must be all lower-case
(#222) Variable "radiusY" must be all lower-case
(#225) Missing docblock for function fillRect
(#225) Public method name "SurfacePDFLib::fillRect" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#227) Inline control structures are not allowed
(#232) Missing docblock for function rect
(#233) Opening brace should be on the same line as the declaration
(#234) Inline control structures are not allowed
(#274) Missing docblock for function fill
(#275) Opening brace should be on the same line as the declaration
(#276) Inline control structures are not allowed
(#280) Missing docblock for function strokeRect
(#280) Public method name "SurfacePDFLib::strokeRect" must be in lower-case letters only
(#281) Opening brace should be on the same line as the declaration
(#282) Inline control structures are not allowed
(#287) Missing docblock for function stroke
(#288) Opening brace should be on the same line as the declaration
(#289) Inline control structures are not allowed
(#297) Missing docblock for function endPath
(#297) Public method name "SurfacePDFLib::endPath" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#299) Inline control structures are not allowed
(#303) Missing docblock for function measureText
(#303) Public method name "SurfacePDFLib::measureText" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#305) Inline control structures are not allowed
(#312) Missing docblock for function getStyle
(#312) Public method name "SurfacePDFLib::getStyle" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#314) Inline control structures are not allowed
(#318) Missing docblock for function setStyle
(#318) Public method name "SurfacePDFLib::setStyle" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#320) Inline control structures are not allowed
(#347) Variable "fillRule" must be all lower-case
(#348) Short array syntax must be used to define arrays
(#353) Variable "fillRule" must be all lower-case
(#354) Variable "fillRule" must be all lower-case
(#354) Variable "fillRule" must be all lower-case
(#356) Variable "fillRule" must be all lower-case
(#360) Short array syntax must be used to define arrays
(#365) Short array syntax must be used to define arrays
(#369) Short array syntax must be used to define arrays
(#375) Short array syntax must be used to define arrays
(#381) Expected "} else {\n"; found "}\n else {\n"
(#382) Variable "fillOpacity" must be all lower-case
(#383) Variable "fillOpacity" must be all lower-case
(#383) Variable "fillOpacity" must be all lower-case
(#384) Variable "fillOpacity" must be all lower-case
(#387) Variable "strokeOpacity" must be all lower-case
(#388) Variable "strokeOpacity" must be all lower-case
(#388) Variable "strokeOpacity" must be all lower-case
(#389) Variable "strokeOpacity" must be all lower-case
(#404) Missing docblock for function getFont
(#404) Private method name "SurfacePDFLib::getFont" must be in lower-case letters only
(#405) Opening brace should be on the same line as the declaration
(#406) Short array syntax must be used to define arrays
(#425) Missing docblock for function setFont
(#425) Public method name "SurfacePDFLib::setFont" must be in lower-case letters only
(#426) Opening brace should be on the same line as the declaration
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/AbstractTag.php
(#1) No one-line description found in phpdocs for docblock of file AbstractTag.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file AbstractTag.php. Expected local_dompdf, found php-svg-lib.
(#14) Missing docblock for class AbstractTag
(#15) Opening brace should be on the same line as the declaration for class AbstractTag
(#19) Missing member variable doc comment
(#19) Member variable "tagName" must be all lower-case
(#24) Missing member variable doc comment
(#24) Short array syntax must be used to define arrays
(#26) Missing member variable doc comment
(#26) Member variable "hasShape" must be all lower-case
(#29) Short array syntax must be used to define arrays
(#31) Missing docblock for function __construct
(#31) Variable "tagName" must be all lower-case
(#32) Opening brace should be on the same line as the declaration
(#34) Variable "tagName" must be all lower-case
(#37) Missing docblock for function getDocument
(#37) Public method name "AbstractTag::getDocument" must be in lower-case letters only
(#37) Expected 1 space before opening brace; found 0
(#44) No one-line description found in phpdocs for docblock of function getParentGroup
(#44) Public method name "AbstractTag::getParentGroup" must be in lower-case letters only
(#46) Expected 1 space before "-"; 0 found
(#46) Expected 1 space after "-"; 0 found
(#57) Missing docblock for function handle
(#58) Opening brace should be on the same line as the declaration
(#67) Missing docblock for function handleEnd
(#67) Public method name "AbstractTag::handleEnd" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#75) Missing docblock for function before
(#76) Opening brace should be on the same line as the declaration
(#79) Missing docblock for function start
(#80) Opening brace should be on the same line as the declaration
(#83) Missing docblock for function end
(#84) Opening brace should be on the same line as the declaration
(#87) Missing docblock for function after
(#88) Opening brace should be on the same line as the declaration
(#91) Missing docblock for function getAttributes
(#91) Public method name "AbstractTag::getAttributes" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#96) Missing docblock for function setStyle
(#96) Protected method name "AbstractTag::setStyle" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#108) No one-line description found in phpdocs for docblock of function getStyle
(#108) Public method name "AbstractTag::getStyle" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#120) Protected method name "AbstractTag::makeStyle" must be in lower-case letters only
(#129) Missing docblock for function applyTransform
(#129) Protected method name "AbstractTag::applyTransform" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#137) Short array syntax must be used to define arrays
(#145) Short array syntax must be used to define arrays
(#178) Variable "tan_x" must not contain underscores.
(#179) Variable "tan_x" must not contain underscores.
(#183) Variable "tan_y" must not contain underscores.
(#184) Variable "tan_y" must not contain underscores.
(#196) Protected method name "AbstractTag::applyViewbox" must be in lower-case letters only
(#202) Variable "viewBox" must be all lower-case
(#203) Variable "viewBox" must be all lower-case
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Line exceeds 132 characters; contains 133 characters
(#211) Variable "vbX" must be all lower-case
(#211) Variable "vbY" must be all lower-case
(#211) Variable "vbWidth" must be all lower-case
(#211) Variable "vbHeight" must be all lower-case
(#211) Variable "viewBox" must be all lower-case
(#213) Variable "vbWidth" must be all lower-case
(#213) Variable "vbHeight" must be all lower-case
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) No space found before comment text; expected "// if ($vbWidth == 0 || $vbHeight == 0) {" but found "//if ($vbWidth == 0 || $vbHeight == 0) {"
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) No space found before comment text; expected "// }" but found "//}"
(#222) Variable "eX" must be all lower-case
(#223) Variable "eY" must be all lower-case
(#224) Variable "eWidth" must be all lower-case
(#225) Variable "eHeight" must be all lower-case
(#228) Variable "preserveAspectRatio" must be all lower-case
(#229) Variable "preserveAspectRatio" must be all lower-case
(#231) Line exceeds 132 characters; contains 172 characters
(#232) Variable "meetOrSlice" must be all lower-case
(#232) Variable "meetOrSlice" must be all lower-case
(#235) Variable "scaleX" must be all lower-case
(#235) Variable "vbWidth" must be all lower-case
(#235) Variable "eWidth" must be all lower-case
(#235) Variable "vbWidth" must be all lower-case
(#238) Variable "scaleY" must be all lower-case
(#238) Variable "vbHeight" must be all lower-case
(#238) Variable "eHeight" must be all lower-case
(#238) Variable "vbHeight" must be all lower-case
(#241) Variable "meetOrSlice" must be all lower-case
(#242) Variable "scaleX" must be all lower-case
(#242) Variable "scaleX" must be all lower-case
(#242) Variable "scaleY" must be all lower-case
(#243) Variable "scaleY" must be all lower-case
(#243) Variable "scaleX" must be all lower-case
(#243) Variable "scaleY" must be all lower-case
(#247) Usage of ELSEIF not allowed; use ELSE IF instead
(#247) Variable "meetOrSlice" must be all lower-case
(#248) Variable "scaleX" must be all lower-case
(#248) Variable "scaleX" must be all lower-case
(#248) Variable "scaleY" must be all lower-case
(#249) Variable "scaleY" must be all lower-case
(#249) Variable "scaleX" must be all lower-case
(#249) Variable "scaleY" must be all lower-case
(#253) Variable "translateX" must be all lower-case
(#253) Variable "eX" must be all lower-case
(#253) Variable "vbX" must be all lower-case
(#253) Variable "scaleX" must be all lower-case
(#256) Variable "translateY" must be all lower-case
(#256) Variable "eY" must be all lower-case
(#256) Variable "vbY" must be all lower-case
(#256) Variable "scaleY" must be all lower-case
(#260) Variable "translateX" must be all lower-case
(#260) Variable "eWidth" must be all lower-case
(#260) Variable "vbWidth" must be all lower-case
(#260) Variable "scaleX" must be all lower-case
(#265) Variable "translateX" must be all lower-case
(#265) Variable "eWidth" must be all lower-case
(#265) Variable "vbWidth" must be all lower-case
(#265) Variable "scaleX" must be all lower-case
(#270) Variable "translateX" must be all lower-case
(#270) Variable "eHeight" must be all lower-case
(#270) Variable "vbHeight" must be all lower-case
(#270) Variable "scaleY" must be all lower-case
(#275) Variable "translateX" must be all lower-case
(#275) Variable "eHeight" must be all lower-case
(#275) Variable "vbHeight" must be all lower-case
(#275) Variable "scaleY" must be all lower-case
(#278) Variable "translateX" must be all lower-case
(#278) Variable "translateY" must be all lower-case
(#279) Variable "scaleX" must be all lower-case
(#279) Variable "scaleY" must be all lower-case
(#292) Protected method name "AbstractTag::convertSize" must be in lower-case letters only
(#292) Variable "pxReference" must be all lower-case
(#293) Opening brace should be on the same line as the declaration
(#295) Variable "pxReference" must be all lower-case
(#296) Variable "defaultFontSize" must be all lower-case
(#300) Variable "defaultFontSize" must be all lower-case
(#303) Variable "defaultFontSize" must be all lower-case
(#307) Variable "emRef" must be all lower-case
(#307) Variable "defaultFontSize" must be all lower-case
(#308) Variable "emRef" must be all lower-case
(#326) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Anchor.php
(#1) No one-line description found in phpdocs for docblock of file Anchor.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Anchor.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class Anchor
(#11) Opening brace should be on the same line as the declaration for class Anchor
(#13) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Circle.php
(#1) No one-line description found in phpdocs for docblock of file Circle.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Circle.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Circle
(#13) Opening brace should be on the same line as the declaration for class Circle
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#18) Missing docblock for function start
(#19) Opening brace should be on the same line as the declaration
(#35) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/ClipPath.php
(#1) No one-line description found in phpdocs for docblock of file ClipPath.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file ClipPath.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class ClipPath
(#13) Opening brace should be on the same line as the declaration for class ClipPath
(#14) Missing docblock for function before
(#15) Opening brace should be on the same line as the declaration
(#28) Missing docblock for function after
(#29) Opening brace should be on the same line as the declaration
(#32) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Ellipse.php
(#1) No one-line description found in phpdocs for docblock of file Ellipse.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Ellipse.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Ellipse
(#13) Opening brace should be on the same line as the declaration for class Ellipse
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function start
(#20) Opening brace should be on the same line as the declaration
(#41) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Group.php
(#1) No one-line description found in phpdocs for docblock of file Group.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Group.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Group
(#13) Opening brace should be on the same line as the declaration for class Group
(#14) Missing docblock for function before
(#15) Opening brace should be on the same line as the declaration
(#28) Missing docblock for function after
(#29) Opening brace should be on the same line as the declaration
(#32) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Image.php
(#1) No one-line description found in phpdocs for docblock of file Image.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Image.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Image
(#13) Opening brace should be on the same line as the declaration for class Image
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#20) Missing docblock for function before
(#21) Opening brace should be on the same line as the declaration
(#30) Missing docblock for function start
(#31) Opening brace should be on the same line as the declaration
(#71) Missing docblock for function after
(#72) Opening brace should be on the same line as the declaration
(#75) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Line.php
(#1) No one-line description found in phpdocs for docblock of file Line.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Line.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Line
(#13) Opening brace should be on the same line as the declaration for class Line
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#20) Missing docblock for function start
(#21) Opening brace should be on the same line as the declaration
(#42) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/LinearGradient.php
(#1) No one-line description found in phpdocs for docblock of file LinearGradient.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file LinearGradient.php. Expected local_dompdf, found php-svg-lib.
(#14) Missing docblock for class LinearGradient
(#15) Opening brace should be on the same line as the declaration for class LinearGradient
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function start
(#25) Opening brace should be on the same line as the declaration
(#42) Missing docblock for function getStops
(#42) Public method name "LinearGradient::getStops" must be in lower-case letters only
(#44) Variable "_child" must not contain underscores.
(#45) Variable "_child" must not contain underscores.
(#49) Variable "_stop" must not contain underscores.
(#50) Variable "_attributes" must not contain underscores.
(#50) Variable "_child" must not contain underscores.
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Variable "_attributes" must not contain underscores.
(#54) Variable "_style" must not contain underscores.
(#54) Variable "_attributes" must not contain underscores.
(#56) Variable "_style" must not contain underscores.
(#57) Variable "_stop" must not contain underscores.
(#57) Variable "_style" must not contain underscores.
(#60) Variable "_style" must not contain underscores.
(#61) Variable "_stop" must not contain underscores.
(#61) Variable "_style" must not contain underscores.
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "_attributes" must not contain underscores.
(#67) Variable "_stop" must not contain underscores.
(#67) Variable "_attributes" must not contain underscores.
(#69) Variable "_attributes" must not contain underscores.
(#70) Variable "_stop" must not contain underscores.
(#70) Variable "_attributes" must not contain underscores.
(#72) Variable "_attributes" must not contain underscores.
(#73) Variable "_stop" must not contain underscores.
(#73) Variable "_attributes" must not contain underscores.
(#76) Variable "_stop" must not contain underscores.
(#82) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Path.php
(#1) No one-line description found in phpdocs for docblock of file Path.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Path.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Path
(#13) Opening brace should be on the same line as the declaration for class Path
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Missing docblock for constant Path::NUMBER_PATTERN
(#17) Missing docblock for constant Path::COMMA_PATTERN
(#18) Missing docblock for constant Path::FLAG_PATTERN
(#19) Missing docblock for constant Path::ARC_REGEXP
(#35) Missing member variable doc comment
(#35) Member variable "commandLengths" must be all lower-case
(#35) Scope modifier not specified for member variable "$commandLengths"
(#35) Short array syntax must be used to define arrays
(#47) Missing member variable doc comment
(#47) Member variable "repeatedCommands" must be all lower-case
(#47) Scope modifier not specified for member variable "$repeatedCommands"
(#47) Short array syntax must be used to define arrays
(#52) Missing docblock for function parse
(#52) Variable "commandSequence" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Short array syntax must be used to define arrays
(#55) Variable "commandSequence" must be all lower-case
(#56) Whitespace found at end of line
(#57) Short array syntax must be used to define arrays
(#60) Variable "commandLower" must be all lower-case
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Variable "commandLower" must be all lower-case
(#64) Variable "numberOfMatches" must be all lower-case
(#65) Variable "numberOfMatches" must be all lower-case
(#80) Short array syntax must be used to define arrays
(#85) Variable "commandLengths" must be all lower-case
(#85) Variable "commandLower" must be all lower-case
(#86) Variable "commandLength" must be all lower-case
(#86) Variable "commandLengths" must be all lower-case
(#86) Variable "commandLower" must be all lower-case
(#87) Variable "commandLength" must be all lower-case
(#89) Variable "repeatedCommand" must be all lower-case
(#89) Variable "repeatedCommands" must be all lower-case
(#89) Variable "repeatedCommands" must be all lower-case
(#92) Variable "commandLength" must be all lower-case
(#93) Variable "_item" must not contain underscores.
(#93) Variable "commandLength" must be all lower-case
(#94) Variable "_item" must not contain underscores.
(#95) Variable "_item" must not contain underscores.
(#97) Variable "repeatedCommand" must be all lower-case
(#105) Short array syntax must be used to define arrays
(#114) Missing docblock for function start
(#115) Opening brace should be on the same line as the declaration
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Variable "subpathStartX" must be all lower-case
(#129) Variable "subpathStartY" must be all lower-case
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "controlX" must be all lower-case
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Variable "controlY" must be all lower-case
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Variable "tempX" must be all lower-case
(#135) Variable "tempY" must be all lower-case
(#136) Variable "tempControlX" must be all lower-case
(#137) Variable "tempControlY" must be all lower-case
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) No space found before comment text; expected "// -((this.width / 2) + $this.pathOffset.x)," but found "//-((this.width / 2) + $this.pathOffset.x),"
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) No space found before comment text; expected "// -((this.height / 2) + $this.pathOffset.y)," but found "//-((this.height / 2) + $this.pathOffset.y),"
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Variable "subpathStartX" must be all lower-case
(#179) Variable "subpathStartY" must be all lower-case
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Variable "subpathStartX" must be all lower-case
(#187) Variable "subpathStartY" must be all lower-case
(#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 "tempX" must be all lower-case
(#193) Variable "tempY" must be all lower-case
(#194) Variable "controlX" must be all lower-case
(#195) Variable "controlY" 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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Variable "controlX" must be all lower-case
(#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
(#200) Variable "controlY" must be all lower-case
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Variable "tempX" must be all lower-case
(#202) Variable "tempY" must be all lower-case
(#204) Variable "tempX" must be all lower-case
(#205) Variable "tempY" must be all lower-case
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Variable "controlX" must be all lower-case
(#212) Variable "controlY" must be all lower-case
(#216) Variable "controlX" must be all lower-case
(#217) Variable "controlY" must be all lower-case
(#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
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Variable "tempX" must be all lower-case
(#227) Variable "tempY" must be all lower-case
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Variable "controlX" must be all lower-case
(#233) Variable "controlY" must be all lower-case
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Variable "controlX" must be all lower-case
(#236) Variable "controlX" must be all lower-case
(#237) Variable "controlY" must be all lower-case
(#237) Variable "controlY" must be all lower-case
(#241) Variable "controlX" must be all lower-case
(#242) Variable "controlY" must be all lower-case
(#245) Variable "tempX" must be all lower-case
(#246) Variable "tempY" must be all lower-case
(#248) 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
(#252) Variable "controlX" must be all lower-case
(#253) Variable "controlY" must be all lower-case
(#255) Variable "tempX" must be all lower-case
(#256) Variable "tempY" must be all lower-case
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Variable "tempX" must be all lower-case
(#261) Variable "tempY" must be all lower-case
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Variable "controlX" must be all lower-case
(#267) Variable "controlY" must be all lower-case
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Variable "controlX" must be all lower-case
(#270) Variable "controlX" must be all lower-case
(#271) Variable "controlY" must be all lower-case
(#271) Variable "controlY" must be all lower-case
(#275) Variable "controlX" must be all lower-case
(#276) Variable "controlY" must be all lower-case
(#279) Variable "tempX" must be all lower-case
(#280) Variable "tempY" must be all lower-case
(#282) Variable "tempX" must be all lower-case
(#283) Variable "tempY" must be all lower-case
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Variable "controlX" must be all lower-case
(#290) Variable "controlY" must be all lower-case
(#294) 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
(#296) Variable "tempX" must be all lower-case
(#297) Variable "tempY" must be all lower-case
(#299) Variable "controlX" must be all lower-case
(#300) Variable "controlY" must be all lower-case
(#303) Variable "controlX" must be all lower-case
(#304) Variable "controlY" must be all lower-case
(#305) Variable "tempX" must be all lower-case
(#306) Variable "tempY" must be all lower-case
(#308) Variable "tempX" must be all lower-case
(#309) Variable "tempY" must be all lower-case
(#312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Variable "tempX" must be all lower-case
(#314) Variable "tempY" must be all lower-case
(#319) Variable "tempX" must be all lower-case
(#320) Variable "tempY" must be all lower-case
(#322) Variable "tempX" must be all lower-case
(#323) Variable "tempY" must be all lower-case
(#324) Variable "controlX" must be all lower-case
(#325) Variable "controlY" must be all lower-case
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Variable "tempX" must be all lower-case
(#332) Variable "tempY" must be all lower-case
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Variable "controlX" must be all lower-case
(#336) Variable "controlX" must be all lower-case
(#337) Variable "controlY" must be all lower-case
(#337) Variable "controlY" must be all lower-case
(#338) Usage of ELSEIF not allowed; use ELSE IF instead
(#339) Variable "controlX" must be all lower-case
(#339) Variable "tempControlX" must be all lower-case
(#340) Variable "controlY" must be all lower-case
(#340) Variable "tempControlY" must be all lower-case
(#342) Variable "controlX" must be all lower-case
(#343) Variable "controlY" must be all lower-case
(#346) Variable "tempControlX" must be all lower-case
(#346) Variable "controlX" must be all lower-case
(#347) Variable "tempControlY" must be all lower-case
(#347) Variable "controlY" must be all lower-case
(#350) Variable "controlX" must be all lower-case
(#351) Variable "controlY" must be all lower-case
(#352) Variable "tempX" must be all lower-case
(#353) Variable "tempY" must be all lower-case
(#355) Variable "tempX" must be all lower-case
(#356) Variable "tempY" must be all lower-case
(#360) Variable "tempX" must be all lower-case
(#361) Variable "tempY" must be all lower-case
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) Variable "controlX" must be all lower-case
(#365) Variable "controlX" must be all lower-case
(#366) Variable "controlY" must be all lower-case
(#366) Variable "controlY" must be all lower-case
(#368) Variable "controlX" must be all lower-case
(#369) Variable "controlY" must be all lower-case
(#373) Variable "controlX" must be all lower-case
(#374) Variable "controlY" must be all lower-case
(#375) Variable "tempX" must be all lower-case
(#376) Variable "tempY" must be all lower-case
(#378) Variable "tempX" must be all lower-case
(#379) Variable "tempY" must be all lower-case
(#387) Short array syntax must be used to define arrays
(#394) There should be a comma after the last array item in a multi-line array.
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#407) Short array syntax must be used to define arrays
(#414) There should be a comma after the last array item in a multi-line array.
(#423) Variable "subpathStartX" must be all lower-case
(#424) Variable "subpathStartY" must be all lower-case
(#432) Missing docblock for function drawArc
(#432) Visibility must be declared on method "drawArc"
(#432) method name "Path::drawArc" must be in lower-case letters only
(#433) Opening brace should be on the same line as the declaration
(#441) Short array syntax must be used to define arrays
(#442) Short array syntax must be used to define arrays
(#443) Short array syntax must be used to define arrays
(#444) Short array syntax must be used to define arrays
(#445) Short array syntax must be used to define arrays
(#448) Variable "toX" must be all lower-case
(#449) Variable "toY" must be all lower-case
(#451) Variable "toX" must be all lower-case
(#451) Variable "toY" must be all lower-case
(#460) Variable "segsNorm" must be all lower-case
(#460) Variable "toX" must be all lower-case
(#460) Variable "toY" must be all lower-case
(#462) Variable "segsNorm" must be all lower-case
(#463) Variable "segsNorm" must be all lower-case
(#464) Variable "segsNorm" must be all lower-case
(#465) Variable "segsNorm" must be all lower-case
(#466) Variable "segsNorm" must be all lower-case
(#467) Variable "segsNorm" must be all lower-case
(#468) Variable "segsNorm" must be all lower-case
(#470) Short array syntax must be used to define arrays
(#474) Missing docblock for function arcToSegments
(#474) Visibility must be declared on method "arcToSegments"
(#474) method name "Path::arcToSegments" must be in lower-case letters only
(#474) Variable "toX" must be all lower-case
(#474) Variable "toY" must be all lower-case
(#474) Variable "rotateX" must be all lower-case
(#475) Opening brace should be on the same line as the declaration
(#476) Variable "rotateX" must be all lower-case
(#477) Variable "sinTh" must be all lower-case
(#478) Variable "cosTh" must be all lower-case
(#479) Variable "fromX" must be all lower-case
(#480) Variable "fromY" must be all lower-case
(#485) Variable "cosTh" must be all lower-case
(#485) Variable "toX" must be all lower-case
(#485) Variable "sinTh" must be all lower-case
(#485) Variable "toY" must be all lower-case
(#486) Variable "cosTh" must be all lower-case
(#486) Variable "toY" must be all lower-case
(#486) Variable "sinTh" must be all lower-case
(#486) Variable "toX" must be all lower-case
(#504) Variable "cosTh" must be all lower-case
(#504) Variable "sinTh" must be all lower-case
(#504) Variable "toX" must be all lower-case
(#505) Variable "sinTh" must be all lower-case
(#505) Variable "cosTh" must be all lower-case
(#505) Variable "toY" must be all lower-case
(#506) Variable "mTheta" must be all lower-case
(#517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Short array syntax must be used to define arrays
(#520) Variable "mDelta" must be all lower-case
(#521) Variable "mT" must be all lower-case
(#521) Variable "mDelta" must be all lower-case
(#521) Variable "mDelta" must be all lower-case
(#521) Variable "mDelta" must be all lower-case
(#522) Variable "mTheta" must be all lower-case
(#522) Variable "mDelta" must be all lower-case
(#526) Variable "mTheta" must be all lower-case
(#528) Variable "cosTh" must be all lower-case
(#529) Variable "sinTh" must be all lower-case
(#534) Variable "mT" must be all lower-case
(#535) Variable "fromX" must be all lower-case
(#536) Variable "fromY" must be all lower-case
(#538) Variable "fromX" must be all lower-case
(#539) Variable "fromY" must be all lower-case
(#540) Variable "mTheta" must be all lower-case
(#541) Variable "mDelta" must be all lower-case
(#547) Missing docblock for function segmentToBezier
(#547) Visibility must be declared on method "segmentToBezier"
(#547) method name "Path::segmentToBezier" must be in lower-case letters only
(#547) Variable "cosTh" must be all lower-case
(#547) Variable "sinTh" must be all lower-case
(#547) Variable "mT" must be all lower-case
(#547) Variable "fromX" must be all lower-case
(#547) Variable "fromY" must be all lower-case
(#548) Opening brace should be on the same line as the declaration
(#553) Variable "toX" must be all lower-case
(#553) Variable "cosTh" must be all lower-case
(#553) Variable "sinTh" must be all lower-case
(#554) Variable "toY" must be all lower-case
(#554) Variable "sinTh" must be all lower-case
(#554) Variable "cosTh" must be all lower-case
(#555) Variable "cp1X" must be all lower-case
(#555) Variable "fromX" must be all lower-case
(#555) Variable "mT" must be all lower-case
(#555) Variable "cosTh" must be all lower-case
(#555) Variable "sinTh" must be all lower-case
(#556) Variable "cp1Y" must be all lower-case
(#556) Variable "fromY" must be all lower-case
(#556) Variable "mT" must be all lower-case
(#556) Variable "sinTh" must be all lower-case
(#556) Variable "cosTh" must be all lower-case
(#557) Variable "cp2X" must be all lower-case
(#557) Variable "toX" must be all lower-case
(#557) Variable "mT" must be all lower-case
(#557) Variable "cosTh" must be all lower-case
(#557) Variable "sinTh" must be all lower-case
(#558) Variable "cp2Y" must be all lower-case
(#558) Variable "toY" must be all lower-case
(#558) Variable "mT" must be all lower-case
(#558) Variable "sinTh" must be all lower-case
(#558) Variable "cosTh" must be all lower-case
(#560) Short array syntax must be used to define arrays
(#561) Variable "cp1X" must be all lower-case
(#562) Variable "cp1Y" must be all lower-case
(#563) Variable "cp2X" must be all lower-case
(#564) Variable "cp2Y" must be all lower-case
(#565) Variable "toX" must be all lower-case
(#566) There should be a comma after the last array item in a multi-line array.
(#566) Variable "toY" must be all lower-case
(#570) Missing docblock for function calcVectorAngle
(#570) Visibility must be declared on method "calcVectorAngle"
(#570) method name "Path::calcVectorAngle" must be in lower-case letters only
(#571) Opening brace should be on the same line as the declaration
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polygon.php
(#1) No one-line description found in phpdocs for docblock of file Polygon.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Polygon.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class Polygon
(#11) Opening brace should be on the same line as the declaration for class Polygon
(#12) Missing docblock for function start
(#13) Opening brace should be on the same line as the declaration
(#14) Short array syntax must be used to define arrays
(#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
(#41) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polyline.php
(#1) No one-line description found in phpdocs for docblock of file Polyline.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Polyline.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class Polyline
(#11) Opening brace should be on the same line as the declaration for class Polyline
(#12) Missing docblock for function start
(#13) Opening brace should be on the same line as the declaration
(#14) Short array syntax must be used to define arrays
(#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
(#39) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/RadialGradient.php
(#1) No one-line description found in phpdocs for docblock of file RadialGradient.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file RadialGradient.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class RadialGradient
(#11) Opening brace should be on the same line as the declaration for class RadialGradient
(#12) Missing docblock for function start
(#13) Opening brace should be on the same line as the declaration
(#16) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Rect.php
(#1) No one-line description found in phpdocs for docblock of file Rect.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Rect.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Rect
(#13) Opening brace should be on the same line as the declaration for class Rect
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#21) Missing docblock for function start
(#22) Opening brace should be on the same line as the declaration
(#49) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Shape.php
(#1) No one-line description found in phpdocs for docblock of file Shape.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Shape.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Shape
(#13) Opening brace should be on the same line as the declaration for class Shape
(#14) Missing docblock for function before
(#15) Opening brace should be on the same line as the declaration
(#28) Missing docblock for function after
(#29) Opening brace should be on the same line as the declaration
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) This comment is 52% valid code; is this commented out code?
(#42) Line indented incorrectly; expected at least 20 spaces, found 0
(#42) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#43) Line indented incorrectly; expected at least 20 spaces, found 0
(#43) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#44) Line indented incorrectly; expected at least 20 spaces, found 0
(#44) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#45) Line indented incorrectly; expected at least 20 spaces, found 0
(#46) Line indented incorrectly; expected at least 20 spaces, found 0
(#46) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 20 spaces, found 0
(#47) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#52) Usage of ELSEIF not allowed; use ELSE IF instead
(#55) Expected "} else {\n"; found "}\n else {\n"
(#62) File must end with a newline character
(#62) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Stop.php
(#1) No one-line description found in phpdocs for docblock of file Stop.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Stop.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class Stop
(#11) Opening brace should be on the same line as the declaration for class Stop
(#12) Missing docblock for function start
(#13) Opening brace should be on the same line as the declaration
(#16) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/StyleTag.php
(#1) No one-line description found in phpdocs for docblock of file StyleTag.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file StyleTag.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class StyleTag
(#13) Opening brace should be on the same line as the declaration for class StyleTag
(#14) Missing member variable doc comment
(#16) Missing docblock for function end
(#17) Opening brace should be on the same line as the declaration
(#22) Missing docblock for function appendText
(#22) Public method name "StyleTag::appendText" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#26) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Symbol.php
(#1) No one-line description found in phpdocs for docblock of file Symbol.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Symbol.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Symbol
(#13) Opening brace should be on the same line as the declaration for class Symbol
(#14) Missing docblock for function before
(#15) Opening brace should be on the same line as the declaration
(#29) Missing docblock for function after
(#30) Opening brace should be on the same line as the declaration
(#33) File must end with a newline character
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Text.php
(#1) No one-line description found in phpdocs for docblock of file Text.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file Text.php. Expected local_dompdf, found php-svg-lib.
(#12) Missing docblock for class Text
(#13) Opening brace should be on the same line as the declaration for class Text
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#18) Missing docblock for function start
(#19) Opening brace should be on the same line as the declaration
(#34) Missing docblock for function end
(#35) Opening brace should be on the same line as the declaration
(#57) Missing docblock for function after
(#58) Opening brace should be on the same line as the declaration
(#62) Missing docblock for function appendText
(#62) Public method name "Text::appendText" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#67) Missing docblock for function getText
(#67) Public method name "Text::getText" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#71) Whitespace found at end of line
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/UseTag.php
(#1) No one-line description found in phpdocs for docblock of file UseTag.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#3) Incorrect @package tag for file UseTag.php. Expected local_dompdf, found php-svg-lib.
(#10) Missing docblock for class UseTag
(#11) Opening brace should be on the same line as the declaration for class UseTag
(#12) Missing member variable doc comment
(#13) Missing member variable doc comment
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#21) Missing docblock for function before
(#22) Opening brace should be on the same line as the declaration
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) No space found before comment text; expected "// TODO: log circular reference error state" but found "//TODO: log circular reference error state"
(#56) Missing docblock for function after
(#64) Missing docblock for function handle
(#65) Opening brace should be on the same line as the declaration
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// TODO: log circular reference error state" but found "//TODO: log circular reference error state"
(#77) Variable "originalAttributes" must be all lower-case
(#78) Variable "originalStyle" must be all lower-case
(#79) Variable "mergedAttributes" must be all lower-case
(#80) Variable "attributesToNotMerge" must be all lower-case
(#81) Variable "attrKey" must be all lower-case
(#81) Variable "attrVal" must be all lower-case
(#82) Variable "attrKey" must be all lower-case
(#82) Variable "attributesToNotMerge" must be all lower-case
(#82) Variable "mergedAttributes" must be all lower-case
(#82) Variable "attrKey" must be all lower-case
(#83) Variable "mergedAttributes" must be all lower-case
(#83) Variable "attrKey" must be all lower-case
(#83) Variable "attrVal" must be all lower-case
(#86) Variable "mergedAttributes" must be all lower-case
(#86) Variable "mergedAttributes" must be all lower-case
(#88) Variable "mergedAttributes" must be all lower-case
(#90) Variable "originalAttributes" must be all lower-case
(#91) Variable "originalStyle" must be all lower-case
(#92) Variable "originalStyle" must be all lower-case
(#96) Missing docblock for function handleEnd
(#96) Public method name "UseTag::handleEnd" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#110) Method name "_handle" should not be prefixed with an underscore to indicate visibility
(#110) Missing docblock for function _handle
(#113) Variable "originalAttributes" must be all lower-case
(#114) Variable "originalStyle" must be all lower-case
(#115) Variable "mergedAttributes" must be all lower-case
(#116) Variable "mergedAttributes" must be all lower-case
(#116) Variable "mergedAttributes" must be all lower-case
(#117) Variable "mergedAttributes" must be all lower-case
(#118) Variable "originalAttributes" must be all lower-case
(#119) Variable "originalStyle" must be all lower-case
(#120) Variable "originalStyle" must be all lower-case
(#125) Method name "_handleEnd" should not be prefixed with an underscore to indicate visibility
(#125) Missing docblock for function _handleEnd
(#125) Private method name "UseTag::_handleEnd" must be in lower-case letters only
(#131) Whitespace found at end of line
local/dompdf/version.php
(#31) File must end with a newline character

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(59 errors, 0 warnings)

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

local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Glyph/Outline.php
(#41) Phpdocs for function Outline::init has incomplete parameters list
local/dompdf/vendor/dompdf/php-font-lib/src/FontLib/TrueType/File.php
(#440) Phpdocs for function File::getTableObject has incomplete parameters list
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/CssLength.php
(#75) Phpdocs for function CssLength::parseLengthComponents has incomplete parameters list
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Style.php
(#81) Phpdocs for function Style::fromAttributes has incomplete parameters list
(#397) Phpdocs for function Style::parseCssStyle has incomplete parameters list
local/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Surface/CPdf.php
(#439) Phpdocs for function CPdf::o_destination has incomplete parameters list
(#484) Phpdocs for function CPdf::o_viewerPreferences has incomplete parameters list
(#593) Phpdocs for function CPdf::o_catalog has incomplete parameters list
(#672) Phpdocs for function CPdf::o_pages has incomplete parameters list
(#820) Phpdocs for function CPdf::o_outlines has incomplete parameters list
(#862) Phpdocs for function CPdf::o_font has incomplete parameters list
(#1260) Phpdocs for function CPdf::o_toUnicode has incomplete parameters list
(#1320) Phpdocs for function CPdf::o_fontDescriptor has incomplete parameters list
(#1385) Phpdocs for function CPdf::o_fontEncoding has incomplete parameters list
(#1438) Phpdocs for function CPdf::o_fontDescendentCID has incomplete parameters list
(#1529) Phpdocs for function CPdf::o_cidSystemInfo has incomplete parameters list
(#1572) Phpdocs for function CPdf::o_fontGIDtoCIDMap has incomplete parameters list
(#1629) Phpdocs for function CPdf::o_procset has incomplete parameters list
(#1675) Phpdocs for function CPdf::o_info has incomplete parameters list
(#1741) Phpdocs for function CPdf::o_action has incomplete parameters list
(#1802) Phpdocs for function CPdf::o_annotation has incomplete parameters list
(#1868) Phpdocs for function CPdf::o_page has incomplete parameters list
(#1979) Phpdocs for function CPdf::o_contents has incomplete parameters list
(#2045) Phpdocs for function CPdf::o_embedjs has incomplete parameters list
(#2076) Phpdocs for function CPdf::o_javascript has incomplete parameters list
(#2112) Phpdocs for function CPdf::o_image has incomplete parameters list
(#2254) Phpdocs for function CPdf::o_extGState has incomplete parameters list
(#2413) Phpdocs for function CPdf::o_acroform has incomplete parameters list
(#2474) Phpdocs for function CPdf::o_field has incomplete parameters list
(#2567) Phpdocs for function CPdf::o_sig has incomplete parameters list
(#2676) Phpdocs for function CPdf::o_encryption has incomplete parameters list
(#2920) Phpdocs for function CPdf::md5_16 has incomplete parameters list
(#2937) Phpdocs for function CPdf::encryptInit has incomplete parameters list
(#2993) Phpdocs for function CPdf::ARC4 has incomplete parameters list
(#3023) Phpdocs for function CPdf::addLink has incomplete parameters list
(#3039) Phpdocs for function CPdf::addInternalLink has incomplete parameters list
(#3231) Phpdocs for function CPdf::openFont has incomplete parameters list
(#3597) Phpdocs for function CPdf::addContent has incomplete parameters list
(#3671) Phpdocs for function CPdf::setGraphicsState has incomplete parameters list
(#4244) Phpdocs for function CPdf::addFormField has incomplete parameters list
(#4762) Phpdocs for function CPdf::filterText has incomplete parameters list
(#4895) Phpdocs for function CPdf::getTextPosition has incomplete parameters list
(#5260) Phpdocs for function CPdf::reopenObject has incomplete parameters list
(#5293) Phpdocs for function CPdf::stopObject has incomplete parameters list
(#5307) Phpdocs for function CPdf::addObject has incomplete parameters list
(#5365) Phpdocs for function CPdf::serializeObject has incomplete parameters list
(#5380) Phpdocs for function CPdf::restoreSerializedObject has incomplete parameters list
(#5437) Phpdocs for function CPdf::setPreferences has incomplete parameters list
(#5455) Phpdocs for function CPdf::getBytes has incomplete parameters list
(#5554) Phpdocs for function CPdf::addImagePngAlpha has incomplete parameters list
(#5739) Phpdocs for function CPdf::addPngFromFile has incomplete parameters list
(#5828) Phpdocs for function CPdf::addPngFromBuf has incomplete parameters list
(#6120) Phpdocs for function CPdf::addJpegFromFile has incomplete parameters list
(#6171) Phpdocs for function CPdf::addJpegImage_common has incomplete parameters list
(#6237) Phpdocs for function CPdf::openHere has incomplete parameters list
(#6277) Phpdocs for function CPdf::addDestination has incomplete parameters list
(#6305) Phpdocs for function CPdf::setFontFamily has incomplete parameters list
(#6352) Phpdocs for function CPdf::addMessage has incomplete parameters list
(#6362) Phpdocs for function CPdf::transaction has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
ENOENT: no such file or directory, stat 'local/dompdf/vendor/phenx/php-font-lib' Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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