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, 0 warnings)

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


Javascript coding style problems

(7 errors, 29 warnings)

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

blocks/sms/module.js
(#1) Identifier 'block_sms' is not in camel case. (camelcase)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Identifier 'sms_send' is not in camel case. (camelcase)
(#12) Identifier 'msg_body' is not in camel case. (camelcase)
(#13) Identifier 'm_id' is not in camel case. (camelcase)
(#14) Identifier 'm_id' is not in camel case. (camelcase)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#16) 'args' is defined but never used. (no-unused-vars)
(#17) Identifier 'msg_body' is not in camel case. (camelcase)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Identifier 'msg_body' is not in camel case. (camelcase)
(#24) Identifier 'msg_body' is not in camel case. (camelcase)
(#31) Identifier 'sms_send' is not in camel case. (camelcase)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Identifier 'c_id' is not in camel case. (camelcase)
(#37) Identifier 'r_id' is not in camel case. (camelcase)
(#40) Identifier 'c_id' is not in camel case. (camelcase)
(#40) Identifier 'r_id' is not in camel case. (camelcase)
(#42) Unexpected space before function parentheses. (space-before-function-paren)
(#42) 'args' is defined but never used. (no-unused-vars)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Unexpected console statement. (no-console)
(#49) Identifier 'sms_send' is not in camel case. (camelcase)
(#50) '$' is not defined. (no-undef)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) Missing space before value for key 'paging'. (key-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#60) 'b' is assigned a value but never used. (no-unused-vars)
(#64) Unexpected space before function parentheses. (space-before-function-paren)
(#66) Identifier 'm_id' is not in camel case. (camelcase)
(#67) Identifier 'm_id' is not in camel case. (camelcase)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#69) 'args' is defined but never used. (no-unused-vars)
(#73) Unexpected space before function parentheses. (space-before-function-paren)
(#75) Unexpected console statement. (no-console)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(147 errors, 0 warnings)

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

blocks/sms/block_sms.php
(#29) Class block_sms is not documented
(#31) Function block_sms::init is not documented
(#35) Function block_sms::get_content is not documented
(#51) Function block_sms::has_config is not documented
(#54) Function block_sms::applicable_formats is not documented
(#57) Function block_sms::instance_allow_config is not documented
(#23) No one-line description found in phpdocs for file
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#29) Package is not specified for class block_sms. It is also not specified in file-level phpdocs
(#19) Package blocks is not valid
blocks/sms/classes/clickatell_api.php
(#29) Class ClickatellAPI is not documented
(#33) Function ClickatellAPI::__construct is not documented
(#40) Function ClickatellAPI::send_sms is not documented
(#52) Function ClickatellAPI::trigger_api is not documented
(#30) Variable ClickatellAPI::$uri is not documented
(#31) Variable ClickatellAPI::$apikey is not documented
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#29) Package is not specified for class ClickatellAPI. It is also not specified in file-level phpdocs
(#20) Package blocks is not valid
blocks/sms/classes/nexmo_api.php
(#27) Class NexmoAPI is not documented
(#33) Function NexmoAPI::__construct is not documented
(#42) Function NexmoAPI::send_sms is not documented
(#54) Function NexmoAPI::trigger_api is not documented
(#28) Variable NexmoAPI::$uri is not documented
(#29) Variable NexmoAPI::$apikey is not documented
(#30) Variable NexmoAPI::$secretkey is not documented
(#31) Variable NexmoAPI::$fromnumber is not documented
(#23) No one-line description found in phpdocs for file
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#27) Package is not specified for class NexmoAPI. It is also not specified in file-level phpdocs
(#19) Package blocks is not valid
blocks/sms/classes/sms_notifier.php
(#32) Class SMSNotifier is not documented
(#37) Function SMSNotifier::__construct is not documented
(#55) Function SMSNotifier::get_sms_vendor is not documented
(#73) Function SMSNotifier::process_sms is not documented
(#102) Function SMSNotifier::get_users_detail is not documented
(#33) Variable SMSNotifier::$type is not documented
(#34) Variable SMSNotifier::$apilist is not documented
(#35) Variable SMSNotifier::$instance is not documented
(#23) No one-line description found in phpdocs for file
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#32) Package is not specified for class SMSNotifier. It is also not specified in file-level phpdocs
(#19) Package blocks is not valid
blocks/sms/classes/twilio_api.php
(#28) Class TwilioAPI is not documented
(#34) Function TwilioAPI::__construct is not documented
(#46) Function TwilioAPI::send_sms is not documented
(#62) Function TwilioAPI::trigger_api is not documented
(#29) Variable TwilioAPI::$uri is not documented
(#30) Variable TwilioAPI::$accountsid is not documented
(#31) Variable TwilioAPI::$authtoken is not documented
(#32) Variable TwilioAPI::$fromnumber is not documented
(#23) No one-line description found in phpdocs for file
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#28) Package is not specified for class TwilioAPI. It is also not specified in file-level phpdocs
(#19) Package blocks is not valid
blocks/sms/db/access.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/sms/edit_form.php
(#30) Class block_sms_edit_form is not documented
(#31) Function block_sms_edit_form::specific_definition is not documented
(#25) No one-line description found in phpdocs for file
(#25) File-level phpdocs block does not have @license tag
(#22) Invalid phpdocs tag @author: used
(#23) Invalid phpdocs tag @date: used
(#30) Package is not specified for class block_sms_edit_form. It is also not specified in file-level phpdocs
(#21) Package blocks is not valid
blocks/sms/lang/en/block_sms.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/sms/lib.php
(#53) Function bulk_sms is not documented
(#112) Function block_sms_print_page is not documented
(#24) No one-line description found in phpdocs for file
(#35) Phpdocs for function yutobo_path has incomplete parameters list
(#78) Phpdocs for function send_sms_clickatell has incomplete parameters list
(#129) Phpdocs for function get_msg has incomplete parameters list
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#32) Package is not specified for function yutobo_path. It is also not specified in file-level phpdocs
(#53) Package is not specified for function bulk_sms. It is also not specified in file-level phpdocs
(#75) Package is not specified for function send_sms_clickatell. It is also not specified in file-level phpdocs
(#112) Package is not specified for function block_sms_print_page. It is also not specified in file-level phpdocs
(#126) Package is not specified for function get_msg. It is also not specified in file-level phpdocs
(#20) Package blocks is not valid
blocks/sms/load_message.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/sms/proxy.php
(#23) No one-line description found in phpdocs for file
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#19) Package blocks is not valid
blocks/sms/settings.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/sms/sms_form.php
(#40) Class sms_form is not documented
(#80) Class sms_send is not documented
(#177) Class template_form is not documented
(#42) Function sms_form::definition is not documented
(#46) Function sms_form::display_report is not documented
(#82) Function sms_send::definition is not documented
(#126) Function sms_send::display_report is not documented
(#179) Function template_form::definition is not documented
(#196) Function template_form::validation is not documented
(#211) Function template_form::display_report is not documented
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#40) Package is not specified for class sms_form. It is also not specified in file-level phpdocs
(#80) Package is not specified for class sms_send. It is also not specified in file-level phpdocs
(#177) Package is not specified for class template_form. It is also not specified in file-level phpdocs
(#20) Package blocks is not valid
blocks/sms/user_list.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/sms/version.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/sms/view.php
(#24) No one-line description found in phpdocs for file
(#24) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(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]