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

(0 errors, 23 warnings)

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

admin/tool/log/store/caliper/classes/local/RecipeEmitter/Controller.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AssignmentGraded.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AssignmentSubmitted.php
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AttemptCompleted.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AttemptStarted.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/CourseViewed.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/Event.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/ModuleType.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/ModuleViewed.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/UserLoggedin.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/UserLoggedout.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/Viewed.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Repository.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Controller.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/AssignmentGraded.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/AssignmentSubmitted.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/AttemptStarted.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/CourseViewed.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/Event.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/ModuleViewed.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/UserLoggedin.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/classes/local/Translator/Events/UserLoggedout.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
admin/tool/log/store/caliper/db/upgrade.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(65 errors, 0 warnings)

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

admin/tool/log/store/caliper/classes/local/RecipeEmitter/Controller.php
(#32) Class Controller is not documented
(#33) Variable Controller::$repo is not documented
(#34) Variable Controller::$routes is not documented
(#55) Phpdocs for function Controller::create_event has incomplete parameters list
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AssignmentGraded.php
(#34) Class AssignmentGraded is not documented
(#36) Function AssignmentGraded::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AssignmentSubmitted.php
(#33) Class AssignmentSubmitted is not documented
(#35) Function AssignmentSubmitted::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AttemptCompleted.php
(#34) Class AttemptCompleted is not documented
(#36) Function AttemptCompleted::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/AttemptStarted.php
(#34) Class AttemptStarted is not documented
(#36) Function AttemptStarted::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/CourseViewed.php
(#31) Class CourseViewed is not documented
(#33) Function CourseViewed::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/Event.php
(#30) Class Event is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/ModuleType.php
(#31) Class ModuleType is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/ModuleViewed.php
(#30) Class ModuleViewed is not documented
(#32) Function ModuleViewed::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/UserLoggedin.php
(#32) Class UserLoggedin is not documented
(#34) Function UserLoggedin::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/UserLoggedout.php
(#32) Class UserLoggedout is not documented
(#34) Function UserLoggedout::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Events/Viewed.php
(#30) Class Viewed is not documented
(#32) Function Viewed::__construct is not documented
admin/tool/log/store/caliper/classes/local/RecipeEmitter/Repository.php
(#30) Class Repository is not documented
(#31) Variable Repository::$sensor is not documented
(#33) Variable Repository::$events is not documented
(#34) Variable Repository::$batchsize is not documented
admin/tool/log/store/caliper/classes/local/Translator/Controller.php
(#28) Class Controller is not documented
(#29) Variable Controller::$repo is not documented
(#30) Variable Controller::$routes is not documented
(#71) Phpdocs for function Controller::create_event has incomplete parameters list
admin/tool/log/store/caliper/classes/local/Translator/Events/AssignmentGraded.php
(#28) Class AssignmentGraded is not documented
(#31) Phpdocs for function AssignmentGraded::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/AssignmentSubmitted.php
(#28) Class AssignmentSubmitted is not documented
(#31) Phpdocs for function AssignmentSubmitted::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/AttemptCompleted.php
(#30) Class AttemptCompleted is not documented
(#33) Phpdocs for function AttemptCompleted::read has incomplete parameters list
(#35) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/AttemptStarted.php
(#28) Class AttemptStarted is not documented
(#31) Phpdocs for function AttemptStarted::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/CourseViewed.php
(#28) Class CourseViewed is not documented
(#31) Phpdocs for function CourseViewed::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/Event.php
(#30) Class Event is not documented
(#34) Phpdocs for function Event::read has incomplete parameters list
admin/tool/log/store/caliper/classes/local/Translator/Events/ModuleViewed.php
(#28) Class ModuleViewed is not documented
(#31) Phpdocs for function ModuleViewed::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/UserLoggedin.php
(#28) Class UserLoggedin is not documented
(#31) Phpdocs for function UserLoggedin::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/local/Translator/Events/UserLoggedout.php
(#28) Class UserLoggedout is not documented
(#31) Phpdocs for function UserLoggedout::read has incomplete parameters list
(#33) Invalid phpdocs tag @override used
admin/tool/log/store/caliper/classes/log/store.php
(#123) Function store::process_events is not documented
(#195) Function store::get_ims_role is not documented
(#42) Class store does not have @copyright tag
(#42) Class store does not have @license tag
admin/tool/log/store/caliper/classes/log_expander_controller.php
(#40) Function log_expander_controller::__construct is not documented
admin/tool/log/store/caliper/classes/task/emit_task.php
(#32) Class emit_task is not documented
admin/tool/log/store/caliper/db/upgrade.php
(#26) Function xmldb_logstore_caliper_upgrade 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

(0 errors, 0 warnings)

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


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]