Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(12 errors, 39 warnings)

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

mod/customlabel/adminmanageplugins.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/customlabel/ajax/applyconstraints.php
(#17) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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) This comment is 50% valid code; is this commented out code?
(#139) Line exceeds 132 characters; contains 140 characters
mod/customlabel/backup/moodle2/backup_customlabel_stepslib.php
(#90) Line exceeds 132 characters; contains 139 characters
mod/customlabel/backup/moodle2/restore_customlabel_stepslib.php
(#23) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#85) 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
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/classes/plugininfo/customlabeltype.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#81) Possible useless method overriding detected
mod/customlabel/db/access.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/db/services.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/externallib.php
(#32) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Get con.)
(#74) Line exceeds 132 characters; contains 138 characters
(#126) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Get aribu.)
(#136) Line exceeds 132 characters; contains 138 characters
(#146) Line exceeds 132 characters; contains 134 characters
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Set aribu.)
(#205) Line exceeds 132 characters; contains 138 characters
(#265) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Refrsh .)
(#275) Line exceeds 132 characters; contains 138 characters
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#355) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Get MadDomin.)
(#374) Line exceeds 132 characters; contains 135 characters
(#381) Line exceeds 132 characters; contains 135 characters
(#431) Line exceeds 132 characters; contains 138 characters
mod/customlabel/flexpage.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/index.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/customlabel/lib.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#222) Line exceeds 132 characters; contains 137 characters
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line exceeds 132 characters; contains 151 characters
mod/customlabel/settings.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Line exceeds 132 characters; contains 150 characters
(#29) Line exceeds 132 characters; contains 138 characters
mod/customlabel/showclassified.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/customlabel/type/NEWTYPE/customlabel.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/type/NEWTYPE/version.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/type/authordata/version.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/type/information/version.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/type/unitheading/customlabel.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.

Javascript coding style problems

(102 errors, 27 warnings)

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

mod/customlabel/js/applyconstraints.js
(#1) Comments should not begin with a lowercase character (capitalized-comments)
(#7) Missing JSDoc comment. (require-jsdoc)
(#8) Unnecessary escape character: \+. (no-useless-escape)
(#8) A space is required after ','. (comma-spacing)
(#8) Unnecessary escape character: \*. (no-useless-escape)
(#9) Unnecessary escape character: \/. (no-useless-escape)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) 'applyconstraints' is defined but never used. (no-unused-vars)
(#15) A space is required after ','. (comma-spacing)
(#20) 'targetsarr' is not defined. (no-undef)
(#32) 'optionstring' is not defined. (no-undef)
(#35) 'selectedtargetopts' is not defined. (no-undef)
(#37) 'targetsarr' is not defined. (no-undef)
(#38) 'targetname' is not defined. (no-undef)
(#38) 'targetsarr' is not defined. (no-undef)
(#39) 'targetsel' is not defined. (no-undef)
(#39) 'targetname' is not defined. (no-undef)
(#40) 'selectedtargetopts' is not defined. (no-undef)
(#40) 'targetname' is not defined. (no-undef)
(#42) 'selectedtargetopts' is not defined. (no-undef)
(#43) 'k' is not defined. (no-undef)
(#44) 'targetsel' is not defined. (no-undef)
(#45) 'targetsel' is not defined. (no-undef)
(#46) 'selectedtargetopts' is not defined. (no-undef)
(#46) 'k' is not defined. (no-undef)
(#46) 'targetsel' is not defined. (no-undef)
(#47) 'k' is not defined. (no-undef)
(#53) 'formvaluestring' is not defined. (no-undef)
(#53) 'selectedtargetopts' is not defined. (no-undef)
(#55) 'params' is not defined. (no-undef)
(#55) 'optionstring' is not defined. (no-undef)
(#56) 'params' is not defined. (no-undef)
(#56) 'formvaluestring' is not defined. (no-undef)
(#57) 'params' is not defined. (no-undef)
(#59) '$' is not defined. (no-undef)
(#59) 'status' is defined but never used. (no-unused-vars)
(#62) 'targetsarr' is not defined. (no-undef)
(#65) 'targetsarr' is not defined. (no-undef)
(#66) 'targetsarr' is not defined. (no-undef)
(#67) 'str' is not defined. (no-undef)
(#67) 'targetsarr' is not defined. (no-undef)
(#68) 'str' is not defined. (no-undef)
(#68) 'targetsarr' is not defined. (no-undef)
(#69) '$' is not defined. (no-undef)
(#69) 'targetsarr' is not defined. (no-undef)
(#69) 'str' is not defined. (no-undef)
(#75) Missing JSDoc comment. (require-jsdoc)
(#75) 'applyconstraintsmenu' is defined but never used. (no-unused-vars)
(#77) A space is required after ','. (comma-spacing)
(#82) 'targetsarr' is not defined. (no-undef)
(#94) 'optionstring' is not defined. (no-undef)
(#97) 'selectedtargetopts' is not defined. (no-undef)
(#99) 'targetsarr' is not defined. (no-undef)
(#100) 'targetname' is not defined. (no-undef)
(#100) 'targetsarr' is not defined. (no-undef)
(#101) 'targetsel' is not defined. (no-undef)
(#101) 'targetname' is not defined. (no-undef)
(#102) 'selectedtargetopts' is not defined. (no-undef)
(#102) 'targetname' is not defined. (no-undef)
(#104) 'selectedtargetopts' is not defined. (no-undef)
(#105) 'k' is not defined. (no-undef)
(#106) 'targetsel' is not defined. (no-undef)
(#107) 'targetsel' is not defined. (no-undef)
(#107) Missing space before opening brace. (space-before-blocks)
(#108) 'selectedtargetopts' is not defined. (no-undef)
(#108) 'k' is not defined. (no-undef)
(#108) 'targetsel' is not defined. (no-undef)
(#109) 'k' is not defined. (no-undef)
(#115) 'formvaluestring' is not defined. (no-undef)
(#115) 'selectedtargetopts' is not defined. (no-undef)
(#117) 'params' is not defined. (no-undef)
(#117) 'optionstring' is not defined. (no-undef)
(#118) 'params' is not defined. (no-undef)
(#118) 'formvaluestring' is not defined. (no-undef)
(#119) 'params' is not defined. (no-undef)
(#121) '$' is not defined. (no-undef)
(#121) 'status' is defined but never used. (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#124) 'targetsarr' is not defined. (no-undef)
(#127) 'target' used outside of binding context. (block-scoped-var)
(#127) 'targetsarr' is not defined. (no-undef)
(#128) 'targetsarr' is not defined. (no-undef)
(#128) 'target' used outside of binding context. (block-scoped-var)
(#129) 'str' is not defined. (no-undef)
(#129) 'targetsarr' is not defined. (no-undef)
(#129) 'target' used outside of binding context. (block-scoped-var)
(#130) 'str' is not defined. (no-undef)
(#130) 'targetsarr' is not defined. (no-undef)
(#130) 'target' used outside of binding context. (block-scoped-var)
(#131) '$' is not defined. (no-undef)
(#131) 'targetsarr' is not defined. (no-undef)
(#131) 'target' used outside of binding context. (block-scoped-var)
(#131) 'str' is not defined. (no-undef)
mod/customlabel/js/custombox.js
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'togglecustom' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) 'setupcustom' is defined but never used. (no-unused-vars)
(#48) Missing JSDoc comment. (require-jsdoc)
(#48) 'togglecustomstring' is defined but never used. (no-unused-vars)
(#49) '$' is not defined. (no-undef)
(#49) Missing space before opening brace. (space-before-blocks)
(#50) '$' is not defined. (no-undef)
(#51) '$' is not defined. (no-undef)
(#53) '$' is not defined. (no-undef)
(#54) '$' is not defined. (no-undef)
(#58) Missing JSDoc comment. (require-jsdoc)
(#58) 'setupcustomstring' is defined but never used. (no-unused-vars)
(#59) Missing space before opening brace. (space-before-blocks)
(#60) '$' is not defined. (no-undef)
(#61) '$' is not defined. (no-undef)
(#63) '$' is not defined. (no-undef)
(#64) '$' is not defined. (no-undef)
mod/customlabel/js/modform.js
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'type_change_submit' is defined but never used. (no-unused-vars)
(#6) Identifier 'type_change_submit' is not in camel case. (camelcase)
(#8) Unexpected confirm. (no-alert)
(#9) 'typeselobj' is not defined. (no-undef)
(#11) 'typeselobj' is not defined. (no-undef)
(#12) 'typeselobj' is not defined. (no-undef)
(#15) 'url' is not defined. (no-undef)
(#16) 'url' is not defined. (no-undef)
(#16) 'typeselobj' is not defined. (no-undef)
(#16) 'typeselobj' is not defined. (no-undef)
(#18) 'url' is not defined. (no-undef)
(#19) 'url' is not defined. (no-undef)
(#19) 'typeselobj' is not defined. (no-undef)
(#19) 'typeselobj' is not defined. (no-undef)
(#21) 'url' is not defined. (no-undef)

CSS problems

(271 errors, 16 warnings)

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

mod/customlabel/styles.css
(#19) Expected "#FFA0A0" to be "#ffa0a0" (color-hex-case)
(#24) Expected "#A0FFA0" to be "#a0ffa0" (color-hex-case)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#20) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#25) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Unexpected !important (declaration-no-important)
(#3) Unexpected !important (declaration-no-important)
mod/customlabel/type/authordata/customlabel.css
(#21) Expected "#ffffff" to be "#fff" (color-hex-length)
(#22) Expected "#ffffff" to be "#fff" (color-hex-length)
mod/customlabel/type/authornote/customlabel.css
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#11) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#2) Unexpected whitespace at end of line (no-eol-whitespace)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/commentbox/customlabel.css
(#20) Unexpected empty block (block-no-empty)
mod/customlabel/type/contactpoint/customlabel.css
(#59) Expected single space before "{" (block-opening-brace-space-before)
(#161) Expected single space before "{" (block-opening-brace-space-before)
(#11) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#20) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
(#20) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/courseclassifier/customlabel.css
(#21) Expected "#ffffff" to be "#fff" (color-hex-length)
(#22) Expected "#ffffff" to be "#fff" (color-hex-length)
(#29) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/coursedata/customlabel.css
(#21) Expected "#ffffff" to be "#fff" (color-hex-length)
(#22) Expected "#ffffff" to be "#fff" (color-hex-length)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/courseheading/customlabel.css
(#26) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#28) Expected single space before "{" (block-opening-brace-space-before)
(#33) Expected single space before "{" (block-opening-brace-space-before)
(#39) Expected single space before "{" (block-opening-brace-space-before)
(#34) Unexpected whitespace before ":" (declaration-colon-space-before)
(#34) Unexpected !important (declaration-no-important)
(#26) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/definition/customlabel.css
(#41) Expected single space before "{" (block-opening-brace-space-before)
(#49) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/example/customlabel.css
(#42) Expected single space before "{" (block-opening-brace-space-before)
(#6) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/formule/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/fundamental/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/important/customlabel.css
(#41) Expected single space before "{" (block-opening-brace-space-before)
(#11) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#20) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
(#20) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/information/customlabel.css
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/instructions/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/keypoints/customlabel.css
(#6) Expected "#F88A1D" to be "#f88a1d" (color-hex-case)
(#28) Expected "#F88A1D" to be "#f88a1d" (color-hex-case)
(#11) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#23) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
(#35) Expected "Px" to be "px" (unit-case)
mod/customlabel/type/localgoals/customlabel.css
(#42) Expected single space before "{" (block-opening-brace-space-before)
(#44) Expected "#9B5992" to be "#9b5992" (color-hex-case)
(#12) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#21) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#46) Unexpected unit (length-zero-no-unit)
(#12) Unexpected whitespace at end of line (no-eol-whitespace)
(#21) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/method/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/NEWTYPE/customlabel.css
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#15) Expected single space before "{" (block-opening-brace-space-before)
(#24) Expected single space before "{" (block-opening-brace-space-before)
(#33) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#1) Expected "TABLE" to be "table" (selector-type-case)
mod/customlabel/type/pedagogicadvice/customlabel.css
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/question/customlabel.css
(#49) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/remind/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/sectionheading/customlabel.css
(#20) Unexpected !important (declaration-no-important)
(#9) Unexpected unit "pt" (unit-blacklist)
mod/customlabel/type/seealso/customlabel.css
(#41) Expected single space before "{" (block-opening-brace-space-before)
(#12) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#20) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#6) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#12) Unexpected whitespace at end of line (no-eol-whitespace)
(#20) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/sequenceheading/customlabel.css
(#13) Expected single space before "{" (block-opening-brace-space-before)
(#18) Expected single space before "{" (block-opening-brace-space-before)
(#24) Expected single space before "{" (block-opening-brace-space-before)
(#3) Expected "#E6C439" to be "#e6c439" (color-hex-case)
(#19) Unexpected !important (declaration-no-important)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#9) Unexpected unit "pt" (unit-blacklist)
mod/customlabel/type/soluce/customlabel.css
(#41) Expected single space before "{" (block-opening-brace-space-before)
(#6) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/text/customlabel.css
(#1) Expected single space before "{" (block-opening-brace-space-before)
mod/customlabel/type/theorema/customlabel.css
(#39) Expected single space before "{" (block-opening-brace-space-before)
(#46) Expected single space before "{" (block-opening-brace-space-before)
(#58) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected "#888888" to be "#888" (color-hex-length)
(#11) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#20) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#6) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#62) Unexpected !important (declaration-no-important)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
(#20) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/tipsandtricks/customlabel.css
(#40) Expected single space before "{" (block-opening-brace-space-before)
(#6) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
mod/customlabel/type/unitheading/customlabel.css
(#20) Unexpected !important (declaration-no-important)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#9) Unexpected unit "pt" (unit-blacklist)
mod/customlabel/type/worktodo/customlabel.css
(#58) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected "#999999" to be "#999" (color-hex-length)
(#6) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)

PHPDocs style problems

(773 errors, 1 warnings)

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

mod/customlabel/admin_updateall.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod-customlabel is not valid
(#22) Category mod is not valid
mod/customlabel/admin_updateall_form.php
(#32) Class customlabel_updateall_form is not documented
(#34) Function customlabel_updateall_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#22) Category mod is not valid
mod/customlabel/adminmetadata.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/ajax/applyconstraints.php
(#17) File-level phpdocs block is not found
mod/customlabel/backup/moodle1/lib.php
(#17) No one-line description found in phpdocs for file
(#74) Phpdocs for function moodle1_mod_customlabel_handler::process_customlabel has incomplete parameters list
(#29) Class moodle1_mod_customlabel_handler does not have @copyright tag
(#29) Class moodle1_mod_customlabel_handler does not have @license tag
(#22) Category mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class backup_customlabel_activity_task
(#51) Phpdocs for function backup_customlabel_activity_task::encode_content_links has incomplete parameters list
(#29) Class backup_customlabel_activity_task does not have @copyright tag
(#29) Class backup_customlabel_activity_task does not have @license tag
(#18) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_settingslib.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_stepslib.php
(#32) Class backup_customlabel_activity_structure_step is not documented
(#34) Function backup_customlabel_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/backup/moodle2/restore_customlabel_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class restore_customlabel_activity_task
(#28) Class restore_customlabel_activity_task does not have @copyright tag
(#28) Class restore_customlabel_activity_task does not have @license tag
(#18) Package moodlecore is not valid
mod/customlabel/backup/moodle2/restore_customlabel_stepslib.php
(#34) Function restore_customlabel_activity_structure_step::define_structure is not documented
(#53) Function restore_customlabel_activity_structure_step::after_execute is not documented
(#66) Function restore_customlabel_activity_structure_step::process_customlabel is not documented
(#109) Function restore_customlabel_activity_structure_step::process_metadatatype is not documented
(#120) Function restore_customlabel_activity_structure_step::process_metadatavalue is not documented
(#135) Function restore_customlabel_activity_structure_step::process_coursemetadata is not documented
(#152) Function restore_customlabel_activity_structure_step::postupdate is not documented
(#17) No one-line description found in phpdocs for file
(#29) Class restore_customlabel_activity_structure_step does not have @copyright tag
(#29) Class restore_customlabel_activity_structure_step does not have @license tag
(#18) Package customlabel is not valid
mod/customlabel/classes/plugininfo/customlabeltype.php
(#30) Class customlabeltype is not documented
(#65) Function customlabeltype::is_uninstall_allowed is not documented
(#85) Function customlabeltype::get_settings_section_name is not documented
(#79) Invalid phpdocs tag @private used
(#20) Package customlabel is not valid
mod/customlabel/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package customlabel is not valid
mod/customlabel/db/install.php
(#21) Category mod is not valid
mod/customlabel/db/log.php
(#21) Category mod is not valid
mod/customlabel/db/subplugins.php
(#21) Category mod is not valid
mod/customlabel/db/upgrade.php
(#29) Function xmldb_customlabel_upgrade is not documented
(#120) Function customlabel_course_preprocess_filepickers is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/externallib.php
(#30) Class mod_customlabel_external is not documented
(#357) Function mod_customlabel_external::validate_mtd_parameters is not documented
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function mod_customlabel_external::validate_element_parameters has incomplete parameters list
(#84) Phpdocs for function mod_customlabel_external::get_content has incomplete parameters list
(#217) Phpdocs for function mod_customlabel_external::set_attribute has incomplete parameters list
(#414) Phpdocs for function mod_customlabel_external::get_mtd_domain has incomplete parameters list
(#19) Category mod is not valid
mod/customlabel/flexpage.php
(#27) Class mod_customlabel_flexpage is not documented
(#29) Function mod_customlabel_flexpage::module_block_setup is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/forms/ClassificationModelForm.php
(#29) Class ModelForm is not documented
(#31) Function ModelForm::definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/forms/EditTypeForm.php
(#29) Class EditTypeForm is not documented
(#34) Function EditTypeForm::__construct is not documented
(#40) Function EditTypeForm::definition is not documented
(#73) Function EditTypeForm::validation is not documented
(#31) Variable EditTypeForm::$view is not documented
(#32) Variable EditTypeForm::$action is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/forms/EditValueForm.php
(#29) Class EditValueForm is not documented
(#35) Function EditValueForm::__construct is not documented
(#42) Function EditValueForm::definition is not documented
(#69) Function EditValueForm::validation is not documented
(#31) Variable EditValueForm::$view is not documented
(#32) Variable EditValueForm::$action is not documented
(#33) Variable EditValueForm::$type is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/index.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/lang/en/customlabel.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/lang/fr/customlabel.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/lib.php
(#552) Function customlabel_pluginfile is not documented
(#50) There is no description in phpdocs for function customlabel_supports
(#103) There is no description in phpdocs for function customlabel_get_name
(#454) There is no description in phpdocs for function customlabel_get_view_actions
(#462) There is no description in phpdocs for function customlabel_get_post_actions
(#511) There is no description in phpdocs for function customlabel_is_hidden_byrole
(#34) Phpdocs for function mod_customlabel_supports_feature has incomplete parameters list
(#124) Phpdocs for function customlabel_add_instance has incomplete parameters list
(#202) Phpdocs for function customlabel_update_instance has incomplete parameters list
(#300) Phpdocs for function customlabel_delete_instance has incomplete parameters list
(#335) Phpdocs for function customlabel_get_participants has incomplete parameters list
(#343) Phpdocs for function customlabel_get_coursemodule_info has incomplete parameters list
(#374) Phpdocs for function customlabel_cm_info_dynamic has incomplete parameters list
(#472) Phpdocs for function customlabel_reset_userdata has incomplete parameters list
(#483) Phpdocs for function customlabel_get_xml has incomplete parameters list
(#514) Phpdocs for function customlabel_is_hidden_byrole has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#34) Package is not specified for function mod_customlabel_supports_feature. It is also not specified in file-level phpdocs
(#50) Package is not specified for function customlabel_supports. It is also not specified in file-level phpdocs
(#103) Package is not specified for function customlabel_get_name. It is also not specified in file-level phpdocs
(#119) Package is not specified for function customlabel_add_instance. It is also not specified in file-level phpdocs
(#202) Package is not specified for function customlabel_update_instance. It is also not specified in file-level phpdocs
(#300) Package is not specified for function customlabel_delete_instance. It is also not specified in file-level phpdocs
(#335) Package is not specified for function customlabel_get_participants. It is also not specified in file-level phpdocs
(#343) Package is not specified for function customlabel_get_coursemodule_info. It is also not specified in file-level phpdocs
(#374) Package is not specified for function customlabel_cm_info_dynamic. It is also not specified in file-level phpdocs
(#454) Package is not specified for function customlabel_get_view_actions. It is also not specified in file-level phpdocs
(#462) Package is not specified for function customlabel_get_post_actions. It is also not specified in file-level phpdocs
(#470) Package is not specified for function customlabel_reset_userdata. It is also not specified in file-level phpdocs
(#483) Package is not specified for function customlabel_get_xml. It is also not specified in file-level phpdocs
(#511) Package is not specified for function customlabel_is_hidden_byrole. It is also not specified in file-level phpdocs
(#552) Package is not specified for function customlabel_pluginfile. It is also not specified in file-level phpdocs
(#596) Package is not specified for function customlabel_dbcleaner_add_keys. It is also not specified in file-level phpdocs
mod/customlabel/locallib.php
(#42) Phpdocs for function customlabel_get_classes has incomplete parameters list
(#221) Phpdocs for function customlabel_save_draft_file has incomplete parameters list
(#316) Phpdocs for function customlabel_file_rewrite_urls_to_pluginfile has incomplete parameters list
(#273) Not recommended phpdocs tag @global used
(#19) Category mod is not valid
mod/customlabel/metadataconstraints.controller.php
(#30) Class constraints_controller is not documented
(#36) Function constraints_controller::__construct is not documented
(#41) Function constraints_controller::process is not documented
(#32) Variable constraints_controller::$valueset1 is not documented
(#34) Variable constraints_controller::$valueset2 is not documented
(#17) No one-line description found in phpdocs for file
(#20) Category mod is not valid
mod/customlabel/metadataconstraints.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/metadatamodel.php
(#17) No one-line description found in phpdocs for file
mod/customlabel/metadatatypes.controller.php
(#17) No one-line description found in phpdocs for file
(#108) Phpdocs for function classification_tree_updateordering has incomplete parameters list
(#148) Phpdocs for function classification_tree_up has incomplete parameters list
(#187) Phpdocs for function classification_tree_down has incomplete parameters list
(#19) Category mod is not valid
mod/customlabel/metadatatypes.php
(#17) No one-line description found in phpdocs for file
(#20) Category mod is not valid
mod/customlabel/metadatavalues.controller.php
(#17) No one-line description found in phpdocs for file
(#103) Phpdocs for function classification_tree_updateordering has incomplete parameters list
(#146) Phpdocs for function classification_tree_up has incomplete parameters list
(#186) Phpdocs for function classification_tree_down has incomplete parameters list
(#20) Category mod is not valid
mod/customlabel/metadatavalues.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/mod.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/customlabel/mod_form.php
(#32) Class mod_customlabel_mod_form is not documented
(#50) Function mod_customlabel_mod_form::definition is not documented
(#218) Function mod_customlabel_mod_form::set_data is not documented
mod/customlabel/pageitem.php
(#17) No one-line description found in phpdocs for file
(#21) Package customlabel is not valid
mod/customlabel/renderer.php
(#29) Class mod_customlabel_renderer is not documented
(#31) Function mod_customlabel_renderer::set_choice is not documented
(#71) Function mod_customlabel_renderer::constraints_form is not documented
(#17) No one-line description found in phpdocs for file
mod/customlabel/search_document.php
(#94) Class customlabel_document_wrapper is not documented
(#57) Function CustomLabelSearchDocument::__construct is not documented
(#98) Phpdocs for function customlabel_document_wrapper::make_link has incomplete parameters list
(#124) Phpdocs for function customlabel_document_wrapper::get_content_for_index has incomplete parameters list
(#152) Phpdocs for function customlabel_document_wrapper::single_document has incomplete parameters list
(#178) Phpdocs for function customlabel_document_wrapper::search_get_objectinfo has incomplete parameters list
(#206) Phpdocs for function customlabel_document_wrapper::check_text_access has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#51) Class CustomLabelSearchDocument does not have @copyright tag
(#51) Class CustomLabelSearchDocument does not have @license tag
(#24) Invalid phpdocs tag @date used
(#20) Package customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/settings.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/showclassified.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/type/NEWTYPE/customlabel.class.php
(#34) Class customlabel_type_NEWTYPE is not documented
(#36) Function customlabel_type_NEWTYPE::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#22) Invalid phpdocs tag @date used
(#18) Package customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/NEWTYPE/db/access.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/customlabel/type/NEWTYPE/lang/en/customlabeltype_NEWTYPE.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/customlabel/type/NEWTYPE/lang/fr/customlabeltype_NEWTYPE.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/customlabel/type/NEWTYPE/version.php
(#21) Category mod is not valid
mod/customlabel/type/authordata/customlabel.class.php
(#33) Class customlabel_type_authordata is not documented
(#37) Function customlabel_type_authordata::__construct is not documented
(#97) Function customlabel_type_authordata::postprocess_data is not documented
(#35) Variable customlabel_type_authordata::$nbauthor is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/authordata/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/authordata/lang/en/customlabeltype_authordata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authordata/lang/fr/customlabeltype_authordata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authordata/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/authornote/customlabel.class.php
(#34) Function customlabel_type_authornote::__construct is not documented
(#54) Function customlabel_type_authornote::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class customlabel_type_authornote
(#28) Class customlabel_type_authornote does not have @copyright tag
(#28) Class customlabel_type_authornote does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/authornote/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authornote/lang/en/customlabeltype_authornote.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authornote/lang/fr/customlabeltype_authornote.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authornote/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/commentbox/customlabel.class.php
(#33) Class customlabel_type_commentbox is not documented
(#35) Function customlabel_type_commentbox::__construct is not documented
(#60) Function customlabel_type_commentbox::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/commentbox/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/commentbox/lang/en/customlabeltype_commentbox.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/commentbox/lang/fr/customlabeltype_commentbox.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/commentbox/version.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/customlabel.class.php
(#33) Class customlabel_type_contactpoint is not documented
(#35) Function customlabel_type_contactpoint::__construct is not documented
(#54) Function customlabel_type_contactpoint::postprocess_icon is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/contactpoint/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/lang/en/customlabeltype_contactpoint.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/lang/fr/customlabeltype_contactpoint.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/version.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/customlabel.class.php
(#33) Class customlabel_type_courseclassifier is not documented
(#35) Function customlabel_type_courseclassifier::__construct is not documented
(#148) Function customlabel_type_courseclassifier::on_delete is not documented
(#158) Function customlabel_type_courseclassifier::preprocess_data is not documented
(#270) Function customlabel_type_courseclassifier::get_constraints is not documented
(#17) No one-line description found in phpdocs for file
(#181) There is no description in phpdocs for function postprocess_data
(#181) Phpdocs for function customlabel_type_courseclassifier::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/courseclassifier/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/lang/en/customlabeltype_courseclassifier.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/lang/fr/customlabeltype_courseclassifier.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/version.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/customlabel.class.php
(#33) Class customlabel_type_coursedata is not documented
(#35) Function customlabel_type_coursedata::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#142) There is no description in phpdocs for function postprocess_data
(#142) Phpdocs for function customlabel_type_coursedata::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/coursedata/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/lang/en/customlabeltype_coursedata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/lang/fr/customlabeltype_coursedata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/courseheading/customlabel.class.php
(#33) Class customlabel_type_courseheading is not documented
(#35) Function customlabel_type_courseheading::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#106) Phpdocs for function customlabel_type_courseheading::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/courseheading/db/access.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/courseheading/lang/en/customlabeltype_courseheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseheading/lang/fr/customlabeltype_courseheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/customtype.class.php
(#29) Class customlabel_type is not documented
(#267) Function customlabel_type::postprocess_icon is not documented
(#281) Function customlabel_type::get_content is not documented
(#388) Function customlabel_type::get_string_for_list is not documented
(#535) Function customlabel_type::get_xml is not documented
(#564) Function customlabel_type::on_delete is not documented
(#584) Function customlabel_type::pre_update is not documented
(#588) Function customlabel_type::post_update is not documented
(#699) Function customlabel_type::get_data is not documented
(#707) Function customlabel_type::update_data is not documented
(#725) Function customlabel_type::set_instance is not documented
(#31) Variable customlabel_type::$title is not documented
(#32) Variable customlabel_type::$type is not documented
(#33) Variable customlabel_type::$fields is not documented
(#34) Variable customlabel_type::$data is not documented
(#35) Variable customlabel_type::$fullaccess is not documented
(#36) Variable customlabel_type::$content is not documented
(#37) Variable customlabel_type::$processedcontent is not documented
(#206) There is no description in phpdocs for function get_datasource_values
(#285) There is no description in phpdocs for function make_content
(#39) Phpdocs for function customlabel_type::__construct has incomplete parameters list
(#52) Phpdocs for function customlabel_type::get_options has incomplete parameters list
(#79) Phpdocs for function customlabel_type::get_datasource_options has incomplete parameters list
(#139) Phpdocs for function customlabel_type::get_current_options has incomplete parameters list
(#168) Phpdocs for function customlabel_type::is_visible has incomplete parameters list
(#177) Phpdocs for function customlabel_type::module_is_visible has incomplete parameters list
(#206) Phpdocs for function customlabel_type::get_datasource_values has incomplete parameters list
(#257) Phpdocs for function customlabel_type::postprocess_data has incomplete parameters list
(#286) Phpdocs for function customlabel_type::make_content has incomplete parameters list
(#311) Phpdocs for function customlabel_type::make_template has incomplete parameters list
(#568) Phpdocs for function customlabel_type::get_template has incomplete parameters list
(#592) Phpdocs for function customlabel_type::process_conditional has incomplete parameters list
(#639) Phpdocs for function customlabel_type::get_file_url has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
(#19) Category mod is not valid
mod/customlabel/type/customtype_heading.trait.php
(#28) Function standard_name_fields is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/type/definition/customlabel.class.php
(#33) Class customlabel_type_definition is not documented
(#35) Function customlabel_type_definition::__construct is not documented
(#72) Function customlabel_type_definition::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/definition/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/definition/lang/en/customlabeltype_definition.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/definition/lang/fr/customlabeltype_definition.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/definition/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/example/customlabel.class.php
(#33) Class customlabel_type_example is not documented
(#35) Function customlabel_type_example::__construct is not documented
(#48) Function customlabel_type_example::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/example/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/example/lang/en/customlabeltype_example.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/example/lang/fr/customlabeltype_example.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/example/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/formule/customlabel.class.php
(#35) Function customlabel_type_formule::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class customlabel_type_formule
(#28) Class customlabel_type_formule does not have @copyright tag
(#28) Class customlabel_type_formule does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/formule/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/formule/lang/en/customlabeltype_formule.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/formule/lang/fr/customlabeltype_formule.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/formule/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/fundamental/customlabel.class.php
(#33) Class customlabel_type_fundamental is not documented
(#35) Function customlabel_type_fundamental::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/fundamental/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/fundamental/lang/en/customlabeltype_fundamental.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/fundamental/lang/fr/customlabeltype_fundamental.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/fundamental/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/important/customlabel.class.php
(#33) Class customlabel_type_important is not documented
(#35) Function customlabel_type_important::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/important/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/important/lang/en/customlabeltype_important.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/important/lang/fr/customlabeltype_important.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/important/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/information/customlabel.class.php
(#33) Class customlabel_type_information is not documented
(#35) Function customlabel_type_information::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/information/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/information/lang/en/customlabeltype_information.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/information/lang/fr/customlabeltype_information.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/information/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/instructions/customlabel.class.php
(#33) Class customlabel_type_instructions is not documented
(#35) Function customlabel_type_instructions::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/lang/en/customlabeltype_instructions.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/lang/fr/customlabeltype_instructions.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/keypoints/customlabel.class.php
(#33) Class customlabel_type_keypoints is not documented
(#35) Function customlabel_type_keypoints::__construct is not documented
(#61) Function customlabel_type_keypoints::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/lang/en/customlabeltype_keypoints.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/lang/fr/customlabeltype_keypoints.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/localgoals/customlabel.class.php
(#33) Class customlabel_type_localgoals is not documented
(#35) Function customlabel_type_localgoals::__construct is not documented
(#48) Function customlabel_type_localgoals::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/lang/en/customlabeltype_localgoals.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/lang/fr/customlabeltype_localgoals.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/method/customlabel.class.php
(#34) Function customlabel_type_method::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class customlabel_type_method
(#28) Class customlabel_type_method does not have @copyright tag
(#28) Class customlabel_type_method does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/lang/en/customlabeltype_method.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/lang/fr/customlabeltype_method.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/pedagogicadvice/customlabel.class.php
(#33) Class customlabel_type_pedagogicadvice is not documented
(#35) Function customlabel_type_pedagogicadvice::__construct is not documented
(#53) Function customlabel_type_pedagogicadvice::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/lang/en/customlabeltype_pedagogicadvice.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/lang/fr/customlabeltype_pedagogicadvice.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/question/customlabel.class.php
(#33) Class customlabel_type_question is not documented
(#35) Function customlabel_type_question::__construct is not documented
(#74) Function customlabel_type_question::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/question/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/question/lang/en/customlabeltype_question.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/question/lang/fr/customlabeltype_question.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/question/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/remind/customlabel.class.php
(#33) Class customlabel_type_remind is not documented
(#35) Function customlabel_type_remind::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/lang/en/customlabeltype_remind.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/lang/fr/customlabeltype_remind.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/sectionheading/customlabel.class.php
(#29) Class customlabel_type_sectionheading is not documented
(#32) Function customlabel_type_sectionheading::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#78) Phpdocs for function customlabel_type_sectionheading::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sectionheading/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sectionheading/lang/en/customlabeltype_sectionheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/sectionheading/lang/fr/customlabeltype_sectionheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/sectionheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/seealso/customlabel.class.php
(#33) Class customlabel_type_seealso is not documented
(#35) Function customlabel_type_seealso::__construct is not documented
(#48) Function customlabel_type_seealso::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/lang/en/customlabeltype_seealso.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/lang/fr/customlabeltype_seealso.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/sequenceheading/customlabel.class.php
(#29) Class customlabel_type_sequenceheading is not documented
(#33) Function customlabel_type_sequenceheading::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#85) Phpdocs for function customlabel_type_sequenceheading::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/lang/en/customlabeltype_sequenceheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/lang/fr/customlabeltype_sequenceheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/soluce/customlabel.class.php
(#33) Class customlabel_type_soluce is not documented
(#35) Function customlabel_type_soluce::__construct is not documented
(#54) Function customlabel_type_soluce::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/lang/en/customlabeltype_soluce.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/lang/fr/customlabeltype_soluce.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/text/customlabel.class.php
(#33) Class customlabel_type_text is not documented
(#35) Function customlabel_type_text::__construct is not documented
(#63) Function customlabel_type_text::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/lang/en/customlabeltype_text.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/lang/fr/customlabeltype_text.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/theorema/customlabel.class.php
(#33) Class customlabel_type_theorema is not documented
(#35) Function customlabel_type_theorema::__construct is not documented
(#85) Function customlabel_type_theorema::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/lang/en/customlabeltype_theorema.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/lang/fr/customlabeltype_theorema.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/tipsandtricks/customlabel.class.php
(#33) Class customlabel_type_tipsandtricks is not documented
(#35) Function customlabel_type_tipsandtricks::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/lang/en/customlabeltype_tipsandtricks.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/lang/fr/customlabeltype_tipsandtricks.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/unitheading/customlabel.class.php
(#17) File-level phpdocs block is not found
(#20) Class customlabel_type_unitheading is not documented
(#24) Function customlabel_type_unitheading::__construct is not documented
(#74) Phpdocs for function customlabel_type_unitheading::postprocess_data has incomplete parameters list
(#20) Package is not specified for class customlabel_type_unitheading. It is also not specified in file-level phpdocs
mod/customlabel/type/unitheading/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/unitheading/lang/en/customlabeltype_unitheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/unitheading/lang/fr/customlabeltype_unitheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/unitheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/verticalspacer/ajax/service.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/verticalspacer/customlabel.class.php
(#36) Function customlabel_type_verticalspacer::__construct is not documented
(#29) No one-line description found in phpdocs for class customlabel_type_verticalspacer
(#51) Phpdocs for function customlabel_type_verticalspacer::preprocess_data has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#29) Class customlabel_type_verticalspacer does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#29) Class customlabel_type_verticalspacer does not have @license tag
(#21) Invalid phpdocs tag @date used
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/lang/en/customlabeltype_verticalspacer.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/lang/fr/customlabeltype_verticalspacer.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/worktodo/customlabel.class.php
(#35) Function customlabel_type_worktodo::__construct is not documented
(#107) Function customlabel_type_worktodo::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class customlabel_type_worktodo
(#29) Class customlabel_type_worktodo does not have @copyright tag
(#29) Class customlabel_type_worktodo does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/lang/en/customlabeltype_worktodo.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/lang/fr/customlabeltype_worktodo.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/locallib.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/version.php
(#21) Category mod is not valid
mod/customlabel/view.php
(#17) No one-line description found in phpdocs for file
(#22) Category mod is not valid
mod/customlabel/xlib.php
(#17) No one-line description found in phpdocs for file
(#29) Phpdocs for function theme_set_customlabelcss has incomplete parameters list
(#22) Category mod is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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