Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(3 errors, 5 warnings)

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

public/availability/condition/time/classes/condition.php
(#128) Expected at least 1 space before "."; 0 found
public/availability/condition/time/classes/frontend.php
(#47) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $cm.
(#47) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $section.
public/availability/condition/time/classes/privacy/provider.php
(#33) Opening brace must not be followed by a blank line
(#41) There must not be a space before the colon in a return type declaration
public/availability/condition/time/lang/en/availability_time.php
(#30) The string key "description" is not in the correct order, it should be before "title"
(#34) The string key "requires_not_time" is not in the correct order, it should be before "requires_time"
(#36) The string key "privacy:metadata" is not in the correct order, it should be before "to"

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 stylelint [More info]


PHPDocs style problems

(0 errors, 0 warnings)

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


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

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

public/availability/condition/time/templates/time.mustache
(#1) HTML Validation error, line 8: The “label” element may contain at most one “button”, “input”, “meter”, “output”, “progress”, “select”, or “textarea” descendant. ( : <select name="availability_time_from_minute" class="custom-select"> <)
(#1) HTML Validation info, line 4: “label” element with multiple labelable descendants. (oup"> <label><span>)
(#1) HTML Validation error, line 16: The “label” element may contain at most one “button”, “input”, “meter”, “output”, “progress”, “select”, or “textarea” descendant. ( : <select name="availability_time_to_minute" class="custom-select"> <)
(#1) HTML Validation info, line 12: “label” element with multiple labelable descendants. (bel> <label><span>)

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]