Skip to content

Add a debug log to show what event is starting #201

Add a debug log to show what event is starting

Add a debug log to show what event is starting #201

Triggered via pull request February 12, 2026 15:02
Status Failure
Total duration 29s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
8s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
21s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
16s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
8s
code-quality / Spell check
code-quality  /  PHPCS
19s
code-quality / PHPCS
code-quality  /  PHPStan
25s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

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