Add a debug log to show what event is starting #201
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
21s
code-quality
/
Lint Gherkin Feature files
16s
code-quality
/
Spell check
8s
code-quality
/
PHPCS
19s
code-quality
/
PHPStan
25s
Annotations
14 errors and 1 warning
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L252
Line indented incorrectly; expected 3 tabs, found 6
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L252
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L251
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L250
Line indented incorrectly; expected 3 tabs, found 6
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L250
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L248
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L229
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L228
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L227
Tabs must be used to indent lines; spaces are not allowed
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPStan
Process completed with exit code 1.
|
|
code-quality / PHPStan:
src/Cron_Event_Command.php#L200
Parameter #3 $args of function wp_schedule_single_event expects list<mixed>, array<int, string> given.
|
|
code-quality / PHPStan:
src/Cron_Event_Command.php#L196
Parameter #4 $args of function wp_schedule_event expects list<mixed>, array<int, string> given.
|
|
code-quality / PHPCS:
src/Cron_Event_Command.php#L247
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space
|