Add schedule for code quality workflow #441
code-quality.yml
on: push
code-quality
/
Lint GitHub Actions workflows
6s
code-quality
/
Lint PHP files
15s
code-quality
/
Lint Gherkin Feature files
11s
code-quality
/
Spell check
7s
code-quality
/
PHPCS
19s
code-quality
/
PHPStan
22s
Annotations
10 errors
|
code-quality / PHPStan:
src/WP_CLI/Core/CoreUpgrader.php#L74
PHPDoc tag `@var` with type string|WP_Error|false is not subtype of type bool.
|
|
code-quality / PHPStan:
src/Core_Command.php#L1567
Parameter #3 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
|
code-quality / PHPStan:
src/Core_Command.php#L1567
Cannot access offset 'message' on mixed.
|
|
code-quality / PHPStan:
src/Core_Command.php#L1566
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
|
code-quality / PHPStan:
src/Core_Command.php#L1560
Cannot access offset 'code' on mixed.
|
|
code-quality / PHPStan:
src/Core_Command.php#L1505
Parameter #3 $subject of function str_replace expects array<string>|string, mixed given.
|
|
code-quality / PHPStan:
src/Core_Command.php#L713
Cannot access property $last_error on mixed.
|
|
code-quality / PHPStan:
src/Core_Command.php#L243
Cannot access offset 'download' on array|false.
|
|
code-quality / PHPStan:
src/Core_Command.php#L242
Cannot access offset 'current' on array|false.
|
|
code-quality / PHPStan:
src/Core_Command.php#L239
Variable $offer might not be defined.
|