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

(14 errors, 15 warnings)

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

mod/socialwiki/backup/moodle2/backup_socialwiki_activity_task.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/backup/moodle2/backup_socialwiki_stepslib.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Expected 1 space after "?"; newline found
(#44) Expected 1 space after ":"; newline found
mod/socialwiki/backup/moodle2/restore_socialwiki_stepslib.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/create_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/db/upgrade.php
(#40) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/difflib.php
(#40) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/editors/wikieditor.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#55) Public method name "MoodleQuickForm_socialwikieditor::MoodleQuickForm_socialwikieditor" must be in lower-case letters only
mod/socialwiki/follow.php
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/socialwiki/lib.php
(#45) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/like.php
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/socialwiki/locallib.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/pagelib.php
(#40) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/parser/markups/creole.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Line exceeds 132 characters; contains 153 characters
mod/socialwiki/parser/markups/html.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/parser/markups/nwiki.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#58) Line exceeds 132 characters; contains 136 characters
mod/socialwiki/parser/markups/wikimarkup.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/parser/parser.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/parser/utils.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/peer.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/table/table.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/socialwiki/table/topictable.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/table/usertable.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/table/versiontable.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
mod/socialwiki/tree/tree.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion

Javascript coding style problems

(102 errors, 39 warnings)

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

mod/socialwiki/editors/wikieditor.js
(#3) 'noOverwrite' is defined but never used. (no-unused-vars)
(#6) Identifier 'is_gecko' is not in camel case. (camelcase)
(#8) Identifier 'is_safari' is not in camel case. (camelcase)
(#10) '$' is not defined. (no-undef)
(#12) '$' is not defined. (no-undef)
(#13) '$' is not defined. (no-undef)
(#15) '$' is not defined. (no-undef)
(#21) '$' is not defined. (no-undef)
(#26) '$' is not defined. (no-undef)
(#27) Missing semicolon. (semi)
(#30) Missing JSDoc parameter type for 'sampleText'. (valid-jsdoc)
(#30) Missing JSDoc parameter type for 'tagOpen'. (valid-jsdoc)
(#30) Missing JSDoc parameter type for 'tagClose'. (valid-jsdoc)
(#42) ["mform1"] is better written in dot notation. (dot-notation)
(#45) Identifier 'is_gecko' is not in camel case. (camelcase)
(#83) Identifier 'copy_alertText' is not in camel case. (camelcase)
(#86) Identifier 'copy_alertText' is not in camel case. (camelcase)
(#86) Identifier 'copy_alertText' is not in camel case. (camelcase)
(#87) Identifier 'copy_alertText' is not in camel case. (camelcase)
(#87) Identifier 'copy_alertText' is not in camel case. (camelcase)
(#90) Unexpected prompt. (no-alert)
(#100) Identifier 'is_safari' is not in camel case. (camelcase)
mod/socialwiki/table/table.js
(#27) '$' is not defined. (no-undef)
(#29) '$' is not defined. (no-undef)
(#37) '$' is not defined. (no-undef)
(#45) '$' is not defined. (no-undef)
(#54) '$' is not defined. (no-undef)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#55) '$' is not defined. (no-undef)
(#56) '$' is not defined. (no-undef)
(#57) '$' is not defined. (no-undef)
(#57) '$' is not defined. (no-undef)
(#68) '$' is not defined. (no-undef)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#79) '$' is not defined. (no-undef)
(#79) Unexpected space before function parentheses. (space-before-function-paren)
(#95) '$' is not defined. (no-undef)
(#95) Unexpected space before function parentheses. (space-before-function-paren)
mod/socialwiki/tree/tree.js
(#25) '$' is not defined. (no-undef)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#27) '$' is not defined. (no-undef)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Expected to return a value at the end of this function. (consistent-return)
(#63) Don't make functions within a loop. (no-loop-func)
(#63) Unexpected space before function parentheses. (space-before-function-paren)
(#77) '$' is not defined. (no-undef)
(#77) Expected to return a value at the end of this function. (consistent-return)
(#77) Unexpected space before function parentheses. (space-before-function-paren)
(#81) '$' is not defined. (no-undef)
(#81) '$' is not defined. (no-undef)
(#81) Unexpected 'this'. (no-invalid-this)
(#82) '$' is not defined. (no-undef)
(#82) '$' is not defined. (no-undef)
(#82) Unexpected 'this'. (no-invalid-this)
(#89) '$' is not defined. (no-undef)
(#89) '$' is not defined. (no-undef)
(#89) Unexpected 'this'. (no-invalid-this)
(#90) '$' is not defined. (no-undef)
(#90) '$' is not defined. (no-undef)
(#90) Unexpected 'this'. (no-invalid-this)
(#96) '$' is not defined. (no-undef)
(#96) '$' is not defined. (no-undef)
(#96) Unexpected 'this'. (no-invalid-this)
(#97) '$' is not defined. (no-undef)
(#97) '$' is not defined. (no-undef)
(#97) Unexpected 'this'. (no-invalid-this)
(#102) '$' is not defined. (no-undef)
(#102) Expected to return a value at the end of this function. (consistent-return)
(#102) Unexpected space before function parentheses. (space-before-function-paren)
(#106) '$' is not defined. (no-undef)
(#106) '$' is not defined. (no-undef)
(#106) Unexpected 'this'. (no-invalid-this)
(#107) '$' is not defined. (no-undef)
(#107) '$' is not defined. (no-undef)
(#107) Unexpected 'this'. (no-invalid-this)
(#108) '$' is not defined. (no-undef)
(#108) '$' is not defined. (no-undef)
(#108) Unexpected 'this'. (no-invalid-this)
(#117) '$' is not defined. (no-undef)
(#117) '$' is not defined. (no-undef)
(#117) Unexpected 'this'. (no-invalid-this)
(#118) '$' is not defined. (no-undef)
(#118) '$' is not defined. (no-undef)
(#118) Unexpected 'this'. (no-invalid-this)
(#119) '$' is not defined. (no-undef)
(#119) '$' is not defined. (no-undef)
(#119) Unexpected 'this'. (no-invalid-this)
(#122) '$' is not defined. (no-undef)
(#122) '$' is not defined. (no-undef)
(#122) Unexpected 'this'. (no-invalid-this)
(#123) '$' is not defined. (no-undef)
(#123) '$' is not defined. (no-undef)
(#123) Unexpected 'this'. (no-invalid-this)
(#132) '$' is not defined. (no-undef)
(#132) '$' is not defined. (no-undef)
(#132) Unexpected 'this'. (no-invalid-this)
(#133) '$' is not defined. (no-undef)
(#133) '$' is not defined. (no-undef)
(#133) Unexpected 'this'. (no-invalid-this)
(#134) '$' is not defined. (no-undef)
(#134) '$' is not defined. (no-undef)
(#134) Unexpected 'this'. (no-invalid-this)
(#137) '$' is not defined. (no-undef)
(#137) '$' is not defined. (no-undef)
(#137) Unexpected 'this'. (no-invalid-this)
(#138) '$' is not defined. (no-undef)
(#138) '$' is not defined. (no-undef)
(#138) Unexpected 'this'. (no-invalid-this)
(#144) Expected space or tab after '/*' in comment. (spaced-comment)
(#151) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Unexpected space before function parentheses. (space-before-function-paren)
(#156) Unexpected space before function parentheses. (space-before-function-paren)
(#157) Unexpected space before function parentheses. (space-before-function-paren)
(#158) Unexpected 'this'. (no-invalid-this)
(#160) 'jQuery' is not defined. (no-undef)
(#173) Unexpected space before function parentheses. (space-before-function-paren)
(#174) Unexpected 'this'. (no-invalid-this)
(#176) Unexpected 'this'. (no-invalid-this)
(#178) Unexpected 'this'. (no-invalid-this)
(#182) 'jQuery' is not defined. (no-undef)
mod/socialwiki/view.js
(#24) '$' is not defined. (no-undef)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#26) '$' is not defined. (no-undef)
(#30) '$' is not defined. (no-undef)
(#30) 'options' is not defined. (no-undef)
(#30) Unexpected space before function parentheses. (space-before-function-paren)
(#43) '$' is not defined. (no-undef)
(#44) '$' is not defined. (no-undef)
(#44) '$' is not defined. (no-undef)
(#45) '$' is not defined. (no-undef)
(#45) 'options' is not defined. (no-undef)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#47) '$' is not defined. (no-undef)
(#48) '$' is not defined. (no-undef)
(#53) '$' is not defined. (no-undef)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#54) '$' is not defined. (no-undef)
(#58) '$' is not defined. (no-undef)

CSS problems

(47 errors, 19 warnings)

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

mod/socialwiki/classic_style.css
(#47) Expected "#ffffff" to be "#fff" (color-hex-length)
(#107) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#107) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#107) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#113) Expected "#555555" to be "#555" (color-hex-length)
(#114) Expected "#ffffff" to be "#fff" (color-hex-length)
(#115) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#94) Expected single space after ">" (selector-combinator-space-after)
(#99) Expected single space after ">" (selector-combinator-space-after)
(#99) Expected single space after ">" (selector-combinator-space-after)
(#106) Expected single space after ">" (selector-combinator-space-after)
(#106) Expected single space after ">" (selector-combinator-space-after)
(#110) Expected single space after ">" (selector-combinator-space-after)
(#110) Expected single space after ">" (selector-combinator-space-after)
(#110) Expected single space after ">" (selector-combinator-space-after)
(#110) Expected single space after ">" (selector-combinator-space-after)
(#110) Expected single space after ">" (selector-combinator-space-after)
(#110) Expected single space after ">" (selector-combinator-space-after)
(#94) Expected single space before ">" (selector-combinator-space-before)
(#99) Expected single space before ">" (selector-combinator-space-before)
(#99) Expected single space before ">" (selector-combinator-space-before)
(#106) Expected single space before ">" (selector-combinator-space-before)
(#106) Expected single space before ">" (selector-combinator-space-before)
(#110) Expected single space before ">" (selector-combinator-space-before)
(#110) Expected single space before ">" (selector-combinator-space-before)
(#110) Expected single space before ">" (selector-combinator-space-before)
(#110) Expected single space before ">" (selector-combinator-space-before)
(#110) Expected single space before ">" (selector-combinator-space-before)
(#110) Expected single space before ">" (selector-combinator-space-before)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
mod/socialwiki/modern_style.css
(#278) Expected "#000000" to be "#000" (color-hex-length)
mod/socialwiki/print.css
(#8) Unexpected !important (declaration-no-important)
(#2) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected newline after "," (selector-list-comma-newline-after)
mod/socialwiki/styles.css
(#130) Expected "#EEE" to be "#eee" (color-hex-case)
(#188) Expected "#DDD" to be "#ddd" (color-hex-case)
(#227) Expected "#FFFFAA" to be "#ffffaa" (color-hex-case)
(#233) Expected "#CCFFCC" to be "#ccffcc" (color-hex-case)
(#227) Expected "#FFFFAA" to be "#FFA" (color-hex-length)
(#233) Expected "#CCFFCC" to be "#CFC" (color-hex-length)
(#263) Unexpected "vertical-align" with "float: right" (declaration-block-no-ignored-properties)
(#322) Unexpected !important (declaration-no-important)
(#77) Expected single space after "," in a single-line function (function-comma-space-after)
(#77) Expected single space after "," in a single-line function (function-comma-space-after)
(#77) Expected single space after "," in a single-line function (function-comma-space-after)
(#84) Expected single space after ">" (selector-combinator-space-after)
(#88) Expected single space after ">" (selector-combinator-space-after)
(#84) Expected single space before ">" (selector-combinator-space-before)
(#88) Expected single space before ">" (selector-combinator-space-before)
mod/socialwiki/table/table.css
(#112) Expected "#F7F7F9" to be "#f7f7f9" (color-hex-case)
(#128) Expected "#C9C9C9" to be "#c9c9c9" (color-hex-case)
(#135) Expected "#ECECEE" to be "#ececee" (color-hex-case)
(#139) Expected "#F5F5F7" to be "#f5f5f7" (color-hex-case)
(#78) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
mod/socialwiki/tree/tree.css
(#144) Expected "#FFF" to be "#fff" (color-hex-case)

PHPDocs style problems

(207 errors, 0 warnings)

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

mod/socialwiki/backup/moodle2/backup_socialwiki_activity_task.class.php
(#27) Class backup_socialwiki_activity_task does not have @copyright tag
(#27) Class backup_socialwiki_activity_task does not have @license tag
mod/socialwiki/backup/moodle2/backup_socialwiki_stepslib.php
(#31) Function backup_socialwiki_activity_structure_step::define_structure is not documented
(#25) Class backup_socialwiki_activity_structure_step does not have @copyright tag
(#25) Class backup_socialwiki_activity_structure_step does not have @license tag
mod/socialwiki/backup/moodle2/restore_socialwiki_stepslib.php
(#33) Function restore_socialwiki_activity_structure_step::define_structure is not documented
(#48) Function restore_socialwiki_activity_structure_step::process_socialwiki is not documented
(#65) Function restore_socialwiki_activity_structure_step::process_socialwiki_subwiki is not documented
(#77) Function restore_socialwiki_activity_structure_step::process_socialwiki_page is not documented
(#90) Function restore_socialwiki_activity_structure_step::process_socialwiki_like is not documented
(#101) Function restore_socialwiki_activity_structure_step::process_socialwiki_follow is not documented
(#112) Function restore_socialwiki_activity_structure_step::process_socialwiki_tag is not documented
(#126) Function restore_socialwiki_activity_structure_step::after_execute is not documented
mod/socialwiki/difflib.php
(#226) Function socialwiki_diff_sort_v is not documented
(#241) Function socialwiki_diff_find_last is not documented
(#372) Function socialwiki_diffcontent_word::__construct is not documented
(#276) Variable socialwiki_diffcontent_line::$words is not documented
(#369) Variable socialwiki_diffcontent_word::$word is not documented
(#370) Variable socialwiki_diffcontent_word::$start is not documented
(#427) Variable socialwiki_diffcontent_changes::$adds is not documented
(#428) Variable socialwiki_diffcontent_changes::$deletes is not documented
(#429) Variable socialwiki_diffcontent_changes::$changes is not documented
(#362) No one-line description found in phpdocs for class socialwiki_diffcontent_word
(#326) There is no description in phpdocs for function get_as_string
(#354) There is no description in phpdocs for function is_empty
(#431) There is no description in phpdocs for function __construct
(#645) Phpdocs for function socialwiki_diff_add_markers has incomplete parameters list
(#270) Class socialwiki_diffcontent_line does not have @copyright tag
(#362) Class socialwiki_diffcontent_word does not have @copyright tag
(#423) Class socialwiki_diffcontent_changes does not have @copyright tag
(#270) Class socialwiki_diffcontent_line does not have @license tag
(#362) Class socialwiki_diffcontent_word does not have @license tag
(#423) Class socialwiki_diffcontent_changes does not have @license tag
mod/socialwiki/editors/wikieditor.php
(#32) Class MoodleQuickForm_socialwikieditor is not documented
(#37) Function MoodleQuickForm_socialwikieditor::__construct is not documented
(#60) Function MoodleQuickForm_socialwikieditor::setwikiformat is not documented
(#64) Function MoodleQuickForm_socialwikieditor::tohtml is not documented
(#68) Function MoodleQuickForm_socialwikieditor::creoleeditor is not documented
(#72) Function MoodleQuickForm_socialwikieditor::nwikieditor is not documented
(#76) Function MoodleQuickForm_socialwikieditor::printwikieditor is not documented
(#80) Function MoodleQuickForm_socialwikieditor::getbuttons is not documented
(#158) Function MoodleQuickForm_socialwikieditor::makeitem is not documented
(#163) Function MoodleQuickForm_socialwikieditor::makebutton is not documented
(#168) Function MoodleQuickForm_socialwikieditor::imageicon is not documented
(#172) Function MoodleQuickForm_socialwikieditor::gettockens is not documented
(#186) Function MoodleQuickForm_socialwikieditor::escapetoken is not documented
(#34) Variable MoodleQuickForm_socialwikieditor::$files is not documented
(#35) Variable MoodleQuickForm_socialwikieditor::$wikiformat is not documented
(#50) Phpdocs for function MoodleQuickForm_socialwikieditor::MoodleQuickForm_socialwikieditor has incomplete parameters list
mod/socialwiki/lib.php
(#339) Function socialwiki_search_form is not documented
mod/socialwiki/locallib.php
(#964) Phpdocs for function socialwiki_print_page_content has incomplete parameters list
mod/socialwiki/pagelib.php
(#1906) Class page_socialwiki_help is not documented
(#580) Function page_socialwiki_edit::set_upload is not documented
(#713) Function page_socialwiki_editcomment::set_action is not documented
(#773) Function page_socialwiki_create::set_format is not documented
(#777) Function page_socialwiki_create::set_wid is not documented
(#781) Function page_socialwiki_create::set_swid is not documented
(#785) Function page_socialwiki_create::set_availablegroups is not documented
(#789) Function page_socialwiki_create::set_action is not documented
(#824) Function page_socialwiki_create::create_page is not documented
(#895) Function page_socialwiki_preview::set_newcontent is not documented
(#899) Function page_socialwiki_preview::print_preview is not documented
(#1014) Function page_socialwiki_diff::set_comparison is not documented
(#1267) Function page_socialwiki_home::generate_follow_data is not documented
(#1279) Function page_socialwiki_home::generate_nav is not documented
(#1421) Function page_socialwiki_deletecomment::set_action is not documented
(#1509) Function page_socialwiki_save::set_newcontent is not documented
(#1612) Function page_socialwiki_handlecomment::set_action is not documented
(#1619) Function page_socialwiki_handlecomment::add_comment is not documented
(#1637) Function page_socialwiki_handlecomment::delete_comment is not documented
(#495) Variable page_socialwiki_edit::$upload is not documented
(#496) Variable page_socialwiki_edit::$format is not documented
(#497) Variable page_socialwiki_edit::$makenew is not documented
(#653) Variable page_socialwiki_editcomment::$comment is not documented
(#654) Variable page_socialwiki_editcomment::$action is not documented
(#733) Variable page_socialwiki_create::$format is not documented
(#734) Variable page_socialwiki_create::$swid is not documented
(#735) Variable page_socialwiki_create::$wid is not documented
(#736) Variable page_socialwiki_create::$action is not documented
(#737) Variable page_socialwiki_create::$groups is not documented
(#862) Variable page_socialwiki_preview::$newcontent is not documented
(#951) Variable page_socialwiki_diff::$compare is not documented
(#952) Variable page_socialwiki_diff::$comparewith is not documented
(#1357) Variable page_socialwiki_deletecomment::$commentid is not documented
(#1435) Variable page_socialwiki_save::$newcontent is not documented
(#1562) Variable page_socialwiki_handlecomment::$action is not documented
(#1563) Variable page_socialwiki_handlecomment::$content is not documented
(#1564) Variable page_socialwiki_handlecomment::$commentid is not documented
(#1565) Variable page_socialwiki_handlecomment::$format is not documented
(#1652) Variable page_socialwiki_admin::$listall is not documented
(#1186) Constant page_socialwiki_home::EXPLORE_TAB is not documented
(#1187) Constant page_socialwiki_home::TOPICS_TAB is not documented
(#1188) Constant page_socialwiki_home::REVIEW_TAB is not documented
(#1189) Constant page_socialwiki_home::PEOPLE_TAB is not documented
mod/socialwiki/parser/markups/creole.php
(#27) Class creole_parser is not documented
(#105) Function creole_parser::header_block_rule is not documented
(#148) Function creole_parser::paragraph_block_rule is not documented
(#186) Function creole_parser::link_tag_rule is not documented
(#208) Function creole_parser::image_tag_rule is not documented
(#29) Variable creole_parser::$blockrules is not documented
(#59) Variable creole_parser::$tagrules is not documented
(#113) Phpdocs for function creole_parser::table_block_rule has incomplete parameters list
(#165) Phpdocs for function creole_parser::escapetoken_string has incomplete parameters list
(#172) Phpdocs for function creole_parser::url_tag_rule has incomplete parameters list
(#196) Phpdocs for function creole_parser::bold_tag_rule has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
mod/socialwiki/parser/markups/html.php
(#26) Class html_parser is not documented
(#43) Function html_parser::__construct is not documented
(#51) Function html_parser::before_parsing is not documented
(#92) Function html_parser::get_repeated_sections is not documented
(#97) Function html_parser::get_repeated_sections_callback is not documented
(#117) Function html_parser::url_tag_rule is not documented
(#28) Variable html_parser::$blockrules is not documented
(#29) Variable html_parser::$tagrules is not documented
(#41) Variable html_parser::$sectionediting is not documented
(#71) Phpdocs for function html_parser::get_section has incomplete parameters list
(#110) Phpdocs for function html_parser::link_tag_rule has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
mod/socialwiki/parser/markups/nwiki.php
(#26) Class nwiki_parser is not documented
(#121) Function nwiki_parser::table_block_rule is not documented
(#138) Function nwiki_parser::get_table_cells is not documented
(#160) Function nwiki_parser::tab_paragraph_block_rule is not documented
(#171) Function nwiki_parser::desc_list_block_rule is not documented
(#216) Function nwiki_parser::url_tag_tag_rule is not documented
(#230) Function nwiki_parser::url_tag_rule is not documented
(#243) Function nwiki_parser::attach_tag_rule is not documented
(#28) Variable nwiki_parser::$blockrules is not documented
(#68) Variable nwiki_parser::$tagrules is not documented
(#108) Phpdocs for function nwiki_parser::header_block_rule has incomplete parameters list
(#192) Phpdocs for function nwiki_parser::italic_tag_rule has incomplete parameters list
(#209) Phpdocs for function nwiki_parser::link_tag_rule has incomplete parameters list
(#236) Phpdocs for function nwiki_parser::image_tag_rule has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
mod/socialwiki/parser/markups/wikimarkup.php
(#17) File-level phpdocs block is not found
(#68) Function socialwiki_markup_parser::after_parsing is not documented
(#157) Function socialwiki_markup_parser::list_block_rule is not documented
(#163) Function socialwiki_markup_parser::nowiki_block_rule is not documented
(#213) Function socialwiki_markup_parser::process_toc_level is not documented
(#300) Function socialwiki_markup_parser::format_image is not documented
(#306) Function socialwiki_markup_parser::real_path is not documented
(#389) Function socialwiki_markup_parser::get_repeated_sections is not documented
(#395) Function socialwiki_markup_parser::get_repeated_sections_callback is not documented
(#26) Variable socialwiki_markup_parser::$prettyprint is not documented
(#27) Variable socialwiki_markup_parser::$printable is not documented
(#29) Variable socialwiki_markup_parser::$pageid is not documented
(#31) Variable socialwiki_markup_parser::$repeatedsections is not documented
(#32) Variable socialwiki_markup_parser::$sectionediting is not documented
(#34) Variable socialwiki_markup_parser::$toc is not documented
(#35) Variable socialwiki_markup_parser::$maxheaderdepth is not documented
(#37) Variable socialwiki_markup_parser::$linkgeneratorcallback is not documented
(#38) Variable socialwiki_markup_parser::$linkgeneratorcallbackargs is not documented
(#49) Variable socialwiki_markup_parser::$realpathcallbackargs is not documented
(#81) Phpdocs for function socialwiki_markup_parser::set_options has incomplete parameters list
(#150) Phpdocs for function socialwiki_markup_parser::line_break_block_rule has incomplete parameters list
(#167) Phpdocs for function socialwiki_markup_parser::nowiki_tag_rule has incomplete parameters list
(#174) Phpdocs for function socialwiki_markup_parser::generate_header has incomplete parameters list
(#229) Phpdocs for function socialwiki_markup_parser::process_block_list has incomplete parameters list
(#250) Phpdocs for function socialwiki_markup_parser::generate_list has incomplete parameters list
(#293) Phpdocs for function socialwiki_markup_parser::generate_table has incomplete parameters list
(#311) Phpdocs for function socialwiki_markup_parser::link has incomplete parameters list
(#333) Phpdocs for function socialwiki_markup_parser::format_link has incomplete parameters list
(#371) Phpdocs for function socialwiki_markup_parser::get_section has incomplete parameters list
(#40) Phpdocs for variable socialwiki_markup_parser::$tablegeneratorcallback does not contain @var or incorrect
(#45) Phpdocs for variable socialwiki_markup_parser::$realpathcallback does not contain @var or incorrect
(#17) Class socialwiki_markup_parser does not have @copyright tag
mod/socialwiki/parser/parser.php
(#17) File-level phpdocs block is not found
(#89) Class socialgeneric_parser is not documented
(#30) Function socialwiki_parser_proxy::parse is not documented
(#45) Function socialwiki_parser_proxy::get_token is not documented
(#53) Function socialwiki_parser_proxy::get_section is not documented
(#67) Function socialwiki_parser_proxy::create_parser_instance is not documented
(#103) Function socialgeneric_parser::__construct is not documented
(#161) Function socialgeneric_parser::block_callback is not documented
(#212) Function socialgeneric_parser::process_tag_rule is not documented
(#228) Function socialgeneric_parser::tag_callback is not documented
(#248) Function socialgeneric_parser::initialize_nowiki_index_callback is not documented
(#252) Function socialgeneric_parser::protect is not documented
(#258) Function socialgeneric_parser::commit_nowiki_index is not documented
(#264) Function socialgeneric_parser::commit_nowiki_index_callback is not documented
(#27) Variable socialwiki_parser_proxy::$parsers is not documented
(#28) Variable socialwiki_parser_proxy::$basepath is not documented
(#91) Variable socialgeneric_parser::$string is not documented
(#92) Variable socialgeneric_parser::$blockrules is not documented
(#93) Variable socialgeneric_parser::$tagrules is not documented
(#94) Variable socialgeneric_parser::$rulestack is not documented
(#100) Variable socialgeneric_parser::$nowikiindex is not documented
(#101) Variable socialgeneric_parser::$nowikitoken is not documented
(#107) Phpdocs for function socialgeneric_parser::parse has incomplete parameters list
(#142) Phpdocs for function socialgeneric_parser::set_options has incomplete parameters list
(#149) Phpdocs for function socialgeneric_parser::process_block_rule has incomplete parameters list
(#185) Phpdocs for function socialgeneric_parser::rules has incomplete parameters list
(#268) Phpdocs for function socialgeneric_parser::get_token has incomplete parameters list
(#96) Phpdocs for variable socialgeneric_parser::$returnvalues does not contain @var or incorrect
(#17) Class socialwiki_parser_proxy does not have @copyright tag
(#89) Package is not specified for class socialgeneric_parser. It is also not specified in file-level phpdocs
mod/socialwiki/parser/utils.php
(#28) Class socialparser_utils is not documented
(#30) Function socialparser_utils::h is not documented
(#38) Phpdocs for function socialparser_utils::socialwiki_parser_link_callback has incomplete parameters list
(#49) Phpdocs for function socialparser_utils::socialwiki_parser_table_callback has incomplete parameters list
(#97) Phpdocs for function socialparser_utils::socialwiki_parser_real_path has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
mod/socialwiki/renderer.php
(#398) Function mod_socialwiki_renderer::navigator is not documented
(#495) Function mod_socialwiki_renderer::render_socialwiki_files_tree is not documented
(#534) Phpdocs for function mod_socialwiki_renderer::viewing_area has incomplete parameters list
(#585) Phpdocs for function mod_socialwiki_renderer::help_content has incomplete parameters list
mod/socialwiki/table/table.php
(#73) Phpdocs for function socialwiki_table::__construct has incomplete parameters list
mod/socialwiki/tree/tree.php
(#251) Phpdocs for function socialwiki_tree::display 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]

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]