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

(1917 errors, 1055 warnings)

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

mod/masks/backup/moodle2/backup_masks_activity_task.class.php
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/backup/moodle2/backup_masks_stepslib.php
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Variable "doc_pages" must not contain underscores.
(#54) Variable "doc_page" must not contain underscores.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "page_masks" must not contain underscores.
(#64) Variable "page_mask" must not contain underscores.
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Variable "doc_pages" must not contain underscores.
(#81) Variable "doc_pages" must not contain underscores.
(#81) Variable "doc_page" must not contain underscores.
(#85) Variable "page_masks" must not contain underscores.
(#86) Variable "page_masks" must not contain underscores.
(#86) Variable "page_mask" must not contain underscores.
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "user_states" must not contain underscores.
(#90) Variable "user_state" must not contain underscores.
(#93) Variable "user_states" must not contain underscores.
(#94) Variable "user_states" must not contain underscores.
(#94) Variable "user_state" must not contain underscores.
(#100) Variable "doc_page" must not contain underscores.
(#102) Variable "page_mask" must not contain underscores.
(#106) Variable "user_state" must not contain underscores.
(#110) Variable "page_mask" must not contain underscores.
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Variable "doc_page" must not contain underscores.
mod/masks/backup/moodle2/restore_masks_stepslib.php
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/classes/event/course_module_instance_list_viewed.php
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/classes/event/course_module_viewed.php
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/database_interface.class.php
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Constants must be uppercase; expected 'MOD_MASKS\PAGE_FLAG_HIDDEN' but found 'mod_masks\PAGE_FLAG_HIDDEN'
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAG_HIDDEN' but found 'mod_masks\MASK_FLAG_HIDDEN'
(#35) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAG_GRADED' but found 'mod_masks\MASK_FLAG_GRADED'
(#36) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAG_CLOSABLE' but found 'mod_masks\MASK_FLAG_CLOSABLE'
(#37) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAG_DELETED' but found 'mod_masks\MASK_FLAG_DELETED'
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAGS_NOTE' but found 'mod_masks\MASK_FLAGS_NOTE'
(#40) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAGS_CLOSABLE' but found 'mod_masks\MASK_FLAGS_CLOSABLE'
(#41) Constants must be uppercase; expected 'MOD_MASKS\MASK_FLAGS_QUESTION' but found 'mod_masks\MASK_FLAGS_QUESTION'
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Member variable "haveChangedDoc" must be all lower-case
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Public method name "database_interface::fetchDocData" must be in lower-case letters only
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Expected 1 space after "="; newline found
(#69) Line exceeds 132 characters; contains 141 characters
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Space found after opening bracket of FOREACH loop
(#80) Space found before closing bracket of FOREACH loop
(#81) Line exceeds 132 characters; contains 138 characters
(#95) Public method name "database_interface::fetchMaskData" must be in lower-case letters only
(#95) Variable "isTeacher" must be all lower-case
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#103) Variable "isTeacher" must be all lower-case
(#107) Expected 1 space after "="; newline found
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Public method name "database_interface::fetchQuestionData" must be in lower-case letters only
(#141) Variable "questionId" must be all lower-case
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Variable "questionId" must be all lower-case
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Public method name "database_interface::fetchQuestionType" must be in lower-case letters only
(#162) Variable "questionId" must be all lower-case
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Variable "questionId" must be all lower-case
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Public method name "database_interface::getNewDoc" must be in lower-case letters only
(#185) Variable "fileName" must be all lower-case
(#185) Variable "pageCount" must be all lower-case
(#190) Variable "fileName" must be all lower-case
(#191) Variable "pageCount" must be all lower-case
(#192) Variable "newRow" must be all lower-case
(#193) Variable "newRow" must be all lower-case
(#203) Public method name "database_interface::getNewDocPage" must be in lower-case letters only
(#203) Variable "docId" must be all lower-case
(#203) Variable "pageNumber" must be all lower-case
(#206) Variable "docId" must be all lower-case
(#207) Variable "pageNumber" must be all lower-case
(#208) Variable "newRow" must be all lower-case
(#209) Variable "newRow" must be all lower-case
(#220) Public method name "database_interface::populateDocPage" must be in lower-case letters only
(#220) Variable "docPageId" must be all lower-case
(#220) Variable "imageName" must be all lower-case
(#223) Variable "docPageId" must be all lower-case
(#224) Variable "imageName" must be all lower-case
(#236) Public method name "database_interface::assignPages" must be in lower-case letters only
(#236) Variable "docPageIds" must be all lower-case
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Variable "oldPages" must be all lower-case
(#241) Variable "oldPages" must be all lower-case
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Variable "docPageIds" must be all lower-case
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Variable "oldCount" must be all lower-case
(#248) Variable "oldPages" must be all lower-case
(#249) Space found after opening bracket of FOREACH loop
(#249) Space found before closing bracket of FOREACH loop
(#249) Variable "docPageIds" must be all lower-case
(#249) Variable "docPage" must be all lower-case
(#250) Variable "oldPages" must be all lower-case
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Variable "oldPages" must be all lower-case
(#255) Variable "docPage" must be all lower-case
(#256) Line indented incorrectly; expected at least 16 spaces, found 0
(#256) The use of function print_object() is forbidden
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Variable "docPage" must be all lower-case
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Variable "rowsToDelete" must be all lower-case
(#271) Space found before closing bracket of FOR loop
(#271) Variable "oldCount" must be all lower-case
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Variable "maskCount" must be all lower-case
(#273) Variable "oldPages" must be all lower-case
(#274) Variable "maskCount" must be all lower-case
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Variable "oldPages" must be all lower-case
(#279) Variable "oldPages" must be all lower-case
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Variable "rowsToDelete" must be all lower-case
(#284) Variable "oldPages" must be all lower-case
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Variable "rowsToDelete" must be all lower-case
(#290) Variable "rowsToDelete" must be all lower-case
(#299) Public method name "database_interface::haveReuploadedDoc" must be in lower-case letters only
(#299) Expected 1 space after closing parenthesis; found 0
(#309) Public method name "database_interface::pageHasMasks" must be in lower-case letters only
(#309) Variable "pageId" must be all lower-case
(#309) Expected 1 space after closing parenthesis; found 0
(#311) Expected 1 space after "="; newline found
(#319) Variable "pageId" must be all lower-case
(#329) Public method name "database_interface::getPages" must be in lower-case letters only
(#329) Variable "startOrderKey" must be all lower-case
(#329) Expected 1 space after closing parenthesis; found 0
(#331) Expected 1 space after "="; newline found
(#338) Variable "startOrderKey" must be all lower-case
(#347) Public method name "database_interface::getPageByOrder" must be in lower-case letters only
(#347) Variable "orderKey" must be all lower-case
(#347) Expected 1 space after closing parenthesis; found 0
(#349) Expected 1 space after "="; newline found
(#355) Variable "orderKey" must be all lower-case
(#363) Public method name "database_interface::docHasFalsePageWithMasks" must be in lower-case letters only
(#363) Expected 1 space after closing parenthesis; found 0
(#366) Expected 1 space after "="; newline found
(#384) Public method name "database_interface::shiftPageMasks" must be in lower-case letters only
(#384) Variable "currentOrderKey" must be all lower-case
(#384) Variable "toRight" must be all lower-case
(#384) Expected 1 space after closing parenthesis; found 0
(#387) Expected "if (...) {\n"; found "if(...) {\n"
(#387) Variable "toRight" must be all lower-case
(#388) Variable "nextPages" must be all lower-case
(#388) Variable "currentOrderKey" must be all lower-case
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Variable "newFalsePage" must be all lower-case
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Variable "newFirstPage" must be all lower-case
(#395) Variable "newFirstPage" must be all lower-case
(#396) Variable "newFirstPage" must be all lower-case
(#396) Variable "currentOrderKey" must be all lower-case
(#397) Variable "newFirstPage" must be all lower-case
(#397) Variable "nextPages" must be all lower-case
(#397) Variable "currentOrderKey" must be all lower-case
(#398) Variable "newFirstPage" must be all lower-case
(#398) Variable "nextPages" must be all lower-case
(#398) Variable "currentOrderKey" must be all lower-case
(#399) Variable "newFirstPage" must be all lower-case
(#401) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#401) Variable "nextPages" must be all lower-case
(#403) Expected "if (...) {\n"; found "if(...){\n"
(#403) Variable "nextPages" must be all lower-case
(#405) Variable "nextPages" must be all lower-case
(#408) Variable "hasMasks" must be all lower-case
(#408) Commas (,) must be followed by white space.
(#409) Expected "if (...) {\n"; found "if(...){\n"
(#409) Variable "hasMasks" must be all lower-case
(#413) Variable "newFalsePage" must be all lower-case
(#414) Expected "} else {\n"; found "}else{\n"
(#415) Commas (,) must be followed by white space.
(#419) Variable "newFalsePage" must be all lower-case
(#420) Expected "} else {\n"; found "}else{\n"
(#421) Variable "nextPages" must be all lower-case
(#421) Variable "currentOrderKey" must be all lower-case
(#422) Inline comments must start with a capital letter, digit or 3-dots sequence
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Variable "hasMasks" must be all lower-case
(#423) Variable "nextPages" must be all lower-case
(#423) Variable "currentOrderKey" must be all lower-case
(#424) Variable "shiftPreviousPage" must be all lower-case
(#425) Expected "if (...) {\n"; found "if(...){\n"
(#425) Variable "hasMasks" must be all lower-case
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Variable "previousPage" must be all lower-case
(#427) Variable "currentOrderKey" must be all lower-case
(#427) Expected 1 space before "-"; 0 found
(#427) Expected 1 space after "-"; 0 found
(#428) Expected "if (...) {\n"; found "if(...){\n"
(#428) Variable "previousPage" must be all lower-case
(#429) Variable "shiftPreviousPage" must be all lower-case
(#429) Variable "previousPage" must be all lower-case
(#430) Expected "if (...) {\n"; found "if(...){\n"
(#430) Variable "shiftPreviousPage" must be all lower-case
(#431) Variable "nextPages" must be all lower-case
(#431) Variable "previousPage" must be all lower-case
(#431) Variable "previousPage" must be all lower-case
(#432) Variable "nextPages" must be all lower-case
(#437) Expected "if (...) {\n"; found "if(...){\n"
(#437) Variable "hasMasks" must be all lower-case
(#437) Variable "shiftPreviousPage" must be all lower-case
(#438) Variable "prevPage" must be all lower-case
(#439) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#439) Variable "nextPages" must be all lower-case
(#440) Variable "prevPage" must be all lower-case
(#441) Variable "updatePage" must be all lower-case
(#442) Variable "updatePage" must be all lower-case
(#443) Variable "updatePage" must be all lower-case
(#444) Variable "updatePage" must be all lower-case
(#444) Variable "prevPage" must be all lower-case
(#445) Variable "updatePage" must be all lower-case
(#445) Variable "prevPage" must be all lower-case
(#446) Variable "updatePage" must be all lower-case
(#446) Variable "prevPage" must be all lower-case
(#447) Variable "updatePage" must be all lower-case
(#448) Variable "prevPage" must be all lower-case
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Commas (,) must be followed by white space.
(#452) Variable "prevPage" must be all lower-case
(#456) Inline comments must start with a capital letter, digit or 3-dots sequence
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#457) Variable "lastPage" must be all lower-case
(#457) Variable "nextPages" must be all lower-case
(#458) Expected "if (...) {\n"; found "if(...){\n"
(#458) Variable "lastPage" must be all lower-case
(#459) Variable "newLastPage" must be all lower-case
(#460) Variable "newLastPage" must be all lower-case
(#461) Variable "newLastPage" must be all lower-case
(#461) Variable "lastPage" must be all lower-case
(#462) Variable "newLastPage" must be all lower-case
(#462) Variable "lastPage" must be all lower-case
(#463) Variable "newLastPage" must be all lower-case
(#463) Variable "lastPage" must be all lower-case
(#464) Variable "newLastPage" must be all lower-case
(#468) Variable "shiftPreviousPage" must be all lower-case
(#480) Public method name "database_interface::retrieveMasks" must be in lower-case letters only
(#480) Variable "currentOrderKey" must be all lower-case
(#480) Expected 1 space after closing parenthesis; found 0
(#482) Variable "currentPage" must be all lower-case
(#482) Variable "currentOrderKey" must be all lower-case
(#484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#484) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Variable "hasFalsePageWithMasks" must be all lower-case
(#487) Expected "if (...) {\n"; found "if(...){\n"
(#487) Variable "hasFalsePageWithMasks" must be all lower-case
(#488) Expected "while (...) {\n"; found "while(...){\n"
(#488) Variable "currentPage" must be all lower-case
(#489) Variable "currentOrderKey" must be all lower-case
(#490) Variable "currentPage" must be all lower-case
(#490) Variable "currentOrderKey" must be all lower-case
(#508) Public method name "database_interface::addMask" must be in lower-case letters only
(#508) Variable "cmId" must be all lower-case
(#508) Variable "pageId" must be all lower-case
(#508) Variable "maskType" must be all lower-case
(#508) Variable "questionData" must be all lower-case
(#511) Inline comments must start with a capital letter, digit or 3-dots sequence
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Variable "dbRecord" must be all lower-case
(#513) Variable "dbRecord" must be all lower-case
(#513) Variable "cmId" must be all lower-case
(#514) Variable "dbRecord" must be all lower-case
(#514) Variable "maskType" must be all lower-case
(#515) Variable "dbRecord" must be all lower-case
(#515) Variable "questionData" must be all lower-case
(#516) Variable "questionId" must be all lower-case
(#516) Variable "dbRecord" must be all lower-case
(#518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#519) Variable "dbRecord" must be all lower-case
(#520) Variable "dbRecord" must be all lower-case
(#521) Variable "dbRecord" must be all lower-case
(#521) Variable "questionId" must be all lower-case
(#522) Variable "dbRecord" must be all lower-case
(#522) Variable "pageId" must be all lower-case
(#523) Variable "dbRecord" must be all lower-case
(#524) Variable "dbRecord" must be all lower-case
(#525) Variable "dbRecord" must be all lower-case
(#526) Variable "dbRecord" must be all lower-case
(#527) Variable "dbRecord" must be all lower-case
(#528) Variable "maskId" must be all lower-case
(#528) Variable "dbRecord" must be all lower-case
(#530) Inline comments must start with a capital letter, digit or 3-dots sequence
(#530) Inline comments must end in full-stops, exclamation marks, or question marks
(#531) Variable "maskId" must be all lower-case
(#540) Public method name "database_interface::updateQuestion" must be in lower-case letters only
(#540) Variable "questionId" must be all lower-case
(#540) Variable "questionChanges" must be all lower-case
(#543) Variable "questionData" must be all lower-case
(#543) Variable "questionId" must be all lower-case
(#545) Space found after opening bracket of FOREACH loop
(#545) Space found before closing bracket of FOREACH loop
(#545) Variable "questionChanges" must be all lower-case
(#546) Variable "questionData" must be all lower-case
(#548) Variable "jsonData" must be all lower-case
(#548) Variable "questionData" must be all lower-case
(#550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) Variable "dbRecord" must be all lower-case
(#552) Variable "dbRecord" must be all lower-case
(#552) Variable "questionId" must be all lower-case
(#553) Variable "dbRecord" must be all lower-case
(#553) Variable "jsonData" must be all lower-case
(#554) Variable "questionId" must be all lower-case
(#554) Variable "dbRecord" must be all lower-case
(#563) Public method name "database_interface::updateStyle" must be in lower-case letters only
(#578) Public method name "database_interface::isFirstQuestionAttempt" must be in lower-case letters only
(#578) Variable "userId" must be all lower-case
(#578) Variable "questionId" must be all lower-case
(#580) Variable "failCount" must be all lower-case
(#580) Variable "userId" must be all lower-case
(#580) Variable "questionId" must be all lower-case
(#581) Variable "failCount" must be all lower-case
(#581) Variable "failCount" must be all lower-case
(#597) Line exceeds 132 characters; contains 133 characters
(#601) Public method name "database_interface::updateUserQuestionState" must be in lower-case letters only
(#601) Variable "userId" must be all lower-case
(#601) Variable "questionId" must be all lower-case
(#601) Variable "stateName" must be all lower-case
(#604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) Variable "stateNameValues" must be all lower-case
(#612) Variable "stateValue" must be all lower-case
(#612) Variable "stateNameValues" must be all lower-case
(#612) Variable "stateName" must be all lower-case
(#614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#614) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Variable "questionId" must be all lower-case
(#615) Variable "userId" must be all lower-case
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#618) Variable "oldStateValue" must be all lower-case
(#619) Variable "stateValue" must be all lower-case
(#619) Variable "oldStateValue" must be all lower-case
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#624) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Variable "stateValue" must be all lower-case
(#626) Variable "stateValue" must be all lower-case
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) Inline comments must end in full-stops, exclamation marks, or question marks
(#631) Variable "stateValue" must be all lower-case
(#632) Variable "stateValue" must be all lower-case
(#636) Inline comments must start with a capital letter, digit or 3-dots sequence
(#636) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) Variable "stateName" must be all lower-case
(#640) Variable "haveFailed" must be all lower-case
(#643) Inline comments must start with a capital letter, digit or 3-dots sequence
(#643) Inline comments must end in full-stops, exclamation marks, or question marks
(#644) Variable "haveFailed" must be all lower-case
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) Variable "userId" must be all lower-case
(#649) Variable "questionId" must be all lower-case
(#650) Variable "stateValue" must be all lower-case
(#651) Variable "stateValue" must be all lower-case
(#665) Public method name "database_interface::resetUserQuestionsStates" must be in lower-case letters only
(#665) Expected 1 space after closing parenthesis; found 0
(#668) Expected 1 space after "="; newline found
(#686) Public method name "database_interface::gradeUser" must be in lower-case letters only
(#686) Variable "userId" must be all lower-case
(#690) Inline comments must start with a capital letter, digit or 3-dots sequence
(#690) Inline comments must end in full-stops, exclamation marks, or question marks
(#696) Expected 1 space before "|"; 0 found
(#696) Expected 1 space after "|"; 0 found
(#697) Space found before semicolon; expected "MASK_FLAG_GRADED;" but found "MASK_FLAG_GRADED ;"
(#698) Variable "numQuestions" must be all lower-case
(#700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#700) Inline comments must end in full-stops, exclamation marks, or question marks
(#708) Space found before semicolon; expected "') > 0';" but found "') > 0' ;"
(#709) Variable "userId" must be all lower-case
(#711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#711) Inline comments must end in full-stops, exclamation marks, or question marks
(#712) Variable "gradeValue" must be all lower-case
(#712) Variable "numQuestions" must be all lower-case
(#712) Variable "numQuestions" must be all lower-case
(#713) Variable "gradeRecord" must be all lower-case
(#713) Variable "userId" must be all lower-case
(#713) Variable "gradeValue" must be all lower-case
(#714) Variable "gradeResult" must be all lower-case
(#714) Variable "gradeRecord" must be all lower-case
(#715) Variable "gradeResult" must be all lower-case
(#719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#719) Inline comments must end in full-stops, exclamation marks, or question marks
(#720) Variable "gradeValue" must be all lower-case
mod/masks/db/access.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/db/log.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Whitespace found at end of line
(#31) Whitespace found at end of line
(#32) Whitespace found at end of line
mod/masks/db/upgrade.php
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Variable "newTable" must be all lower-case
(#41) Variable "newTable" must be all lower-case
(#42) Variable "newTable" must be all lower-case
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Variable "newTable" must be all lower-case
(#44) Variable "newTable" must be all lower-case
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Variable "newTable" must be all lower-case
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Variable "newTable" must be all lower-case
(#48) Line exceeds 132 characters; contains 137 characters
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "newTable" must be all lower-case
(#50) Variable "newTable" must be all lower-case
(#51) Variable "newTable" must be all lower-case
(#51) Line exceeds 132 characters; contains 135 characters
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Variable "newTable" must be all lower-case
(#52) Line exceeds 132 characters; contains 138 characters
(#53) Variable "newTable" must be all lower-case
(#53) Line exceeds 132 characters; contains 156 characters
(#54) Variable "newTable" must be all lower-case
(#55) Variable "newTable" must be all lower-case
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Variable "newTable" must be all lower-case
(#57) Variable "newTable" must be all lower-case
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Variable "newTable" must be all lower-case
(#61) Variable "newTable" must be all lower-case
(#62) Variable "newTable" must be all lower-case
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Variable "newTable" must be all lower-case
(#64) Variable "newTable" must be all lower-case
(#65) Variable "newTable" must be all lower-case
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "newTable" must be all lower-case
(#67) Variable "newTable" must be all lower-case
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Variable "newTable" must be all lower-case
(#72) Variable "newTable" must be all lower-case
(#73) Variable "newTable" must be all lower-case
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Variable "newTable" must be all lower-case
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Variable "newTable" must be all lower-case
(#76) Variable "newTable" must be all lower-case
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "newTable" must be all lower-case
(#80) Variable "newTable" must be all lower-case
(#81) Variable "newTable" must be all lower-case
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Variable "newTable" must be all lower-case
(#83) Variable "newTable" must be all lower-case
(#84) Variable "newTable" must be all lower-case
(#85) Variable "newTable" must be all lower-case
(#86) Variable "newTable" must be all lower-case
(#87) Variable "newTable" must be all lower-case
(#88) Variable "newTable" must be all lower-case
(#88) Line exceeds 132 characters; contains 176 characters
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "newTable" must be all lower-case
(#90) Variable "newTable" must be all lower-case
(#91) Variable "newTable" must be all lower-case
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Variable "newTable" must be all lower-case
(#98) Variable "newTable" must be all lower-case
(#99) Variable "newTable" must be all lower-case
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Variable "newTable" must be all lower-case
(#101) Variable "newTable" must be all lower-case
(#102) Variable "newTable" must be all lower-case
(#102) Line exceeds 132 characters; contains 134 characters
(#103) Variable "newTable" must be all lower-case
(#104) Variable "newTable" must be all lower-case
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Variable "newTable" must be all lower-case
(#106) Variable "newTable" must be all lower-case
(#107) Variable "newTable" must be all lower-case
(#108) Variable "newTable" must be all lower-case
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line exceeds 132 characters; contains 152 characters
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#128) Space found after opening bracket of FOREACH loop
(#128) Space found before closing bracket of FOREACH loop
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Expected "if (...) {\n"; found "if(...){\n"
(#142) Expected "} else {\n"; found "}else{\n"
(#143) The use of backticks in strings is not recommended
(#146) Empty CATCH statement detected
(#146) Empty CATCH statement must have a comment to explain why the exception is not handled
mod/masks/form_writer.class.php
(#32) Member variable "refData0" must be all lower-case
(#33) Member variable "refData1" must be all lower-case
(#34) Member variable "lastHideHeading" must be all lower-case
(#35) Member variable "firstElement" must be all lower-case
(#37) Variable "refData0" must be all lower-case
(#37) Variable "refData1" must be all lower-case
(#37) Expected 1 space after closing parenthesis; found 0
(#38) Variable "refData0" must be all lower-case
(#39) Variable "refData1" must be all lower-case
(#42) Public method name "form_writer::openForm" must be in lower-case letters only
(#42) Variable "hiddenFields" must be all lower-case
(#42) Expected 1 space after closing parenthesis; found 0
(#44) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#44) Space found after opening bracket of FOREACH loop
(#44) Space found before closing bracket of FOREACH loop
(#44) Variable "hiddenFields" must be all lower-case
(#49) Public method name "form_writer::closeForm" must be in lower-case letters only
(#49) Variable "includeButtons" must be all lower-case
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Expected "if (...) {\n"; found "if (...){\n"
(#50) Variable "includeButtons" must be all lower-case
(#53) Variable "strSubmit" must be all lower-case
(#54) Variable "strSubmit" must be all lower-case
(#60) Public method name "form_writer::addHidden" must be in lower-case letters only
(#60) Expected 1 space after closing parenthesis; found 0
(#61) Line exceeds 132 characters; contains 134 characters
(#64) Public method name "form_writer::addTextField" must be in lower-case letters only
(#64) Variable "propName" must be all lower-case
(#64) Variable "requiredField" must be all lower-case
(#64) Variable "hideHeading" must be all lower-case
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Variable "propName" must be all lower-case
(#66) Variable "propName" must be all lower-case
(#67) Expected "if (...) {\n"; found "if (...){\n"
(#71) Expected "if (...) {\n"; found "if (...){\n"
(#71) Variable "requiredField" must be all lower-case
(#75) Variable "propName" must be all lower-case
(#75) Variable "requiredField" must be all lower-case
(#75) Variable "hideHeading" must be all lower-case
(#78) Public method name "form_writer::addTextArea" must be in lower-case letters only
(#78) Variable "propName" must be all lower-case
(#78) Variable "requiredField" must be all lower-case
(#78) Expected 1 space after closing parenthesis; found 0
(#79) Variable "propName" must be all lower-case
(#80) Variable "propName" must be all lower-case
(#81) Expected "if (...) {\n"; found "if (...){\n"
(#85) Expected "if (...) {\n"; found "if (...){\n"
(#85) Variable "requiredField" must be all lower-case
(#89) Variable "propName" must be all lower-case
(#89) Variable "requiredField" must be all lower-case
(#92) Public method name "form_writer::addCancelButton" must be in lower-case letters only
(#92) Expected 1 space after closing parenthesis; found 0
(#93) Variable "strCancel" must be all lower-case
(#94) Line exceeds 132 characters; contains 147 characters
(#95) Variable "strCancel" must be all lower-case
(#98) Private method name "form_writer::lookupRefData" must be in lower-case letters only
(#98) Variable "propName" must be all lower-case
(#98) Expected 1 space after closing parenthesis; found 0
(#99) Expected "if (...) {\n"; found "if (...){\n"
(#99) Variable "propName" must be all lower-case
(#100) Variable "propName" must be all lower-case
(#102) Expected "if (...) {\n"; found "if (...){\n"
(#102) Variable "propName" must be all lower-case
(#103) Variable "propName" must be all lower-case
(#108) Private method name "form_writer::wrapWidget" must be in lower-case letters only
(#108) Variable "propName" must be all lower-case
(#108) Variable "hideHeading" must be all lower-case
(#108) Expected 1 space after closing parenthesis; found 0
(#109) Variable "propName" must be all lower-case
(#110) Expected "if (...) {\n"; found "if (...){\n"
(#110) Empty IF statement detected
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Expected "if (...) {\n"; found "if (...){\n"
(#113) Variable "hideHeading" must be all lower-case
(#116) Expected "if (...) {\n"; found "if (...){\n"
(#116) Variable "hideHeading" must be all lower-case
(#125) Expected "if (...) {\n"; found "if (...){\n"
(#125) Variable "hideHeading" must be all lower-case
(#128) Variable "hideHeading" must be all lower-case
mod/masks/frame_click_mask.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Variable "maskId" must be all lower-case
(#35) Variable "questionId" must be all lower-case
(#36) Variable "isLastQuestion" must be all lower-case
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Variable "hiddenFields" must be all lower-case
(#39) Variable "maskId" must be all lower-case
(#39) Variable "questionId" must be all lower-case
(#39) Variable "isLastQuestion" must be all lower-case
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "dbInterface" must be all lower-case
(#63) Variable "questionData" must be all lower-case
(#63) Variable "dbInterface" must be all lower-case
(#63) Variable "questionId" must be all lower-case
(#64) Variable "maskTypeName" must be all lower-case
(#64) Variable "dbInterface" must be all lower-case
(#64) Variable "questionId" must be all lower-case
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Variable "maskTypeName" must be all lower-case
(#72) Expected "if (...) {\n"; found "if (...){\n"
(#72) Expected 1 space before "=="; 2 found
(#73) Variable "typeList" must be all lower-case
(#74) Variable "maskTypeName" must be all lower-case
(#74) Variable "typeList" must be all lower-case
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "maskId" must be all lower-case
(#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
(#88) Variable "questionId" must be all lower-case
(#88) Variable "questionData" must be all lower-case
(#88) Variable "hiddenFields" must be all lower-case
(#88) Variable "isLastQuestion" must be all lower-case
mod/masks/frame_edit_mask.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Variable "maskId" must be all lower-case
(#35) Variable "questionId" must be all lower-case
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Variable "dbInterface" must be all lower-case
(#59) Variable "maskTypeName" must be all lower-case
(#59) Variable "dbInterface" must be all lower-case
(#59) Variable "questionId" must be all lower-case
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Variable "maskTypeName" must be all lower-case
(#66) Expected "if (...) {\n"; found "if (...){\n"
(#66) Expected 1 space before "=="; 2 found
(#67) Variable "typeList" must be all lower-case
(#68) Variable "maskType" must be all lower-case
(#68) Variable "typeList" must be all lower-case
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Variable "questionData" must be all lower-case
(#74) Variable "dbInterface" must be all lower-case
(#74) Variable "questionId" must be all lower-case
(#75) Variable "maskId" must be all lower-case
(#75) Variable "questionId" must be all lower-case
(#75) Variable "questionData" must be all lower-case
mod/masks/frame_new_mask.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Variable "pageId" must be all lower-case
(#35) Variable "maskTypeName" must be all lower-case
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Variable "maskTypeName" must be all lower-case
(#59) Expected "if (...) {\n"; found "if (...){\n"
(#59) Expected 1 space before "=="; 2 found
(#60) Variable "typeList" must be all lower-case
(#61) Variable "maskType" must be all lower-case
(#61) Variable "typeList" must be all lower-case
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "pageId" must be all lower-case
mod/masks/frame_save_layout.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Variable "maskUpdates" must be all lower-case
(#35) Variable "pageUpdates" must be all lower-case
(#36) Variable "nextFrame" must be all lower-case
(#37) Variable "requireConfirm" must be all lower-case
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Variable "haveData" must be all lower-case
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "jsCloseFrame" must be all lower-case
(#64) Variable "jsGotoNextFrame" must be all lower-case
(#64) Variable "nextFrame" must be all lower-case
(#65) Variable "jsFinalise" must be all lower-case
(#65) Variable "nextFrame" must be all lower-case
(#65) Variable "jsCloseFrame" must be all lower-case
(#65) Variable "jsGotoNextFrame" must be all lower-case
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Expected "if (...) {\n"; found "if (...){\n"
(#68) Variable "haveData" must be all lower-case
(#69) Variable "hiddenFields" must be all lower-case
(#69) Variable "nextFrame" must be all lower-case
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Variable "jsAutoSubmit" must be all lower-case
(#77) Variable "jsAutoSubmit" must be all lower-case
(#78) Variable "jsAutoSubmit" must be all lower-case
(#79) Variable "jsAutoSubmit" must be all lower-case
(#80) Variable "jsAutoSubmit" must be all lower-case
(#81) Variable "jsAutoSubmit" must be all lower-case
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Variable "saveCode" must be all lower-case
(#85) Variable "noSaveCode" must be all lower-case
(#85) Variable "jsFinalise" must be all lower-case
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "formWriter" must be all lower-case
(#90) Variable "formWriter" must be all lower-case
(#90) Variable "hiddenFields" must be all lower-case
(#91) Variable "formWriter" must be all lower-case
(#93) Expected "if (...) {\n"; found "if (...){\n"
(#93) Variable "requireConfirm" must be all lower-case
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "strCancel" must be all lower-case
(#114) Variable "strNoSave" must be all lower-case
(#115) Variable "strSave" must be all lower-case
(#116) Variable "strCancel" must be all lower-case
(#116) Variable "jsCloseFrame" must be all lower-case
(#117) Variable "strNoSave" must be all lower-case
(#117) Variable "noSaveCode" must be all lower-case
(#117) Line exceeds 132 characters; contains 135 characters
(#118) Variable "strSave" must be all lower-case
(#118) Variable "saveCode" must be all lower-case
(#118) Line exceeds 132 characters; contains 149 characters
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line exceeds 132 characters; contains 144 characters
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Variable "saveCode" must be all lower-case
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Variable "databaseInterface" must be all lower-case
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Variable "decodedMasks" must be all lower-case
(#143) Variable "maskUpdates" must be all lower-case
(#144) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#144) Space found after opening bracket of FOREACH loop
(#144) Space found before closing bracket of FOREACH loop
(#144) Variable "decodedMasks" must be all lower-case
(#145) Variable "dbRecord" must be all lower-case
(#146) Variable "dbRecord" must be all lower-case
(#147) Variable "dbRecord" must be all lower-case
(#148) Variable "dbRecord" must be all lower-case
(#149) Variable "dbRecord" must be all lower-case
(#150) Variable "dbRecord" must be all lower-case
(#151) Variable "dbRecord" must be all lower-case
(#152) Variable "dbRecord" must be all lower-case
(#153) Variable "dbRecord" must be all lower-case
(#154) Variable "dbRecord" must be all lower-case
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "decodedPages" must be all lower-case
(#158) Variable "pageUpdates" must be all lower-case
(#159) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#159) Space found after opening bracket of FOREACH loop
(#159) Space found before closing bracket of FOREACH loop
(#159) Variable "decodedPages" must be all lower-case
(#160) Variable "dbRecord" must be all lower-case
(#161) Variable "dbRecord" must be all lower-case
(#162) Variable "dbRecord" must be all lower-case
(#163) Variable "dbRecord" must be all lower-case
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "newMaskData" must be all lower-case
(#171) Variable "databaseInterface" must be all lower-case
(#172) Variable "encodedMaskData" must be all lower-case
(#172) Variable "newMaskData" must be all lower-case
(#173) Variable "jsMaskData" must be all lower-case
(#173) Variable "encodedMaskData" must be all lower-case
(#174) Variable "jsMaskData" must be all lower-case
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Variable "newPageData" must be all lower-case
(#177) Variable "databaseInterface" must be all lower-case
(#178) Variable "encodedPageData" must be all lower-case
(#178) Variable "newPageData" must be all lower-case
(#179) Variable "jsPageData" must be all lower-case
(#179) Variable "encodedPageData" must be all lower-case
(#180) Variable "jsPageData" must be all lower-case
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Variable "navPages" must be all lower-case
(#183) Variable "databaseInterface" must be all lower-case
(#184) Variable "encodednavData" must be all lower-case
(#184) Variable "navPages" must be all lower-case
(#185) Variable "jsNavData" must be all lower-case
(#185) Variable "encodednavData" must be all lower-case
(#186) Variable "jsNavData" must be all lower-case
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Variable "jsAction" must be all lower-case
(#190) Variable "jsAction" must be all lower-case
(#191) Variable "jsAction" must be all lower-case
(#192) Variable "jsAction" must be all lower-case
(#193) Variable "jsAction" must be all lower-case
(#194) Variable "jsAction" must be all lower-case
(#194) Variable "jsFinalise" must be all lower-case
(#195) Variable "jsAction" must be all lower-case
mod/masks/frame_shift_masks.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Variable "currentOrderKey" must be all lower-case
(#36) Variable "toRight" must be all lower-case
(#37) Variable "retrieveMasks" must be all lower-case
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Variable "databaseInterface" must be all lower-case
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#62) Variable "retrieveMasks" must be all lower-case
(#63) Variable "toRight" must be all lower-case
(#64) Variable "shiftResult" must be all lower-case
(#64) Variable "databaseInterface" must be all lower-case
(#64) Variable "currentOrderKey" must be all lower-case
(#65) Expected "} else {\n"; found "}else{\n"
(#66) Variable "shiftResult" must be all lower-case
(#66) Variable "databaseInterface" must be all lower-case
(#66) Variable "currentOrderKey" must be all lower-case
(#66) Variable "toRight" must be all lower-case
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "newMaskData" must be all lower-case
(#73) Variable "databaseInterface" must be all lower-case
(#74) Variable "encodedMaskData" must be all lower-case
(#74) Variable "newMaskData" must be all lower-case
(#75) Variable "jsMaskData" must be all lower-case
(#75) Variable "encodedMaskData" must be all lower-case
(#76) Variable "jsMaskData" must be all lower-case
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "newPageData" must be all lower-case
(#79) Variable "databaseInterface" must be all lower-case
(#80) Variable "encodedPageData" must be all lower-case
(#80) Variable "newPageData" must be all lower-case
(#81) Variable "jsPageData" must be all lower-case
(#81) Variable "encodedPageData" must be all lower-case
(#82) Variable "jsPageData" must be all lower-case
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Variable "navPages" must be all lower-case
(#85) Variable "databaseInterface" must be all lower-case
(#86) Variable "encodednavData" must be all lower-case
(#86) Variable "navPages" must be all lower-case
(#87) Variable "jsNavData" must be all lower-case
(#87) Variable "encodednavData" must be all lower-case
(#88) Variable "jsNavData" must be all lower-case
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Expected "if (...) {\n"; found "if(...){\n"
(#91) Variable "toRight" must be all lower-case
(#92) Variable "alertMessage" must be all lower-case
(#92) Commas (,) must be followed by white space.
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#93) Variable "shiftResult" must be all lower-case
(#94) Variable "alertMessage" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#96) Expected "} else {\n"; found "}else{\n"
(#97) Variable "alertMessage" must be all lower-case
(#97) Commas (,) must be followed by white space.
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Variable "jsAction" must be all lower-case
(#102) Variable "jsAction" must be all lower-case
(#103) Variable "jsAction" must be all lower-case
(#104) Variable "jsAction" must be all lower-case
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Variable "toRight" must be all lower-case
(#106) Variable "jsAction" must be all lower-case
(#106) Variable "currentOrderKey" must be all lower-case
(#106) Expected 1 space before "+"; 0 found
(#106) Expected 1 space after "+"; 0 found
(#107) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#107) Expected "if (...) {\n"; found "if(...){\n"
(#107) Variable "toRight" must be all lower-case
(#107) Variable "shiftResult" must be all lower-case
(#108) Variable "jsAction" must be all lower-case
(#108) Variable "currentOrderKey" must be all lower-case
(#108) Expected 1 space before "-"; 0 found
(#108) Expected 1 space after "-"; 0 found
(#110) Variable "jsAction" must be all lower-case
(#110) Variable "alertMessage" must be all lower-case
(#111) Variable "jsAction" must be all lower-case
(#112) Variable "jsAction" must be all lower-case
mod/masks/frame_upload.php
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Variable "firstUpload" must be all lower-case
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "haveData" must be all lower-case
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Variable "jsCloseFrame" must be all lower-case
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Expected "if (...) {\n"; found "if (...){\n"
(#100) Variable "haveData" must be all lower-case
(#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
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Expected "if (...) {\n"; found "if (...){\n"
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Line exceeds 132 characters; contains 167 characters
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Line exceeds 132 characters; contains 171 characters
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Variable "strCancel" must be all lower-case
(#146) Variable "strUpload" must be all lower-case
(#147) Expected "if (...) {\n"; found "if(...){\n"
(#147) Variable "firstUpload" must be all lower-case
(#148) Variable "strCancel" must be all lower-case
(#148) Variable "jsCloseFrame" must be all lower-case
(#150) Variable "strUpload" must be all lower-case
(#150) Line exceeds 132 characters; contains 140 characters
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Expected "} else {\n"; found "}else{\n"
(#194) Variable "strCancel" must be all lower-case
(#195) Variable "strUpload" must be all lower-case
(#196) Expected "if (...) {\n"; found "if(...){\n"
(#196) Variable "firstUpload" must be all lower-case
(#197) Variable "strCancel" must be all lower-case
(#197) Variable "jsCloseFrame" must be all lower-case
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Variable "dbInterface" must be all lower-case
(#227) Variable "docData" must be all lower-case
(#227) Variable "dbInterface" must be all lower-case
(#228) Variable "maskData" must be all lower-case
(#228) Variable "dbInterface" must be all lower-case
(#229) Variable "navPages" must be all lower-case
(#229) Variable "dbInterface" must be all lower-case
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Variable "docData" must be all lower-case
(#237) Variable "maskData" must be all lower-case
(#238) Variable "navPages" must be all lower-case
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Variable "jsAction" must be all lower-case
(#242) Variable "jsAction" must be all lower-case
(#243) Variable "jsAction" must be all lower-case
(#244) Variable "jsAction" must be all lower-case
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Variable "strDone" must be all lower-case
(#251) Variable "doneAction" must be all lower-case
(#252) Variable "doneButton" must be all lower-case
(#252) Variable "strDone" must be all lower-case
(#252) Variable "doneAction" must be all lower-case
(#253) Variable "doneScript" must be all lower-case
(#253) Variable "doneAction" must be all lower-case
(#254) Variable "successAlert" must be all lower-case
(#254) Expected 1 space before "?"; 0 found
(#254) Expected 1 space before ":"; 0 found
(#256) Expected "if (...) {\n"; found "if (...){\n"
(#256) Variable "docData" must be all lower-case
(#257) Variable "successAlert" must be all lower-case
(#258) Variable "doneScript" must be all lower-case
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Expected "if (...) {\n"; found "if(...){\n"
(#269) Variable "docData" must be all lower-case
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Expected "if (...) {\n"; found "if(...){\n"
(#280) Variable "docData" must be all lower-case
(#281) Variable "failedText" must be all lower-case
(#282) Variable "failedText" must be all lower-case
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Expected "if (...) {\n"; found "if (...){\n"
(#293) Variable "docData" must be all lower-case
(#296) Variable "successAlert" must be all lower-case
(#297) Variable "doneButton" must be all lower-case
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/index.php
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line exceeds 132 characters; contains 135 characters
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/lang/en/masks.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Space found before semicolon; expected "'Add a new masks activity';" but found "'Add a new masks activity' ;"
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) This comment is 67% valid code; is this commented out code?
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) This comment is 67% valid code; is this commented out code?
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Space found before semicolon; expected "'NOTE: The file size limit for your server will be configured by your system administrators. If you are having trouble uploading a very large file then please check with your administrators.<br>';" but found "'NOTE: The file size limit for your server will be configured by your system administrators. If you are having trouble uploading a very large file then please check with your administrators.<br>' ;"
(#152) Space found before semicolon; expected "'Please do not refresh your browser page or navigate to a different page while the upload is in progress.<br>';" but found "'Please do not refresh your browser page or navigate to a different page while the upload is in progress.<br>' ;"
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Space found before semicolon; expected "'Optional fields that overeride default feedback messages that student sees after answering a question.';" but found "'Optional fields that overeride default feedback messages that student sees after answering a question.' ;"
(#214) Space found before semicolon; expected "'An optional extra information shown to students who have give one or more incorrect answers and have not yet found the correct answer to the question.<br><br>';" but found "'An optional extra information shown to students who have give one or more incorrect answers and have not yet found the correct answer to the question.<br><br>' ;"
(#217) Space found before semicolon; expected "'This is a multiple choice question with alternative answers displayed in random order';" but found "'This is a multiple choice question with alternative answers displayed in random order' ;"
(#222) Space found before semicolon; expected "'It is possible to provide alternative valid answers to the question by entering each on a new line in the answer field.';" but found "'It is possible to provide alternative valid answers to the question by entering each on a new line in the answer field.' ;"
(#225) Space found before semicolon; expected "'Display a pop-up once, typically to give initial instructions before beginning an exercise.';" but found "'Display a pop-up once, typically to give initial instructions before beginning an exercise.' ;"
(#228) Space found before semicolon; expected "'Display an annotation that can be viewed by the student at will and never vanishes';" but found "'Display an annotation that can be viewed by the student at will and never vanishes' ;"
mod/masks/lang/fr/masks.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) This comment is 67% valid code; is this commented out code?
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) This comment is 67% valid code; is this commented out code?
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Space found before semicolon; expected "'REMARQUE : La taille maximale des fichiers pour votre serveur est définie par l\'administrateur du système. En cas de problème pour importer des fichiers lourds, merci de contacter votre administrateur.<br>';" but found "'REMARQUE : La taille maximale des fichiers pour votre serveur est définie par l\'administrateur du système. En cas de problème pour importer des fichiers lourds, merci de contacter votre administrateur.<br>' ;"
(#151) Space found before semicolon; expected "'Merci de ne pas rafraîchir la page ou naviguer vers une autre page<br>';" but found "'Merci de ne pas rafraîchir la page ou naviguer vers une autre page<br>' ;"
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Whitespace found at end of line
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Space found before semicolon; expected "'Champ optionnel qui remplace le feedback par défaut après qu\'un apprenant ait répondu à une question.';" but found "'Champ optionnel qui remplace le feedback par défaut après qu\'un apprenant ait répondu à une question.' ;"
(#215) Space found before semicolon; expected "'et n\'ayant pas encore trouvé la réponse correcte à la question.<br><br>';" but found "'et n\'ayant pas encore trouvé la réponse correcte à la question.<br><br>' ;"
(#218) Space found before semicolon; expected "'Ce masks correspond à une question à choix multiples dont les différents réponses sont affichées dans un ordre aléatoire';" but found "'Ce masks correspond à une question à choix multiples dont les différents réponses sont affichées dans un ordre aléatoire' ;"
(#223) Space found before semicolon; expected "'Il est possible d\'ajouter plusieurs réponses valides à la question en saisissant chacune sur une ligne différente dans le champ Réponse.';" but found "'Il est possible d\'ajouter plusieurs réponses valides à la question en saisissant chacune sur une ligne différente dans le champ Réponse.' ;"
(#228) Space found before semicolon; expected "'Ce type de Mask peut, par exemple, être utilisé pour donner les consignes au début d\'un exercice. ';" but found "'Ce type de Mask peut, par exemple, être utilisé pour donner les consignes au début d\'un exercice. ' ;"
(#231) Space found before semicolon; expected "'Affiche une annotation qui peut être consulté par l\'apprenant quand il le souhaite et qui ne disparait jamais';" but found "'Affiche une annotation qui peut être consulté par l\'apprenant quand il le souhaite et qui ne disparait jamais' ;"
mod/masks/lib.php
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Closing brace must be on a line by itself
(#38) Closing brace must be on a line by itself
(#39) Closing brace must be on a line by itself
(#40) Closing brace must be on a line by itself
(#41) Closing brace must be on a line by itself
(#42) Closing brace must be on a line by itself
(#43) Closing brace must be on a line by itself
(#44) Closing brace must be on a line by itself
(#45) Closing brace must be on a line by itself
(#47) Closing brace must be on a line by itself
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "subSelect" must be all lower-case
(#60) Variable "subSelect" must be all lower-case
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line exceeds 132 characters; contains 133 characters
(#78) Expected "if (...) {\n"; found "if (...){\n"
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Line exceeds 132 characters; contains 133 characters
(#113) Expected "if (...) {\n"; found "if (...){\n"
(#116) The use of function print_r() is forbidden
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Variable "subSelect" must be all lower-case
(#141) Variable "subSelect" must be all lower-case
(#142) Variable "subSelect" must be all lower-case
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Variable "subSelect" must be all lower-case
(#148) Variable "subSelect" must be all lower-case
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) No space found before comment text; expected "// return file not found straight away to improve performance." but found "//return file not found straight away to improve performance."
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/locallib.php
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) function name "generateMasksJSPageData" must be lower-case letters only
(#34) Variable "docData" must be all lower-case
(#34) Variable "jsVarName" must be all lower-case
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Variable "jsPages" must be all lower-case
(#36) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#36) Space found after opening bracket of FOREACH loop
(#36) Space found before closing bracket of FOREACH loop
(#36) Variable "docData" must be all lower-case
(#37) Variable "jsPages" must be all lower-case
(#39) Variable "rawScript" must be all lower-case
(#39) Variable "jsVarName" must be all lower-case
(#39) Variable "jsPages" must be all lower-case
(#40) Variable "rawScript" must be all lower-case
(#43) function name "generateMasksJSMaskData" must be lower-case letters only
(#43) Variable "maskData" must be all lower-case
(#43) Variable "jsVarName" must be all lower-case
(#43) Expected 1 space after closing parenthesis; found 0
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Variable "rawScript" must be all lower-case
(#45) Variable "jsVarName" must be all lower-case
(#45) Variable "maskData" must be all lower-case
(#46) Variable "rawScript" must be all lower-case
(#49) function name "beginFrameOutput" must be lower-case letters only
(#49) Expected 1 space after closing parenthesis; found 0
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) function name "endFrameOutput" must be lower-case letters only
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "jsCode" must be all lower-case
(#66) Expected 1 space after "="; newline found
(#71) Variable "jsCode" must be all lower-case
(#76) function name "getConfig" must be lower-case letters only
(#76) Expected 1 space after closing parenthesis; found 0
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch(...){\n"
(#85) Variable "encodedConfig" must be all lower-case
(#86) Variable "encodedConfig" must be all lower-case
(#88) Empty CATCH statement detected
(#88) Empty CATCH statement must have a comment to explain why the exception is not handled
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/mask_families_manager.class.php
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Private method name "mask_families_manager::populateFamilyList" must be in lower-case letters only
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Expected "if (...) {\n"; found "if (...){\n"
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Public method name "mask_families_manager::getFamilies" must be in lower-case letters only
(#57) Expected 1 space after closing parenthesis; found 0
mod/masks/mask_family.class.php
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Member variable "familyName" must be all lower-case
(#37) Member variable "masksStyles" must be all lower-case
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Public method name "mask_family::getStylesTag" must be in lower-case letters only
(#44) Expected 1 space after closing parenthesis; found 0
(#48) Public method name "mask_family::getCssFile" must be in lower-case letters only
(#48) Expected 1 space after closing parenthesis; found 0
(#52) Public method name "mask_family::getMasksStyles" must be in lower-case letters only
(#52) Expected 1 space after closing parenthesis; found 0
(#56) Public method name "mask_family::getStyleClass" must be in lower-case letters only
(#56) Expected 1 space after closing parenthesis; found 0
(#60) Public method name "mask_family::getFamilyName" must be in lower-case letters only
(#60) Expected 1 space after closing parenthesis; found 0
mod/masks/mask_family_note.class.php
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Expected 1 space after closing parenthesis; found 0
(#39) Opening brace must be the last content on the line
mod/masks/mask_family_question.class.php
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Expected 1 space after closing parenthesis; found 0
mod/masks/mask_type.class.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Constants must be uppercase; expected 'MOD_MASKS\FIELD_OPTIONAL' but found 'mod_masks\FIELD_OPTIONAL'
(#32) Constants must be uppercase; expected 'MOD_MASKS\FIELD_REQUIRED' but found 'mod_masks\FIELD_REQUIRED'
(#33) Constants must be uppercase; expected 'MOD_MASKS\FIELD_TEXT' but found 'mod_masks\FIELD_TEXT'
(#34) Constants must be uppercase; expected 'MOD_MASKS\FIELD_TEXTAREA' but found 'mod_masks\FIELD_TEXTAREA'
(#35) Constants must be uppercase; expected 'MOD_MASKS\FIELD_BIGTEXTAREA' but found 'mod_masks\FIELD_BIGTEXTAREA'
(#36) Constants must be uppercase; expected 'MOD_MASKS\FIELD_NOHEADING' but found 'mod_masks\FIELD_NOHEADING'
(#37) Constants must be uppercase; expected 'MOD_MASKS\FIELD_FEEDBACK' but found 'mod_masks\FIELD_FEEDBACK'
(#38) Constants must be uppercase; expected 'MOD_MASKS\FIELD_HINT' but found 'mod_masks\FIELD_HINT'
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Constants must be uppercase; expected 'MOD_MASKS\ALL_FIELD_TYPES' but found 'mod_masks\ALL_FIELD_TYPES'
(#42) Constants must be uppercase; expected 'MOD_MASKS\ALL_INPUT_TYPES' but found 'mod_masks\ALL_INPUT_TYPES'
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Constants must be uppercase; expected 'MOD_MASKS\FIELDS_NONE' but found 'mod_masks\FIELDS_NONE'
(#47) Constants must be uppercase; expected 'MOD_MASKS\FIELDS_H' but found 'mod_masks\FIELDS_H'
(#48) Constants must be uppercase; expected 'MOD_MASKS\FIELDS_HF' but found 'mod_masks\FIELDS_HF'
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Member variable "masksInstance" must be all lower-case
(#59) Member variable "activeMask" must be all lower-case
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Member variable "maskTypeFamily" must be all lower-case
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Public method name "mask_type::applyMoodleEnvironment" must be in lower-case letters only
(#68) Variable "masksInstance" must be all lower-case
(#68) Expected 1 space after closing parenthesis; found 0
(#71) Variable "masksInstance" must be all lower-case
(#74) Public method name "mask_type::setActiveMask" must be in lower-case letters only
(#74) Variable "maskId" must be all lower-case
(#74) Expected 1 space after closing parenthesis; found 0
(#75) Variable "maskId" must be all lower-case
(#78) Public method name "mask_type::getMaskTypeFamily" must be in lower-case letters only
(#78) Expected 1 space after closing parenthesis; found 0
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) method name "mask_type::onNewMask" must be in lower-case letters only
(#90) Visibility must be declared on method "onNewMask"
(#90) Variable "pageId" must be all lower-case
(#98) method name "mask_type::onEditMask" must be in lower-case letters only
(#98) Visibility must be declared on method "onEditMask"
(#98) Variable "maskId" must be all lower-case
(#98) Variable "questionId" must be all lower-case
(#98) Variable "questionData" must be all lower-case
(#107) method name "mask_type::onClickMask" must be in lower-case letters only
(#107) Visibility must be declared on method "onClickMask"
(#107) Variable "questionId" must be all lower-case
(#107) Variable "questionData" must be all lower-case
(#107) Variable "hiddenFields" must be all lower-case
(#107) Variable "isLastQuestion" must be all lower-case
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Protected method name "mask_type::doNewMask" must be in lower-case letters only
(#113) Variable "pageId" must be all lower-case
(#113) Variable "maskType" must be all lower-case
(#113) Variable "dbInterface" must be all lower-case
(#113) Expected 1 space after closing parenthesis; found 0
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Variable "haveData" must be all lower-case
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Expected "if (...) {\n"; found "if (...){\n"
(#118) Variable "haveData" must be all lower-case
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Variable "hiddenFields" must be all lower-case
(#120) Variable "pageId" must be all lower-case
(#121) Variable "maskType" must be all lower-case
(#121) Variable "maskType" must be all lower-case
(#121) Variable "hiddenFields" must be all lower-case
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Variable "newData" must be all lower-case
(#125) Variable "jsonData" must be all lower-case
(#125) Variable "newData" must be all lower-case
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Variable "resultData" must be all lower-case
(#129) Variable "resultData" must be all lower-case
(#129) Variable "dbInterface" must be all lower-case
(#129) Variable "pageId" must be all lower-case
(#129) Variable "maskType" must be all lower-case
(#129) Variable "jsonData" must be all lower-case
(#130) Variable "resultData" must be all lower-case
(#130) Variable "dbInterface" must be all lower-case
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Variable "jsData" must be all lower-case
(#133) Variable "resultData" must be all lower-case
(#134) Variable "jsData" must be all lower-case
(#135) Variable "jsAction" must be all lower-case
(#136) Variable "jsAction" must be all lower-case
(#137) Variable "jsAction" must be all lower-case
(#138) Variable "jsAction" must be all lower-case
(#139) Variable "jsAction" must be all lower-case
(#140) Expected "if (...) {\n"; found "if (...){\n"
(#140) Variable "resultData" must be all lower-case
(#141) Variable "jsAction" must be all lower-case
(#143) Variable "jsAction" must be all lower-case
(#147) Protected method name "mask_type::doEditMask" must be in lower-case letters only
(#147) Variable "maskId" must be all lower-case
(#147) Variable "questionId" must be all lower-case
(#147) Variable "questionData" must be all lower-case
(#147) Variable "maskType" must be all lower-case
(#147) Variable "dbInterface" must be all lower-case
(#147) Expected 1 space after closing parenthesis; found 0
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Variable "haveData" must be all lower-case
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Expected "if (...) {\n"; found "if (...){\n"
(#152) Variable "haveData" must be all lower-case
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Variable "hiddenFields" must be all lower-case
(#154) Variable "maskId" must be all lower-case
(#154) Variable "questionId" must be all lower-case
(#155) Variable "maskType" must be all lower-case
(#155) Variable "maskType" must be all lower-case
(#155) Variable "questionData" must be all lower-case
(#155) Variable "hiddenFields" must be all lower-case
(#155) Line exceeds 132 characters; contains 147 characters
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "newData" must be all lower-case
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Variable "resultData" must be all lower-case
(#162) Variable "dbInterface" must be all lower-case
(#162) Variable "questionId" must be all lower-case
(#162) Variable "newData" must be all lower-case
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Variable "jsData" must be all lower-case
(#165) Variable "resultData" must be all lower-case
(#166) Variable "jsData" must be all lower-case
(#167) Variable "jsAction" must be all lower-case
(#168) Variable "jsAction" must be all lower-case
(#169) Variable "jsAction" must be all lower-case
(#170) Variable "jsAction" must be all lower-case
(#174) Protected method name "mask_type::fetchSubmittedData" must be in lower-case letters only
(#174) Expected 1 space after closing parenthesis; found 0
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Variable "newData" must be all lower-case
(#177) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#177) Space found after opening bracket of FOREACH loop
(#177) Space found before closing bracket of FOREACH loop
(#178) Variable "fieldValue" must be all lower-case
(#179) Line exceeds 132 characters; contains 148 characters
(#180) This comment is 60% valid code; is this commented out code?
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) This comment is 50% valid code; is this commented out code?
(#182) Variable "newData" must be all lower-case
(#182) Variable "fieldValue" must be all lower-case
(#185) Variable "newData" must be all lower-case
(#188) Protected method name "mask_type::renderEditForm" must be in lower-case letters only
(#188) Variable "contextName" must be all lower-case
(#188) Variable "maskType" must be all lower-case
(#188) Variable "refData0" must be all lower-case
(#188) Variable "refData1" must be all lower-case
(#188) Variable "hiddenFields" must be all lower-case
(#188) Expected 1 space after closing parenthesis; found 0
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Variable "formWriter" must be all lower-case
(#191) Variable "refData0" must be all lower-case
(#191) Variable "refData1" must be all lower-case
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Variable "fieldFilter" must be all lower-case
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Variable "maskType" must be all lower-case
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Variable "strTitle" must be all lower-case
(#207) Variable "contextName" must be all lower-case
(#209) Variable "strTitle" must be all lower-case
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Variable "formWriter" must be all lower-case
(#213) Variable "hiddenFields" must be all lower-case
(#214) Variable "formWriter" must be all lower-case
(#214) Variable "maskType" must be all lower-case
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Variable "helpText" must be all lower-case
(#218) Variable "maskType" must be all lower-case
(#219) Variable "helpMask" must be all lower-case
(#219) Variable "fieldFilter" must be all lower-case
(#220) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#220) Space found after opening bracket of FOREACH loop
(#220) Space found before closing bracket of FOREACH loop
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Variable "fieldHelpFlags" must be all lower-case
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Expected "if (...) {\n"; found "if (...){\n"
(#224) Variable "helpMask" must be all lower-case
(#224) Variable "fieldHelpFlags" must be all lower-case
(#225) Variable "fieldHelpFlags" must be all lower-case
(#227) Variable "helpText" must be all lower-case
(#227) Variable "helpText" must be all lower-case
(#231) Variable "helpText" must be all lower-case
(#231) Variable "helpText" must be all lower-case
(#235) Variable "fieldHelpFlags" must be all lower-case
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Variable "helpMask" must be all lower-case
(#238) Variable "helpMask" must be all lower-case
(#238) Variable "fieldHelpFlags" must be all lower-case
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Variable "helpText" must be all lower-case
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#253) Space found after opening bracket of FOREACH loop
(#253) Space found before closing bracket of FOREACH loop
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Expected "if (...) {\n"; found "if (...){\n"
(#255) Variable "fieldFilter" must be all lower-case
(#258) Variable "noHeadingFlag" must be all lower-case
(#259) Variable "requiredFlag" must be all lower-case
(#260) Variable "fieldType" must be all lower-case
(#261) Variable "fieldType" must be all lower-case
(#263) Variable "formWriter" must be all lower-case
(#263) Variable "requiredFlag" must be all lower-case
(#263) Variable "noHeadingFlag" must be all lower-case
(#267) Variable "formWriter" must be all lower-case
(#267) Variable "requiredFlag" must be all lower-case
(#271) Variable "formWriter" must be all lower-case
(#271) Variable "requiredFlag" must be all lower-case
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Variable "clickScript" must be all lower-case
(#284) Line exceeds 132 characters; contains 164 characters
(#285) Variable "strShowHelp" must be all lower-case
(#286) Variable "strHideHelp" must be all lower-case
(#287) Variable "buttonTxt" must be all lower-case
(#287) Variable "strShowHelp" must be all lower-case
(#287) Variable "strHideHelp" must be all lower-case
(#287) Line exceeds 132 characters; contains 147 characters
(#289) Variable "buttonTxt" must be all lower-case
(#289) Variable "clickScript" must be all lower-case
(#289) Line exceeds 132 characters; contains 179 characters
(#291) Variable "formWriter" must be all lower-case
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Protected method name "mask_type::renderInfoPage" must be in lower-case letters only
(#300) Variable "cssClass" must be all lower-case
(#300) Variable "buttonCode" must be all lower-case
(#300) Expected 1 space after closing parenthesis; found 0
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Variable "cssClass" must be all lower-case
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) Variable "strClose" must be all lower-case
(#317) Variable "strClose" must be all lower-case
(#317) Variable "buttonCode" must be all lower-case
(#317) Line exceeds 132 characters; contains 133 characters
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Expected "if (...) {\n"; found "if (...){\n"
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Protected method name "mask_type::renderQuestionPage" must be in lower-case letters only
(#334) Variable "hintText" must be all lower-case
(#334) Variable "questionText" must be all lower-case
(#334) Variable "answerHTML" must be all lower-case
(#334) Variable "hiddenFields" must be all lower-case
(#334) Variable "dbInterface" must be all lower-case
(#334) Variable "questionId" must be all lower-case
(#334) Expected 1 space after closing parenthesis; found 0
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Variable "isFirstAttempt" must be all lower-case
(#338) Variable "dbInterface" must be all lower-case
(#338) Variable "questionId" must be all lower-case
(#339) Variable "updatedGrades" must be all lower-case
(#339) Variable "dbInterface" must be all lower-case
(#339) Variable "questionId" must be all lower-case
(#340) Variable "updatedGrades" must be all lower-case
(#342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#342) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Variable "questionText" must be all lower-case
(#355) Inline comments must start with a capital letter, digit or 3-dots sequence
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Variable "formWriter" must be all lower-case
(#362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Variable "formWriter" must be all lower-case
(#363) Variable "hiddenFields" must be all lower-case
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Variable "answerHTML" must be all lower-case
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Variable "formWriter" must be all lower-case
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Expected "if (...) {\n"; found "if (...){\n"
(#379) Variable "hintText" must be all lower-case
(#379) Variable "isFirstAttempt" must be all lower-case
(#381) Variable "hintText" must be all lower-case
(#385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) Protected method name "mask_type::renderAnswerResponsePage" must be in lower-case letters only
(#392) Variable "answerIsCorrect" must be all lower-case
(#392) Variable "goodAnswerResponse" must be all lower-case
(#392) Variable "badAnswerResponse" must be all lower-case
(#392) Variable "hintText" must be all lower-case
(#392) Variable "dbInterface" must be all lower-case
(#392) Variable "questionId" must be all lower-case
(#392) Variable "isLastQuestion" must be all lower-case
(#392) Expected 1 space after closing parenthesis; found 0
(#392) Line exceeds 132 characters; contains 164 characters
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Expected "if (...) {\n"; found "if (...){\n"
(#396) Variable "answerIsCorrect" must be all lower-case
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) Variable "updatedGrades" must be all lower-case
(#398) Variable "dbInterface" must be all lower-case
(#398) Variable "questionId" must be all lower-case
(#399) Variable "gradeUpdateScript" must be all lower-case
(#399) Variable "updatedGrades" must be all lower-case
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Expected "if (...) {\n"; found "if (...){\n"
(#402) Variable "isLastQuestion" must be all lower-case
(#403) Variable "dbInterface" must be all lower-case
(#404) Variable "responseType" must be all lower-case
(#405) Variable "strResponseTitle" must be all lower-case
(#405) Variable "responseType" must be all lower-case
(#406) Variable "strResponseText" must be all lower-case
(#406) Variable "responseType" must be all lower-case
(#407) Variable "strText" must be all lower-case
(#407) Variable "goodAnswerResponse" must be all lower-case
(#407) Variable "goodAnswerResponse" must be all lower-case
(#407) Variable "strResponseText" must be all lower-case
(#407) Variable "strResponseText" must be all lower-case
(#407) Line exceeds 132 characters; contains 150 characters
(#409) Variable "isPerfectAnswer" must be all lower-case
(#409) Variable "dbInterface" must be all lower-case
(#409) Variable "questionId" must be all lower-case
(#410) Variable "responseType" must be all lower-case
(#410) Variable "isPerfectAnswer" must be all lower-case
(#411) Variable "strResponseTitle" must be all lower-case
(#411) Variable "responseType" must be all lower-case
(#412) Variable "strResponseText" must be all lower-case
(#412) Variable "responseType" must be all lower-case
(#413) Variable "strText" must be all lower-case
(#413) Variable "goodAnswerResponse" must be all lower-case
(#413) Variable "goodAnswerResponse" must be all lower-case
(#413) Variable "strResponseText" must be all lower-case
(#415) Variable "strResponseTitle" must be all lower-case
(#415) Variable "strText" must be all lower-case
(#415) Variable "responseType" must be all lower-case
(#415) Variable "gradeUpdateScript" must be all lower-case
(#415) Line exceeds maximum limit of 180 characters; contains 203 characters
(#417) Variable "isFirstAttempt" must be all lower-case
(#417) Variable "dbInterface" must be all lower-case
(#417) Variable "questionId" must be all lower-case
(#419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Variable "updatedGrades" must be all lower-case
(#420) Variable "dbInterface" must be all lower-case
(#420) Variable "questionId" must be all lower-case
(#421) Variable "gradeUpdateScript" must be all lower-case
(#421) Variable "updatedGrades" must be all lower-case
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) Variable "responseType" must be all lower-case
(#424) Variable "isFirstAttempt" must be all lower-case
(#425) Variable "strBadAnswerTitle" must be all lower-case
(#425) Variable "responseType" must be all lower-case
(#426) Variable "strBadAnswerText" must be all lower-case
(#426) Variable "responseType" must be all lower-case
(#427) Variable "strText" must be all lower-case
(#427) Variable "badAnswerResponse" must be all lower-case
(#427) Variable "badAnswerResponse" must be all lower-case
(#427) Variable "strBadAnswerText" must be all lower-case
(#428) Variable "strBadAnswerTitle" must be all lower-case
(#428) Variable "strText" must be all lower-case
(#428) Variable "hintText" must be all lower-case
(#428) Variable "responseType" must be all lower-case
(#428) Variable "gradeUpdateScript" must be all lower-case
(#428) Line exceeds maximum limit of 180 characters; contains 181 characters
(#432) Protected method name "mask_type::renderBodyText" must be in lower-case letters only
(#432) Expected 1 space after closing parenthesis; found 0
(#437) Protected method name "mask_type::getGradeUpdateScript" must be in lower-case letters only
(#437) Variable "updatedGrades" must be all lower-case
(#437) Expected 1 space after closing parenthesis; found 0
(#438) Variable "updatedGrades" must be all lower-case
(#440) Expected "if (...) {\n"; found "if (...){\n"
(#440) Variable "updatedGrades" must be all lower-case
(#443) Expected "} else if (...) {\n"; found "}\n else if (...){\n"
(#443) Expected "if (...) {\n"; found "if (...){\n"
(#443) Variable "updatedGrades" must be all lower-case
(#446) Expected "} else if (...) {\n"; found "}\n else if (...){\n"
(#446) Expected "if (...) {\n"; found "if (...){\n"
(#446) Variable "updatedGrades" must be all lower-case
(#449) Expected "} else if (...) {\n"; found "}\n else if (...){\n"
(#449) Expected "if (...) {\n"; found "if (...){\n"
(#449) Variable "updatedGrades" must be all lower-case
(#456) Protected method name "mask_type::haveData" must be in lower-case letters only
(#456) Expected 1 space after closing parenthesis; found 0
(#457) Variable "haveData" must be all lower-case
(#458) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#458) Space found after opening bracket of FOREACH loop
(#458) Space found before closing bracket of FOREACH loop
(#460) Variable "haveData" must be all lower-case
(#460) Variable "haveData" must be all lower-case
(#462) Variable "haveData" must be all lower-case
mod/masks/mask_type_basic.class.php
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Member variable "maskType" must be all lower-case
(#38) Member variable "dbInterface" must be all lower-case
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Public method name "mask_type_basic::onNewMask" must be in lower-case letters only
(#64) Variable "pageId" must be all lower-case
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "pageId" must be all lower-case
(#69) Public method name "mask_type_basic::onEditMask" must be in lower-case letters only
(#69) Variable "maskId" must be all lower-case
(#69) Variable "questionId" must be all lower-case
(#69) Variable "questionData" must be all lower-case
(#69) Expected 1 space after closing parenthesis; found 0
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Variable "maskId" must be all lower-case
(#71) Variable "questionId" must be all lower-case
(#71) Variable "questionData" must be all lower-case
(#74) Public method name "mask_type_basic::onClickMask" must be in lower-case letters only
(#74) Variable "questionId" must be all lower-case
(#74) Variable "questionData" must be all lower-case
(#74) Variable "hiddenFields" must be all lower-case
(#74) Variable "isLastQuestion" must be all lower-case
(#74) Expected 1 space after closing parenthesis; found 0
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Variable "updatedGrades" must be all lower-case
(#78) Variable "questionId" must be all lower-case
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Variable "gradeUpdateScript" must be all lower-case
(#81) Variable "updatedGrades" must be all lower-case
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Variable "questionData" must be all lower-case
(#84) Variable "questionData" must be all lower-case
(#84) Variable "gradeUpdateScript" must be all lower-case
(#84) Line exceeds 132 characters; contains 179 characters
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/mask_type_note.class.php
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Member variable "maskType" must be all lower-case
(#38) Member variable "dbInterface" must be all lower-case
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Public method name "mask_type_note::onNewMask" must be in lower-case letters only
(#63) Variable "pageId" must be all lower-case
(#63) Expected 1 space after closing parenthesis; found 0
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Variable "pageId" must be all lower-case
(#68) Public method name "mask_type_note::onEditMask" must be in lower-case letters only
(#68) Variable "maskId" must be all lower-case
(#68) Variable "questionId" must be all lower-case
(#68) Variable "questionData" must be all lower-case
(#68) Expected 1 space after closing parenthesis; found 0
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "maskId" must be all lower-case
(#70) Variable "questionId" must be all lower-case
(#70) Variable "questionData" must be all lower-case
(#73) Public method name "mask_type_note::onClickMask" must be in lower-case letters only
(#73) Variable "questionId" must be all lower-case
(#73) Variable "questionData" must be all lower-case
(#73) Variable "hiddenFields" must be all lower-case
(#73) Variable "isLastQuestion" must be all lower-case
(#73) Expected 1 space after closing parenthesis; found 0
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "questionId" must be all lower-case
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Variable "questionData" must be all lower-case
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/mask_type_qcm.class.php
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Member variable "maskType" must be all lower-case
(#38) Member variable "dbInterface" must be all lower-case
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Public method name "mask_type_qcm::onNewMask" must be in lower-case letters only
(#68) Variable "pageId" must be all lower-case
(#68) Expected 1 space after closing parenthesis; found 0
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "pageId" must be all lower-case
(#73) Public method name "mask_type_qcm::onEditMask" must be in lower-case letters only
(#73) Variable "maskId" must be all lower-case
(#73) Variable "questionId" must be all lower-case
(#73) Variable "questionData" must be all lower-case
(#73) Expected 1 space after closing parenthesis; found 0
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Variable "maskId" must be all lower-case
(#75) Variable "questionId" must be all lower-case
(#75) Variable "questionData" must be all lower-case
(#78) Public method name "mask_type_qcm::onClickMask" must be in lower-case letters only
(#78) Variable "questionId" must be all lower-case
(#78) Variable "questionData" must be all lower-case
(#78) Variable "hiddenFields" must be all lower-case
(#78) Variable "isLastQuestion" must be all lower-case
(#78) Expected 1 space after closing parenthesis; found 0
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Expected "for (...) {\n"; found "for (...){\n"
(#81) Space found before closing bracket of FOR loop
(#82) Variable "propName" must be all lower-case
(#83) Expected "if (...) {\n"; found "if (...){\n"
(#83) Variable "questionData" must be all lower-case
(#83) Variable "propName" must be all lower-case
(#83) Variable "questionData" must be all lower-case
(#83) Variable "propName" must be all lower-case
(#84) Variable "propName" must be all lower-case
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "choiceIndex" must be all lower-case
(#90) Expected "for (...) {\n"; found "for (...){\n"
(#91) Variable "choiceIndex" must be all lower-case
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Variable "questionId" must be all lower-case
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Expected "for (...) {\n"; found "for (...){\n"
(#103) Variable "choiceIndex" must be all lower-case
(#104) Variable "choiceIndex" must be all lower-case
(#104) Variable "choiceIndex" must be all lower-case
(#105) Variable "choiceIndex" must be all lower-case
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Expected "if (...) {\n"; found "if (...){\n"
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "answerHTML" must be all lower-case
(#114) Expected "for (...) {\n"; found "for (...){\n"
(#115) Variable "choiceIndex" must be all lower-case
(#116) Variable "answerField" must be all lower-case
(#117) Variable "questionData" must be all lower-case
(#117) Variable "answerField" must be all lower-case
(#118) Variable "answerHTML" must be all lower-case
(#119) Variable "answerHTML" must be all lower-case
(#119) Line exceeds 132 characters; contains 158 characters
(#120) Variable "answerHTML" must be all lower-case
(#121) Variable "answerHTML" must be all lower-case
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Variable "hintText" must be all lower-case
(#125) Variable "questionData" must be all lower-case
(#125) Variable "questionData" must be all lower-case
(#126) Variable "questionText" must be all lower-case
(#126) Variable "questionData" must be all lower-case
(#127) Variable "hintText" must be all lower-case
(#127) Variable "questionText" must be all lower-case
(#127) Variable "answerHTML" must be all lower-case
(#127) Variable "hiddenFields" must be all lower-case
(#127) Variable "questionId" must be all lower-case
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Variable "answerIsCorrect" must be all lower-case
(#134) Variable "choiceIndex" must be all lower-case
(#134) Variable "choiceIndex" must be all lower-case
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Variable "goodAnswerResponse" must be all lower-case
(#137) Variable "questionData" must be all lower-case
(#137) Variable "questionData" must be all lower-case
(#138) Variable "badAnswerResponse" must be all lower-case
(#138) Variable "questionData" must be all lower-case
(#138) Variable "questionData" must be all lower-case
(#139) Variable "hintText" must be all lower-case
(#139) Variable "questionData" must be all lower-case
(#139) Variable "questionData" must be all lower-case
(#140) Expected "if (...) {\n"; found "if (...){\n"
(#140) Variable "badAnswerResponse" must be all lower-case
(#141) Variable "badAnswerResponse" must be all lower-case
(#141) Variable "hintText" must be all lower-case
(#142) Variable "hintText" must be all lower-case
(#144) Variable "answerIsCorrect" must be all lower-case
(#144) Variable "goodAnswerResponse" must be all lower-case
(#144) Variable "badAnswerResponse" must be all lower-case
(#144) Variable "hintText" must be all lower-case
(#144) Variable "questionId" must be all lower-case
(#144) Variable "isLastQuestion" must be all lower-case
(#144) Line exceeds 132 characters; contains 166 characters
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Variable "answerIsCorrect" must be all lower-case
mod/masks/mask_type_qtxt.class.php
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Member variable "maskType" must be all lower-case
(#38) Member variable "dbInterface" must be all lower-case
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Public method name "mask_type_qtxt::onNewMask" must be in lower-case letters only
(#64) Variable "pageId" must be all lower-case
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "pageId" must be all lower-case
(#69) Public method name "mask_type_qtxt::onEditMask" must be in lower-case letters only
(#69) Variable "maskId" must be all lower-case
(#69) Variable "questionId" must be all lower-case
(#69) Variable "questionData" must be all lower-case
(#69) Expected 1 space after closing parenthesis; found 0
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Variable "maskId" must be all lower-case
(#71) Variable "questionId" must be all lower-case
(#71) Variable "questionData" must be all lower-case
(#74) Public method name "mask_type_qtxt::onClickMask" must be in lower-case letters only
(#74) Variable "questionId" must be all lower-case
(#74) Variable "questionData" must be all lower-case
(#74) Variable "hiddenFields" must be all lower-case
(#74) Variable "isLastQuestion" must be all lower-case
(#74) Expected 1 space after closing parenthesis; found 0
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Expected "if (...) {\n"; found "if (...){\n"
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "formWriter" must be all lower-case
(#84) Variable "formWriter" must be all lower-case
(#85) Variable "answerHTML" must be all lower-case
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "hintText" must be all lower-case
(#89) Variable "questionData" must be all lower-case
(#89) Variable "questionData" must be all lower-case
(#90) Variable "questionText" must be all lower-case
(#90) Variable "questionData" must be all lower-case
(#91) Variable "hintText" must be all lower-case
(#91) Variable "questionText" must be all lower-case
(#91) Variable "answerHTML" must be all lower-case
(#91) Variable "hiddenFields" must be all lower-case
(#91) Variable "questionId" must be all lower-case
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Variable "rawAnswers" must be all lower-case
(#97) Variable "questionData" must be all lower-case
(#98) Variable "rawAnswers" must be all lower-case
(#98) Variable "rawAnswers" must be all lower-case
(#99) Variable "rawAnswers" must be all lower-case
(#99) Variable "rawAnswers" must be all lower-case
(#100) Variable "rawAnswers" must be all lower-case
(#100) Variable "rawAnswers" must be all lower-case
(#101) Variable "rawAnswers" must be all lower-case
(#101) Variable "rawAnswers" must be all lower-case
(#102) Variable "rawAnswers" must be all lower-case
(#102) Variable "rawAnswers" must be all lower-case
(#103) Variable "rawAnswers" must be all lower-case
(#103) Variable "rawAnswers" must be all lower-case
(#104) Variable "rawAnswers" must be all lower-case
(#104) Variable "rawAnswers" must be all lower-case
(#105) Variable "rawAnswers" must be all lower-case
(#105) Variable "rawAnswers" must be all lower-case
(#106) Variable "rawAnswers" must be all lower-case
(#106) Variable "rawAnswers" must be all lower-case
(#107) Variable "rawAnswers" must be all lower-case
(#107) Variable "rawAnswers" must be all lower-case
(#108) Variable "rawAnswers" must be all lower-case
(#108) Variable "rawAnswers" must be all lower-case
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Variable "rawAnswers" must be all lower-case
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "answerIsCorrect" must be all lower-case
(#120) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#120) Space found after opening bracket of FOREACH loop
(#120) Space found before closing bracket of FOREACH loop
(#121) Variable "answerIsCorrect" must be all lower-case
(#121) Variable "answerIsCorrect" must be all lower-case
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Variable "goodAnswerResponse" must be all lower-case
(#125) Variable "questionData" must be all lower-case
(#125) Variable "questionData" must be all lower-case
(#126) Variable "badAnswerResponse" must be all lower-case
(#126) Variable "questionData" must be all lower-case
(#126) Variable "questionData" must be all lower-case
(#127) Variable "hintText" must be all lower-case
(#127) Variable "questionData" must be all lower-case
(#127) Variable "questionData" must be all lower-case
(#128) Expected "if (...) {\n"; found "if (...){\n"
(#128) Variable "badAnswerResponse" must be all lower-case
(#129) Variable "badAnswerResponse" must be all lower-case
(#129) Variable "hintText" must be all lower-case
(#130) Variable "hintText" must be all lower-case
(#132) Variable "answerIsCorrect" must be all lower-case
(#132) Variable "goodAnswerResponse" must be all lower-case
(#132) Variable "badAnswerResponse" must be all lower-case
(#132) Variable "hintText" must be all lower-case
(#132) Variable "questionId" must be all lower-case
(#132) Variable "isLastQuestion" must be all lower-case
(#132) Line exceeds 132 characters; contains 166 characters
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Variable "answerIsCorrect" must be all lower-case
mod/masks/mask_types_manager.class.php
(#37) Member variable "defaultTypes" must be all lower-case
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Private method name "mask_types_manager::populateTypeList" must be in lower-case letters only
(#42) Expected 1 space after closing parenthesis; found 0
(#43) Expected "if (...) {\n"; found "if (...){\n"
(#50) Variable "defaultTypes" must be all lower-case
(#54) Expected "if (...) {\n"; found "if (...){\n"
(#54) Variable "defaultTypes" must be all lower-case
(#54) Variable "defaultTypes" must be all lower-case
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Public method name "mask_types_manager::getTypeNames" must be in lower-case letters only
(#67) Expected 1 space after closing parenthesis; found 0
(#75) Public method name "mask_types_manager::getDefaultTypeNames" must be in lower-case letters only
(#75) Expected 1 space after closing parenthesis; found 0
(#77) Variable "defaultTypes" must be all lower-case
(#84) Public method name "mask_types_manager::getTypeHandler" must be in lower-case letters only
(#84) Variable "typeName" must be all lower-case
(#84) Expected 1 space after closing parenthesis; found 0
(#86) Variable "typeName" must be all lower-case
(#86) Variable "typeName" must be all lower-case
(#93) Public method name "mask_types_manager::getTypeFamily" must be in lower-case letters only
(#93) Variable "typeName" must be all lower-case
(#93) Expected 1 space after closing parenthesis; found 0
(#94) Variable "typeName" must be all lower-case
mod/masks/mod_form.php
(#28) "require_once" must be immediately followed by an open parenthesis
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Private method name "mod_masks_mod_form::addTextField" must be in lower-case letters only
(#40) Variable "fieldName" must be all lower-case
(#40) Variable "defaultValue" must be all lower-case
(#40) Variable "locaPrefix" must be all lower-case
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Variable "strFieldName" must be all lower-case
(#41) Variable "locaPrefix" must be all lower-case
(#41) Variable "fieldName" must be all lower-case
(#43) Variable "fieldName" must be all lower-case
(#43) Variable "strFieldName" must be all lower-case
(#44) Variable "fieldName" must be all lower-case
(#45) Variable "fieldName" must be all lower-case
(#46) Variable "fieldName" must be all lower-case
(#47) Expected "if (...) {\n"; found "if (...){\n"
(#47) Variable "defaultValue" must be all lower-case
(#48) Variable "fieldName" must be all lower-case
(#48) Variable "defaultValue" must be all lower-case
(#52) Private method name "mod_masks_mod_form::addCheckbox" must be in lower-case letters only
(#52) Variable "fieldName" must be all lower-case
(#52) Variable "defaultValue" must be all lower-case
(#52) Variable "locaPrefix" must be all lower-case
(#52) Expected 1 space after closing parenthesis; found 0
(#53) Variable "strFieldName" must be all lower-case
(#53) Variable "locaPrefix" must be all lower-case
(#53) Variable "fieldName" must be all lower-case
(#55) Variable "fieldName" must be all lower-case
(#55) Variable "strFieldName" must be all lower-case
(#56) Variable "fieldName" must be all lower-case
(#57) Expected "if (...) {\n"; found "if (...){\n"
(#57) Variable "defaultValue" must be all lower-case
(#58) Variable "fieldName" must be all lower-case
(#58) Variable "defaultValue" must be all lower-case
(#62) Private method name "mod_masks_mod_form::addSelect" must be in lower-case letters only
(#62) Variable "fieldName" must be all lower-case
(#62) Variable "defaultValue" must be all lower-case
(#62) Variable "locaPrefix" must be all lower-case
(#62) Expected 1 space after closing parenthesis; found 0
(#63) Variable "strFieldName" must be all lower-case
(#63) Variable "locaPrefix" must be all lower-case
(#63) Variable "fieldName" must be all lower-case
(#65) Variable "fieldName" must be all lower-case
(#65) Variable "strFieldName" must be all lower-case
(#66) Variable "fieldName" must be all lower-case
(#67) Expected "if (...) {\n"; found "if (...){\n"
(#67) Variable "defaultValue" must be all lower-case
(#68) Variable "fieldName" must be all lower-case
(#68) Variable "defaultValue" must be all lower-case
(#72) Visibility must be declared on method "definition"
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "moduleConfig" must be all lower-case
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "maskEditOptions" must be all lower-case
(#91) Variable "maskEditOptions" must be all lower-case
(#91) Variable "moduleConfig" must be all lower-case
(#92) Variable "typeNames" must be all lower-case
(#93) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#93) Variable "typeNames" must be all lower-case
(#93) Variable "typeName" must be all lower-case
(#94) Variable "configElement" must be all lower-case
(#94) Variable "typeName" must be all lower-case
(#95) Variable "configElement" must be all lower-case
(#95) Variable "moduleConfig" must be all lower-case
(#95) Variable "configElement" must be all lower-case
(#97) Variable "moduleConfig" must be all lower-case
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Visibility must be declared on method "validation"
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Visibility must be declared on method "set_data"
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Expected "if (...) {\n"; found "if (...){\n"
(#113) Variable "decodedConfig" must be all lower-case
(#114) Expected "if (...) {\n"; found "if (...){\n"
(#114) Variable "decodedConfig" must be all lower-case
(#115) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#115) Space found after opening bracket of FOREACH loop
(#115) Space found before closing bracket of FOREACH loop
(#115) Variable "decodedConfig" must be all lower-case
(#124) Visibility must be declared on method "get_data"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "configData" must be all lower-case
(#133) Variable "configData" must be all lower-case
(#133) Expected 1 space before "?"; 0 found
(#133) Expected 1 space before ":"; 0 found
(#134) Variable "configData" must be all lower-case
(#134) Expected 1 space before "?"; 0 found
(#134) Expected 1 space before ":"; 0 found
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "typeNames" must be all lower-case
(#139) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#139) Space found after opening bracket of FOREACH loop
(#139) Space found before closing bracket of FOREACH loop
(#139) Variable "typeNames" must be all lower-case
(#139) Variable "typeName" must be all lower-case
(#140) Variable "typeName" must be all lower-case
(#141) Variable "configData" must be all lower-case
(#141) Expected 1 space before "?"; 0 found
(#141) Expected 1 space before ":"; 0 found
(#143) Variable "configData" must be all lower-case
mod/masks/renderer.php
(#36) Public method name "mod_masks_renderer::renderTeacherView" must be in lower-case letters only
(#36) Variable "docData" must be all lower-case
(#36) Variable "navData" must be all lower-case
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Variable "docData" must be all lower-case
(#45) Variable "navData" must be all lower-case
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "stralertMsg" must be all lower-case
(#50) Variable "stralertMsg" must be all lower-case
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "docData" must be all lower-case
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Public method name "mod_masks_renderer::renderStudentView" must be in lower-case letters only
(#70) Variable "docData" must be all lower-case
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "docData" must be all lower-case
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Variable "docData" must be all lower-case
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Public method name "mod_masks_renderer::renderNotReadyMessage" must be in lower-case letters only
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "strNotification" must be all lower-case
(#108) Variable "strNotification" must be all lower-case
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Private method name "mod_masks_renderer::openPage" must be in lower-case letters only
(#118) Expected 1 space after closing parenthesis; found 0
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Variable "rootClasses" must be all lower-case
(#123) Variable "rootClasses" must be all lower-case
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Private method name "mod_masks_renderer::closePage" must be in lower-case letters only
(#143) Expected 1 space after closing parenthesis; found 0
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Private method name "mod_masks_renderer::openHeader" must be in lower-case letters only
(#156) Expected 1 space after closing parenthesis; found 0
(#162) Private method name "mod_masks_renderer::closeHeader" must be in lower-case letters only
(#162) Expected 1 space after closing parenthesis; found 0
(#168) Private method name "mod_masks_renderer::renderPageNavWidget" must be in lower-case letters only
(#168) Variable "numPages" must be all lower-case
(#168) Expected 1 space after closing parenthesis; found 0
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Expected "if (...) {\n"; found "if(...){\n"
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Expected "for (...) {\n"; found "for(...){\n"
(#182) Space found after opening bracket of FOR loop
(#182) Space found before closing bracket of FOR loop
(#182) Variable "numPages" must be all lower-case
(#184) Variable "pageName" must be all lower-case
(#184) Expected 1 space before "+"; 0 found
(#184) Expected 1 space after "+"; 0 found
(#185) Variable "pageName" must be all lower-case
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#194) Expected "if (...) {\n"; found "if(...) {\n"
(#194) Expected 1 space before "!="; 0 found
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Expected "} else {\n"; found "}else{\n"
(#204) Variable "pageName" must be all lower-case
(#204) Expected 1 space before "+"; 0 found
(#204) Expected 1 space after "+"; 0 found
(#205) Variable "pageName" must be all lower-case
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Private method name "mod_masks_renderer::renderMenuBar" must be in lower-case letters only
(#221) Variable "docData" must be all lower-case
(#221) Variable "includeTeacherOptions" must be all lower-case
(#221) Variable "navData" must be all lower-case
(#221) Expected 1 space after closing parenthesis; found 0
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Variable "menuBarAttributes" must be all lower-case
(#231) Expected "if (...) {\n"; found "if(...){\n"
(#231) Variable "includeTeacherOptions" must be all lower-case
(#232) Variable "menuBarAttributes" must be all lower-case
(#234) Variable "menuBarAttributes" must be all lower-case
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Expected "if (...) {\n"; found "if (...){\n"
(#240) Variable "includeTeacherOptions" must be all lower-case
(#241) Variable "strAddMaskMenu" must be all lower-case
(#242) Variable "spanAddMaskMenu" must be all lower-case
(#242) Variable "strAddMaskMenu" must be all lower-case
(#243) Variable "spanAddMaskMenu" must be all lower-case
(#245) Variable "typeNames" must be all lower-case
(#246) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#246) Variable "typeNames" must be all lower-case
(#246) Variable "typeName" must be all lower-case
(#247) Variable "configFieldName" must be all lower-case
(#247) Variable "typeName" must be all lower-case
(#248) Expected "if (...) {\n"; found "if (...){\n"
(#248) Variable "configFieldName" must be all lower-case
(#248) Variable "configFieldName" must be all lower-case
(#251) Variable "typeName" must be all lower-case
(#253) Variable "typeName" must be all lower-case
(#256) Expected "} else {\n"; found "}else{ // if student, add grade and completion container\n"
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Variable "correctAnswersStr" must be all lower-case
(#261) Variable "correctAnswersStr" must be all lower-case
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Variable "questionRemainingStr" must be all lower-case
(#267) Variable "questionRemainingStr" must be all lower-case
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Variable "congratulationStr" must be all lower-case
(#273) Variable "congratulationStr" must be all lower-case
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Expected "if (...) {\n"; found "if (...){\n"
(#280) Variable "includeTeacherOptions" must be all lower-case
(#282) Variable "saveIcon" must be all lower-case
(#283) Variable "saveIcon" must be all lower-case
(#283) Line exceeds 132 characters; contains 137 characters
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Expected "if (...) {\n"; found "if (...){\n"
(#295) Variable "includeTeacherOptions" must be all lower-case
(#299) Variable "rightIcon" must be all lower-case
(#300) Variable "rightIcon" must be all lower-case
(#301) Variable "leftIcon" must be all lower-case
(#302) Variable "leftIcon" must be all lower-case
(#303) Variable "retrieveIcon" must be all lower-case
(#304) Variable "retrieveIcon" must be all lower-case
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Expected "if (...) {\n"; found "if (...){\n"
(#314) Variable "includeTeacherOptions" must be all lower-case
(#315) Variable "navData" must be all lower-case
(#317) Variable "docData" must be all lower-case
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Private method name "mod_masks_renderer::renderPageName" must be in lower-case letters only
(#329) Variable "pageNumber" must be all lower-case
(#329) Variable "pageNameId" must be all lower-case
(#329) Expected 1 space after closing parenthesis; found 0
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Variable "strPage" must be all lower-case
(#333) Variable "pageNameId" must be all lower-case
(#337) Variable "strPage" must be all lower-case
(#338) Variable "pageNumber" must be all lower-case
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Private method name "mod_masks_renderer::openBody" must be in lower-case letters only
(#349) Expected 1 space after closing parenthesis; found 0
(#355) Private method name "mod_masks_renderer::closeBody" must be in lower-case letters only
(#355) Expected 1 space after closing parenthesis; found 0
(#361) Private method name "mod_masks_renderer::renderPageView" must be in lower-case letters only
(#361) Variable "docData" must be all lower-case
(#361) Variable "includeTeacherOptions" must be all lower-case
(#361) Expected 1 space after closing parenthesis; found 0
(#362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Variable "pageWidth" must be all lower-case
(#364) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#364) Space found after opening bracket of FOREACH loop
(#364) Space found before closing bracket of FOREACH loop
(#364) Variable "docData" must be all lower-case
(#365) Variable "pageWidth" must be all lower-case
(#365) Variable "pageWidth" must be all lower-case
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Variable "pageWidth" must be all lower-case
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) Variable "includeTeacherOptions" must be all lower-case
(#386) Private method name "mod_masks_renderer::renderContextMenu" must be in lower-case letters only
(#386) Variable "includeTeacherOptions" must be all lower-case
(#386) Expected 1 space after closing parenthesis; found 0
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Expected "if (...) {\n"; found "if (...){\n"
(#391) Variable "includeTeacherOptions" must be all lower-case
(#395) Inline comments must start with a capital letter, digit or 3-dots sequence
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Inline comments must start with a capital letter, digit or 3-dots sequence
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Variable "editIcon" must be all lower-case
(#402) Variable "editIcon" must be all lower-case
(#407) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#408) Variable "styleSetForMaskFamily" must be all lower-case
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#412) Space found after opening bracket of FOREACH loop
(#412) Space found before closing bracket of FOREACH loop
(#412) Variable "styleSetForMaskFamily" must be all lower-case
(#412) Variable "styleId" must be all lower-case
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Expected "if (...) {\n"; found "if (...){\n"
(#414) Variable "styleId" must be all lower-case
(#418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Variable "styleId" must be all lower-case
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) Private method name "mod_masks_renderer::renderCircleValue" must be in lower-case letters only
(#432) Expected 1 space after closing parenthesis; found 0
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Private method name "mod_masks_renderer::openMenuBarGroup" must be in lower-case letters only
(#447) Variable "groupId" must be all lower-case
(#447) Expected 1 space after closing parenthesis; found 0
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Variable "groupId" must be all lower-case
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Variable "strTitle" must be all lower-case
(#454) Variable "groupId" must be all lower-case
(#454) Variable "groupId" must be all lower-case
(#455) Expected "if (...) {\n"; found "if (...){\n"
(#455) Variable "strTitle" must be all lower-case
(#456) Variable "strTitle" must be all lower-case
(#462) Private method name "mod_masks_renderer::closeMenuBarGroup" must be in lower-case letters only
(#462) Expected 1 space after closing parenthesis; found 0
(#466) Private method name "mod_masks_renderer::renderActionButton" must be in lower-case letters only
(#466) Variable "clickAction" must be all lower-case
(#466) Expected 1 space after closing parenthesis; found 0
(#470) Variable "strButtonText" must be all lower-case
(#470) Variable "clickAction" must be all lower-case
(#471) Variable "clickAction" must be all lower-case
(#475) Variable "strButtonText" must be all lower-case
(#481) Private method name "mod_masks_renderer::renderToggleButton" must be in lower-case letters only
(#481) Variable "toggleName" must be all lower-case
(#481) Expected 1 space after closing parenthesis; found 0
(#485) Variable "strButtonText" must be all lower-case
(#485) Variable "toggleName" must be all lower-case
(#488) Variable "toggleName" must be all lower-case
(#489) Variable "toggleName" must be all lower-case
(#492) Line exceeds 132 characters; contains 143 characters
(#493) Line exceeds 132 characters; contains 141 characters
(#494) Variable "strButtonText" must be all lower-case
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Private method name "mod_masks_renderer::openMenuFromButton" must be in lower-case letters only
(#503) Variable "menuName" must be all lower-case
(#503) Variable "buttonContent" must be all lower-case
(#503) Expected 1 space after closing parenthesis; found 0
(#507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#508) Variable "menuName" must be all lower-case
(#510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Variable "menuName" must be all lower-case
(#511) Line exceeds 132 characters; contains 141 characters
(#512) Variable "buttonContent" must be all lower-case
(#516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#516) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Variable "menuName" must be all lower-case
(#522) Private method name "mod_masks_renderer::openMenuFromIcon" must be in lower-case letters only
(#522) Variable "menuName" must be all lower-case
(#522) Expected 1 space after closing parenthesis; found 0
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Variable "menuName" must be all lower-case
(#529) Inline comments must start with a capital letter, digit or 3-dots sequence
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) Variable "menuName" must be all lower-case
(#534) Inline comments must start with a capital letter, digit or 3-dots sequence
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Variable "menuName" must be all lower-case
(#540) Private method name "mod_masks_renderer::closeMenu" must be in lower-case letters only
(#540) Expected 1 space after closing parenthesis; found 0
(#543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#546) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) Private method name "mod_masks_renderer::renderMenuEntry" must be in lower-case letters only
(#552) Expected 1 space after closing parenthesis; found 0
(#562) Private method name "mod_masks_renderer::renderActionMenuEntry" must be in lower-case letters only
(#562) Variable "clickAction" must be all lower-case
(#562) Variable "menuIcon" must be all lower-case
(#562) Variable "extraAttributes" must be all lower-case
(#562) Expected 1 space after closing parenthesis; found 0
(#566) Variable "strMenuTextId" must be all lower-case
(#566) Variable "clickAction" must be all lower-case
(#567) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#567) Space found after opening bracket of FOREACH loop
(#567) Space found before closing bracket of FOREACH loop
(#567) Variable "extraAttributes" must be all lower-case
(#567) Variable "attribValue" must be all lower-case
(#568) Variable "strMenuTextId" must be all lower-case
(#568) Variable "attribValue" must be all lower-case
(#570) Variable "strMenuText" must be all lower-case
(#570) Variable "strMenuTextId" must be all lower-case
(#571) Variable "extraAttributes" must be all lower-case
(#572) Variable "clickAction" must be all lower-case
(#576) Variable "menuIcon" must be all lower-case
(#577) Variable "strMenuText" must be all lower-case
(#583) Private method name "mod_masks_renderer::renderStyleMenuEntry" must be in lower-case letters only
(#583) Expected 1 space after closing parenthesis; found 0
(#600) Private method name "mod_masks_renderer::renderStyleContextMenuEntry" must be in lower-case letters only
(#600) Variable "familyName" must be all lower-case
(#600) Expected 1 space after closing parenthesis; found 0
(#604) Variable "familyName" must be all lower-case
(#607) Variable "familyName" must be all lower-case
(#607) Variable "familyName" must be all lower-case
(#617) Private method name "mod_masks_renderer::renderToggleMenuEntry" must be in lower-case letters only
(#617) Variable "toggleName" must be all lower-case
(#617) Expected 1 space after closing parenthesis; found 0
(#621) Variable "strMenuText" must be all lower-case
(#621) Variable "toggleName" must be all lower-case
(#624) Variable "toggleName" must be all lower-case
(#625) Variable "toggleName" must be all lower-case
(#628) Line exceeds 132 characters; contains 150 characters
(#629) Line exceeds 132 characters; contains 148 characters
(#630) Variable "strMenuText" must be all lower-case
mod/masks/settings.php
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Variable "maskEditOptions" must be all lower-case
(#52) Variable "maskEditOptions" must be all lower-case
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Variable "typeNames" must be all lower-case
(#56) Variable "defaultTypes" must be all lower-case
(#57) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#57) Variable "typeNames" must be all lower-case
(#57) Variable "typeName" must be all lower-case
(#58) Variable "defaultValue" must be all lower-case
(#58) Variable "typeName" must be all lower-case
(#58) Variable "defaultTypes" must be all lower-case
(#58) Expected 1 space before "?"; 0 found
(#58) Expected 1 space before ":"; 0 found
(#59) Variable "typeName" must be all lower-case
(#59) Variable "defaultValue" must be all lower-case
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/settings_injector.class.php
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Expected 1 space after closing parenthesis; found 0
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Visibility must be declared on method "addheading"
(#42) Expected 1 space after closing parenthesis; found 0
(#43) Line exceeds 132 characters; contains 146 characters
(#47) Visibility must be declared on method "addsetting"
(#47) Expected 1 space after closing parenthesis; found 0
(#50) This comment is 64% valid code; is this commented out code?
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/upload_policies.class.php
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#77) Public method name "upload_policies::initDocument" must be in lower-case letters only
(#77) Variable "fileName" must be all lower-case
(#77) Variable "pageCount" must be all lower-case
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "docId" must be all lower-case
(#79) Variable "fileName" must be all lower-case
(#79) Variable "pageCount" must be all lower-case
(#80) Variable "docId" must be all lower-case
(#81) Variable "docId" must be all lower-case
(#90) Public method name "upload_policies::storePageImage" must be in lower-case letters only
(#90) Variable "pageNumber" must be all lower-case
(#90) Variable "pageFileName" must be all lower-case
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Variable "pageFileName" must be all lower-case
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Variable "docPageId" must be all lower-case
(#95) Variable "pageNumber" must be all lower-case
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Variable "fileRecord" must be all lower-case
(#103) Variable "docPageId" must be all lower-case
(#105) Variable "pageFileName" must be all lower-case
(#107) Variable "fileRecord" must be all lower-case
(#107) Variable "pageFileName" must be all lower-case
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Variable "docPageId" must be all lower-case
(#110) Variable "fileRecord" must be all lower-case
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "pageNumber" must be all lower-case
(#113) Variable "docPageId" must be all lower-case
(#121) Public method name "upload_policies::finaliseUpload" must be in lower-case letters only
(#121) Expected 1 space after closing parenthesis; found 0
(#131) Public method name "upload_policies::docHasChanged" must be in lower-case letters only
(#131) Expected 1 space after closing parenthesis; found 0
(#149) Public method name "upload_policies::getWorkFolderName" must be in lower-case letters only
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Expected "if (...) {\n"; found "if (...){\n"
(#162) Private method name "upload_policies::outputCSSRules" must be in lower-case letters only
(#162) Expected 1 space after closing parenthesis; found 0
(#171) Public method name "upload_policies::logProgressTitle" must be in lower-case letters only
(#171) Expected 1 space after closing parenthesis; found 0
(#176) Public method name "upload_policies::logProgressHeading" must be in lower-case letters only
(#176) Expected 1 space after closing parenthesis; found 0
(#181) Public method name "upload_policies::logProgress" must be in lower-case letters only
(#181) Expected 1 space after closing parenthesis; found 0
(#186) Public method name "upload_policies::logWarning" must be in lower-case letters only
(#186) Expected 1 space after closing parenthesis; found 0
(#196) Private method name "upload_policies::delTree" must be in lower-case letters only
(#199) Expected "if (...) {\n"; found "if (...){\n"
(#208) Private method name "upload_policies::newTempDir" must be in lower-case letters only
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Variable "tempName" must be all lower-case
(#211) Variable "tempName" must be all lower-case
(#212) Variable "tempName" must be all lower-case
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Variable "tempName" must be all lower-case
(#217) Expected "if (...) {\n"; found "if (...){\n"
(#217) Variable "tempName" must be all lower-case
(#221) Variable "tempName" must be all lower-case
(#229) Private method name "upload_policies::getPageImageSize" must be in lower-case letters only
(#229) Variable "fileName" must be all lower-case
(#229) Expected 1 space after closing parenthesis; found 0
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Variable "fileName" must be all lower-case
(#236) Expected "while (...) {\n"; found "while(...){\n"
(#239) Line exceeds 132 characters; contains 163 characters
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Expected "if (...) {\n"; found "if (...){\n"
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Expected "if (...) {\n"; found "if (...){\n"
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Variable "fileName" must be all lower-case
(#248) Line exceeds 132 characters; contains 147 characters
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) Variable "fileName" must be all lower-case
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Member variable "workFolder" must be all lower-case
(#267) Member variable "databaseInterface" must be all lower-case
(#268) Member variable "docId" must be all lower-case
(#269) Member variable "pageIds" must be all lower-case
(#270) Member variable "haveChangedDoc" must be all lower-case
mod/masks/upload_processor.class.php
(#41) Expected 1 space after closing parenthesis; found 0
(#56) Variable "fileData" must be all lower-case
(#56) Expected 1 space after closing parenthesis; found 0
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "fileData" must be all lower-case
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "workPath" must be all lower-case
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "pdfName" must be all lower-case
(#69) Variable "pdfFile" must be all lower-case
(#69) Variable "workPath" must be all lower-case
(#69) Variable "pdfName" must be all lower-case
(#70) Variable "uploadLocation" must be all lower-case
(#70) Variable "fileData" must be all lower-case
(#71) Variable "uploadLocation" must be all lower-case
(#71) Variable "pdfFile" must be all lower-case
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Variable "cmdLine" must be all lower-case
(#77) Variable "cmdLine" must be all lower-case
(#77) Variable "pdfFile" must be all lower-case
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "pageFiles" must be all lower-case
(#82) Variable "workPath" must be all lower-case
(#82) Variable "pdfName" must be all lower-case
(#83) Expected "if (...) {\n"; found "if (...){\n"
(#83) Variable "pageFiles" must be all lower-case
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "fileData" must be all lower-case
(#90) Variable "pageFiles" must be all lower-case
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#94) Space found after opening bracket of FOREACH loop
(#94) Space found before closing bracket of FOREACH loop
(#94) Variable "pageFiles" must be all lower-case
(#94) Variable "pageFile" must be all lower-case
(#95) Variable "pageFile" must be all lower-case
(#96) Variable "pageNum" must be all lower-case
(#97) Variable "pageNum" must be all lower-case
(#98) Variable "pageId" must be all lower-case
(#98) Variable "pageNum" must be all lower-case
(#98) Variable "workPath" must be all lower-case
(#98) Variable "pageFile" must be all lower-case
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Public method name "upload_processor::docHasChanged" must be in lower-case letters only
(#111) Expected 1 space after closing parenthesis; found 0
(#120) Public method name "upload_processor::testFileConvertionTool" must be in lower-case letters only
(#120) Expected 1 space after closing parenthesis; found 0
(#121) Variable "cmdLine" must be all lower-case
(#122) Expected "if (...) {\n"; found "if(...){\n"
(#122) Variable "cmdLine" must be all lower-case
(#124) Expected "} else {\n"; found "}else{\n"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Variable "workPath" must be all lower-case
(#128) Variable "cmdLine" must be all lower-case
(#130) Variable "workPath" must be all lower-case
(#130) Variable "workPath" must be all lower-case
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
mod/masks/version.php
(#31) Line exceeds 132 characters; contains 133 characters
mod/masks/view.php
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) This comment is 59% valid code; is this commented out code?
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Variable "docPage" must be all lower-case
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Expected 1 space after "="; 2 found
(#76) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) 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
(#106) Variable "docData" must be all lower-case
(#107) Variable "isTeacher" must be all lower-case
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Variable "maskData" must be all lower-case
(#109) Variable "isTeacher" must be all lower-case
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Expected "if (...) {\n"; found "if (...){\n"
(#119) Variable "isTeacher" must be all lower-case
(#120) Variable "navPages" must be all lower-case
(#121) Variable "pageBody" must be all lower-case
(#121) Variable "docData" must be all lower-case
(#121) Variable "navPages" must be all lower-case
(#122) Expected "} else {\n"; found "}else{\n"
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Variable "cleanerDocPages" must be all lower-case
(#125) Variable "docPageIndex" must be all lower-case
(#126) Expected "for (...) {\n"; found "for (...){\n"
(#126) Variable "docData" must be all lower-case
(#127) Variable "docPageIndex" must be all lower-case
(#127) Variable "docData" must be all lower-case
(#127) Variable "docData" must be all lower-case
(#128) Expected "if (...) {\n"; found "if (...){\n"
(#128) Variable "docData" must be all lower-case
(#129) Variable "cleanerDocPages" must be all lower-case
(#129) Variable "docData" must be all lower-case
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Variable "maskCount" must be all lower-case
(#134) Variable "cleanerMaskPages" must be all lower-case
(#135) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#135) Space found after opening bracket of FOREACH loop
(#135) Space found before closing bracket of FOREACH loop
(#135) Variable "maskData" must be all lower-case
(#135) AS keyword must be lowercase; expected "as" but found "AS"
(#135) Variable "pageId" must be all lower-case
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected "if (...) {\n"; found "if (...){\n"
(#137) Variable "docPageIndex" must be all lower-case
(#137) Variable "pageId" must be all lower-case
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Variable "cleanerMaskPages" must be all lower-case
(#139) Variable "pageId" must be all lower-case
(#140) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#140) Space found after opening bracket of FOREACH loop
(#140) Space found before closing bracket of FOREACH loop
(#140) AS keyword must be lowercase; expected "as" but found "AS"
(#141) Expected "if (...) {\n"; found "if (...){\n"
(#142) Variable "cleanerMaskPages" must be all lower-case
(#142) Variable "pageId" must be all lower-case
(#143) Variable "maskCount" must be all lower-case
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Variable "maskData" must be all lower-case
(#150) Variable "cleanerMaskPages" must be all lower-case
(#151) Variable "maskData" must be all lower-case
(#151) Variable "maskCount" must be all lower-case
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Variable "docData" must be all lower-case
(#153) Variable "cleanerDocPages" must be all lower-case
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Variable "pageBody" must be all lower-case
(#156) Variable "docData" must be all lower-case
(#156) Expected 1 space after "?"; newline found
(#157) Variable "docData" must be all lower-case
(#157) Expected 1 space after ":"; newline found
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Variable "jsPagesScript" must be all lower-case
(#165) Variable "docData" must be all lower-case
(#166) Variable "jsMasksScript" must be all lower-case
(#166) Variable "maskData" must be all lower-case
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "showGhosts" must be all lower-case
(#172) Variable "stateType" must be all lower-case
(#172) Variable "isTeacher" must be all lower-case
(#173) Variable "rawScript" must be all lower-case
(#174) Variable "rawScript" must be all lower-case
(#174) Variable "stateType" must be all lower-case
(#175) Variable "rawScript" must be all lower-case
(#194) Variable "jsStateScript" must be all lower-case
(#194) Variable "rawScript" must be all lower-case
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Variable "frameUrls" must be all lower-case
(#203) Variable "frameUrls" must be all lower-case
(#204) Variable "frameUrls" must be all lower-case
(#205) Variable "frameUrls" must be all lower-case
(#205) Variable "frameUrls" must be all lower-case
(#206) Variable "frameUrls" must be all lower-case
(#207) Variable "frameUrls" must be all lower-case
(#208) Variable "frameUrls" must be all lower-case
(#209) Variable "frameUrls" must be all lower-case
(#210) Variable "rawScript" must be all lower-case
(#210) Variable "frameUrls" must be all lower-case
(#211) Variable "jsFramesScript" must be all lower-case
(#211) Variable "rawScript" must be all lower-case
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Variable "jsStateScript" must be all lower-case
(#220) Variable "jsFramesScript" must be all lower-case
(#221) Variable "jsPagesScript" must be all lower-case
(#222) Variable "jsMasksScript" must be all lower-case
(#224) Variable "pageBody" must be all lower-case

Javascript coding style problems

(22 errors, 26 warnings)

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

mod/masks/module.js
(#175) Trailing spaces not allowed. (no-trailing-spaces)
(#226) Unexpected console statement. (no-console)
(#238) Line 238 exceeds the maximum line length of 132. (max-len)
(#239) Trailing spaces not allowed. (no-trailing-spaces)
(#252) Trailing spaces not allowed. (no-trailing-spaces)
(#260) Trailing spaces not allowed. (no-trailing-spaces)
(#268) Trailing spaces not allowed. (no-trailing-spaces)
(#317) Line 317 exceeds the maximum line length of 132. (max-len)
(#352) Line 352 exceeds the maximum line length of 132. (max-len)
(#426) Unexpected console statement. (no-console)
(#567) Line 567 exceeds the maximum line length of 132. (max-len)
(#684) Unexpected console statement. (no-console)
(#723) Trailing spaces not allowed. (no-trailing-spaces)
(#729) Trailing spaces not allowed. (no-trailing-spaces)
(#1143) 'pageNum' used outside of binding context. (block-scoped-var)
(#1144) 'page' used outside of binding context. (block-scoped-var)
(#1144) 'pageNum' used outside of binding context. (block-scoped-var)
(#1145) 'isHidden' used outside of binding context. (block-scoped-var)
(#1145) 'page' used outside of binding context. (block-scoped-var)
(#1146) 'pageNum' used outside of binding context. (block-scoped-var)
(#1148) 'isHidden' used outside of binding context. (block-scoped-var)
(#1151) 'pageNum' used outside of binding context. (block-scoped-var)
(#1152) 'newNode' used outside of binding context. (block-scoped-var)
(#1153) 'newNode' used outside of binding context. (block-scoped-var)
(#1156) 'pageNum' used outside of binding context. (block-scoped-var)
(#1156) 'pageNum' is already defined. (no-redeclare)
(#1157) 'page' is already defined. (no-redeclare)
(#1157) 'page' used outside of binding context. (block-scoped-var)
(#1157) 'pageNum' used outside of binding context. (block-scoped-var)
(#1158) 'isHidden' is already defined. (no-redeclare)
(#1158) 'isHidden' used outside of binding context. (block-scoped-var)
(#1158) 'page' used outside of binding context. (block-scoped-var)
(#1159) 'pageNum' used outside of binding context. (block-scoped-var)
(#1161) 'isHidden' used outside of binding context. (block-scoped-var)
(#1164) 'page' used outside of binding context. (block-scoped-var)
(#1169) 'pageNum' used outside of binding context. (block-scoped-var)
(#1170) 'newNode' is already defined. (no-redeclare)
(#1170) 'newNode' used outside of binding context. (block-scoped-var)
(#1171) 'newNode' used outside of binding context. (block-scoped-var)
(#1173) Trailing spaces not allowed. (no-trailing-spaces)
(#1232) Line 1232 exceeds the maximum line length of 132. (max-len)
(#1241) Line 1241 exceeds the maximum line length of 132. (max-len)
(#1254) Line 1254 exceeds the maximum line length of 132. (max-len)
(#1300) Trailing spaces not allowed. (no-trailing-spaces)
(#1303) Trailing spaces not allowed. (no-trailing-spaces)
(#1305) Unexpected whitespace before semicolon. (semi-spacing)
(#1310) Trailing spaces not allowed. (no-trailing-spaces)
(#1316) Trailing spaces not allowed. (no-trailing-spaces)

CSS problems

(44 errors, 3 warnings)

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

mod/masks/frame_styles.css
(#112) Expected single space before "{" (block-opening-brace-space-before)
(#117) Expected single space before "{" (block-opening-brace-space-before)
(#122) Expected single space before "{" (block-opening-brace-space-before)
(#36) Unexpected whitespace before ":" (declaration-colon-space-before)
(#267) Unexpected whitespace before ":" (declaration-colon-space-before)
(#268) Unexpected whitespace before ":" (declaration-colon-space-before)
(#70) Unexpected whitespace before "," (function-comma-space-before)
mod/masks/skin_enit.css
(#66) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#311) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#32) Expected single space before "{" (block-opening-brace-space-before)
(#49) Expected single space before "{" (block-opening-brace-space-before)
(#68) Expected single space before "{" (block-opening-brace-space-before)
(#106) Expected single space before "{" (block-opening-brace-space-before)
(#113) Expected single space before "{" (block-opening-brace-space-before)
(#123) Expected single space before "{" (block-opening-brace-space-before)
(#129) Expected single space before "{" (block-opening-brace-space-before)
(#138) Expected single space before "{" (block-opening-brace-space-before)
(#494) Expected single space before "{" (block-opening-brace-space-before)
(#514) Expected single space before "{" (block-opening-brace-space-before)
(#524) Expected single space before "{" (block-opening-brace-space-before)
(#534) Expected single space before "{" (block-opening-brace-space-before)
(#551) Expected single space before "{" (block-opening-brace-space-before)
(#557) Expected single space before "{" (block-opening-brace-space-before)
(#563) Expected single space before "{" (block-opening-brace-space-before)
(#569) Expected single space before "{" (block-opening-brace-space-before)
(#575) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#587) Expected single space before "{" (block-opening-brace-space-before)
(#295) Unexpected !important (declaration-no-important)
(#544) Unexpected !important (declaration-no-important)
(#66) Unexpected whitespace before ":" (media-feature-colon-space-before)
(#66) Unexpected whitespace after "(" (media-feature-parentheses-space-inside)
(#66) Unexpected whitespace before ")" (media-feature-parentheses-space-inside)
(#311) Unexpected whitespace after "(" (media-feature-parentheses-space-inside)
(#311) Unexpected whitespace before ")" (media-feature-parentheses-space-inside)
(#31) Unexpected whitespace at end of line (no-eol-whitespace)
(#31) Expected newline after "," (selector-list-comma-newline-after)
(#136) Unexpected whitespace before "," (selector-list-comma-space-before)
mod/masks/styles.css
(#120) Expected single space before "{" (block-opening-brace-space-before)
(#336) Expected "#C0C0C0" to be "#c0c0c0" (color-hex-case)
(#581) Expected "#F0F0F0" to be "#f0f0f0" (color-hex-case)
(#683) Expected "#E0E0E0" to be "#e0e0e0" (color-hex-case)
(#689) Unexpected whitespace before ":" (declaration-colon-space-before)
(#183) Unexpected !important (declaration-no-important)
(#175) Expected single space after ":" (media-feature-colon-space-after)
(#181) Expected single space after ":" (media-feature-colon-space-after)
(#187) Expected single space after ":" (media-feature-colon-space-after)

PHPDocs style problems

(190 errors, 1 warnings)

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

mod/masks/backup/moodle2/backup_masks_activity_task.class.php
(#30) Class backup_masks_activity_task does not have @copyright tag
(#30) Class backup_masks_activity_task does not have @license tag
mod/masks/backup/moodle2/backup_masks_stepslib.php
(#37) Function backup_masks_activity_structure_step::define_structure is not documented
(#32) Class backup_masks_activity_structure_step does not have @copyright tag
(#32) Class backup_masks_activity_structure_step does not have @license tag
mod/masks/backup/moodle2/restore_masks_activity_task.class.php
(#30) Class restore_masks_activity_task does not have @copyright tag
(#30) Class restore_masks_activity_task does not have @license tag
mod/masks/backup/moodle2/restore_masks_stepslib.php
(#33) Function restore_masks_activity_structure_step::define_structure is not documented
(#52) Function restore_masks_activity_structure_step::process_masks is not documented
(#63) Function restore_masks_activity_structure_step::process_doc is not documented
(#78) Function restore_masks_activity_structure_step::process_doc_page is not documented
(#91) Function restore_masks_activity_structure_step::process_page is not documented
(#107) Function restore_masks_activity_structure_step::process_page_mask is not documented
(#120) Function restore_masks_activity_structure_step::process_question is not documented
(#134) Function restore_masks_activity_structure_step::process_user_state is not documented
(#146) Function restore_masks_activity_structure_step::after_execute is not documented
(#28) Class restore_masks_activity_structure_step does not have @copyright tag
(#28) Class restore_masks_activity_structure_step does not have @license tag
mod/masks/classes/event/course_module_instance_list_viewed.php
(#32) Class course_module_instance_list_viewed is not documented
mod/masks/classes/event/course_module_viewed.php
(#31) Class course_module_viewed is not documented
(#32) Function course_module_viewed::init is not documented
mod/masks/database_interface.class.php
(#52) Class database_interface is not documented
(#53) Variable database_interface::$haveChangedDoc is not documented
(#341) There is no description in phpdocs for function getPageByOrder
(#358) There is no description in phpdocs for function docHasFalsePageWithMasks
(#662) Phpdocs for function database_interface::resetUserQuestionsStates has incomplete parameters list
mod/masks/db/upgrade.php
(#28) Function xmldb_masks_upgrade is not documented
mod/masks/db/upgradelib.php
(#30) Function fix_id_field is not documented
(#36) Function add_db_id_field is not documented
(#41) Function add_db_int_field is not documented
(#45) Function add_db_txt_field is not documented
(#49) Function add_db_date_field is not documented
(#53) Function add_db_chr_field is not documented
mod/masks/form_writer.class.php
(#30) Class form_writer is not documented
(#37) Function form_writer::__construct is not documented
(#42) Function form_writer::openForm is not documented
(#49) Function form_writer::closeForm is not documented
(#60) Function form_writer::addHidden is not documented
(#64) Function form_writer::addTextField is not documented
(#78) Function form_writer::addTextArea is not documented
(#92) Function form_writer::addCancelButton is not documented
(#98) Function form_writer::lookupRefData is not documented
(#108) Function form_writer::wrapWidget is not documented
(#32) Variable form_writer::$refData0 is not documented
(#33) Variable form_writer::$refData1 is not documented
(#34) Variable form_writer::$lastHideHeading is not documented
(#35) Variable form_writer::$firstElement is not documented
mod/masks/frame_shift_masks.php
(#2) Empty line found after PHP open tag
mod/masks/lib.php
(#53) Phpdocs for function masks_reset_userdata has incomplete parameters list
mod/masks/locallib.php
(#34) Function generateMasksJSPageData is not documented
(#43) Function generateMasksJSMaskData is not documented
(#49) Function beginFrameOutput is not documented
(#64) Function endFrameOutput is not documented
(#76) Function getConfig is not documented
mod/masks/mask_families_manager.class.php
(#35) Class mask_families_manager is not documented
(#41) Function mask_families_manager::populateFamilyList is not documented
(#36) Variable mask_families_manager::$families is not documented
mod/masks/mask_family.class.php
(#31) Class mask_family is not documented
(#44) Function mask_family::getStylesTag is not documented
(#48) Function mask_family::getCssFile is not documented
(#52) Function mask_family::getMasksStyles is not documented
(#56) Function mask_family::getStyleClass is not documented
(#60) Function mask_family::getFamilyName is not documented
(#36) Variable mask_family::$familyName is not documented
(#37) Variable mask_family::$masksStyles is not documented
(#38) Variable mask_family::$cssfile is not documented
mod/masks/mask_family_note.class.php
(#33) Class mask_family_note is not documented
(#39) Function mask_family_note::__construct is not documented
mod/masks/mask_family_question.class.php
(#33) Class mask_family_question is not documented
(#38) Function mask_family_question::__construct is not documented
mod/masks/mask_type.class.php
(#50) Class mask_type is not documented
(#68) Function mask_type::applyMoodleEnvironment is not documented
(#74) Function mask_type::setActiveMask is not documented
(#78) Function mask_type::getMaskTypeFamily is not documented
(#90) Function mask_type::onNewMask is not documented
(#98) Function mask_type::onEditMask is not documented
(#107) Function mask_type::onClickMask is not documented
(#113) Function mask_type::doNewMask is not documented
(#147) Function mask_type::doEditMask is not documented
(#174) Function mask_type::fetchSubmittedData is not documented
(#188) Function mask_type::renderEditForm is not documented
(#300) Function mask_type::renderInfoPage is not documented
(#334) Function mask_type::renderQuestionPage is not documented
(#392) Function mask_type::renderAnswerResponsePage is not documented
(#432) Function mask_type::renderBodyText is not documented
(#437) Function mask_type::getGradeUpdateScript is not documented
(#456) Function mask_type::haveData is not documented
(#56) Variable mask_type::$course is not documented
(#57) Variable mask_type::$cm is not documented
(#58) Variable mask_type::$masksInstance is not documented
(#59) Variable mask_type::$activeMask is not documented
(#62) Variable mask_type::$maskTypeFamily is not documented
mod/masks/mask_type_basic.class.php
(#33) Class mask_type_basic is not documented
(#45) Function mask_type_basic::__construct is not documented
(#64) Function mask_type_basic::onNewMask is not documented
(#69) Function mask_type_basic::onEditMask is not documented
(#74) Function mask_type_basic::onClickMask is not documented
(#37) Variable mask_type_basic::$maskType is not documented
(#38) Variable mask_type_basic::$dbInterface is not documented
(#39) Variable mask_type_basic::$fields is not documented
mod/masks/mask_type_note.class.php
(#33) Class mask_type_note is not documented
(#45) Function mask_type_note::__construct is not documented
(#63) Function mask_type_note::onNewMask is not documented
(#68) Function mask_type_note::onEditMask is not documented
(#73) Function mask_type_note::onClickMask is not documented
(#37) Variable mask_type_note::$maskType is not documented
(#38) Variable mask_type_note::$dbInterface is not documented
(#39) Variable mask_type_note::$fields is not documented
mod/masks/mask_type_qcm.class.php
(#33) Class mask_type_qcm is not documented
(#45) Function mask_type_qcm::__construct is not documented
(#68) Function mask_type_qcm::onNewMask is not documented
(#73) Function mask_type_qcm::onEditMask is not documented
(#78) Function mask_type_qcm::onClickMask is not documented
(#37) Variable mask_type_qcm::$maskType is not documented
(#38) Variable mask_type_qcm::$dbInterface is not documented
(#39) Variable mask_type_qcm::$fields is not documented
mod/masks/mask_type_qtxt.class.php
(#33) Class mask_type_qtxt is not documented
(#45) Function mask_type_qtxt::__construct is not documented
(#64) Function mask_type_qtxt::onNewMask is not documented
(#69) Function mask_type_qtxt::onEditMask is not documented
(#74) Function mask_type_qtxt::onClickMask is not documented
(#37) Variable mask_type_qtxt::$maskType is not documented
(#38) Variable mask_type_qtxt::$dbInterface is not documented
(#39) Variable mask_type_qtxt::$fields is not documented
mod/masks/mask_types_manager.class.php
(#35) Class mask_types_manager is not documented
(#42) Function mask_types_manager::populateTypeList is not documented
(#67) Function mask_types_manager::getTypeNames is not documented
(#75) Function mask_types_manager::getDefaultTypeNames is not documented
(#84) Function mask_types_manager::getTypeHandler is not documented
(#93) Function mask_types_manager::getTypeFamily is not documented
(#36) Variable mask_types_manager::$types is not documented
(#37) Variable mask_types_manager::$defaultTypes is not documented
mod/masks/mod_form.php
(#30) Class mod_masks_mod_form is not documented
(#32) Function mod_masks_mod_form::__construct is not documented
(#40) Function mod_masks_mod_form::addTextField is not documented
(#52) Function mod_masks_mod_form::addCheckbox is not documented
(#62) Function mod_masks_mod_form::addSelect is not documented
(#72) Function mod_masks_mod_form::definition is not documented
(#104) Function mod_masks_mod_form::validation is not documented
(#110) Function mod_masks_mod_form::set_data is not documented
(#124) Function mod_masks_mod_form::get_data is not documented
mod/masks/renderer.php
(#28) Class mod_masks_renderer is not documented
(#118) Function mod_masks_renderer::openPage is not documented
(#143) Function mod_masks_renderer::closePage is not documented
(#156) Function mod_masks_renderer::openHeader is not documented
(#162) Function mod_masks_renderer::closeHeader is not documented
(#168) Function mod_masks_renderer::renderPageNavWidget is not documented
(#221) Function mod_masks_renderer::renderMenuBar is not documented
(#329) Function mod_masks_renderer::renderPageName is not documented
(#349) Function mod_masks_renderer::openBody is not documented
(#355) Function mod_masks_renderer::closeBody is not documented
(#361) Function mod_masks_renderer::renderPageView is not documented
(#386) Function mod_masks_renderer::renderContextMenu is not documented
(#432) Function mod_masks_renderer::renderCircleValue is not documented
(#447) Function mod_masks_renderer::openMenuBarGroup is not documented
(#462) Function mod_masks_renderer::closeMenuBarGroup is not documented
(#466) Function mod_masks_renderer::renderActionButton is not documented
(#481) Function mod_masks_renderer::renderToggleButton is not documented
(#503) Function mod_masks_renderer::openMenuFromButton is not documented
(#522) Function mod_masks_renderer::openMenuFromIcon is not documented
(#540) Function mod_masks_renderer::closeMenu is not documented
(#552) Function mod_masks_renderer::renderMenuEntry is not documented
(#562) Function mod_masks_renderer::renderActionMenuEntry is not documented
(#583) Function mod_masks_renderer::renderStyleMenuEntry is not documented
(#600) Function mod_masks_renderer::renderStyleContextMenuEntry is not documented
(#617) Function mod_masks_renderer::renderToggleMenuEntry is not documented
(#33) Phpdocs for function mod_masks_renderer::renderTeacherView has incomplete parameters list
(#67) Phpdocs for function mod_masks_renderer::renderStudentView has incomplete parameters list
mod/masks/settings_injector.class.php
(#30) Class settingsinjector is not documented
(#36) Function settingsinjector::__construct is not documented
(#42) Function settingsinjector::addheading is not documented
(#47) Function settingsinjector::addsetting is not documented
(#31) Variable settingsinjector::$settings is not documented
(#32) Variable settingsinjector::$pluginname is not documented
mod/masks/upload_policies.class.php
(#30) Class upload_policies is not documented
(#162) Function upload_policies::outputCSSRules is not documented
(#171) Function upload_policies::logProgressTitle is not documented
(#176) Function upload_policies::logProgressHeading is not documented
(#181) Function upload_policies::logProgress is not documented
(#186) Function upload_policies::logWarning is not documented
(#196) Function upload_policies::delTree is not documented
(#208) Function upload_policies::newTempDir is not documented
(#229) Function upload_policies::getPageImageSize is not documented
(#265) Variable upload_policies::$context is not documented
(#266) Variable upload_policies::$workFolder is not documented
(#267) Variable upload_policies::$databaseInterface is not documented
(#268) Variable upload_policies::$docId is not documented
(#269) Variable upload_policies::$pageIds is not documented
(#270) Variable upload_policies::$haveChangedDoc is not documented
mod/masks/upload_processor.class.php
(#30) Class upload_processor is not documented
(#141) Variable upload_processor::$policies is not documented

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]