Code Quality Checks #348
code-quality.yml
on: schedule
code-quality
/
Lint GitHub Actions workflows
6s
code-quality
/
Lint PHP files
15s
code-quality
/
Lint Gherkin Feature files
14s
code-quality
/
Spell check
7s
code-quality
/
PHPCS
17s
code-quality
/
PHPStan
21s
Annotations
8 errors
|
code-quality / PHPStan
Process completed with exit code 1.
|
|
code-quality / PHPStan:
src/Package_Command.php#L1646
Call to deprecated function WP_CLI\Utils\inside_phar():
2.13.0 Use Path::inside_phar() instead.
|
|
code-quality / PHPStan:
src/Package_Command.php#L1246
Call to deprecated function WP_CLI\Utils\trailingslashit():
2.13.0 Use Path::trailingslashit() instead.
|
|
code-quality / PHPStan:
src/Package_Command.php#L1246
Call to deprecated function WP_CLI\Utils\basename():
2.13.0 Use Path::basename() instead.
|
|
code-quality / PHPStan:
src/Package_Command.php#L1197
Call to deprecated function WP_CLI\Utils\trailingslashit():
2.13.0 Use Path::trailingslashit() instead.
|
|
code-quality / PHPStan:
src/Package_Command.php#L1197
Call to deprecated function WP_CLI\Utils\get_home_dir():
2.13.0 Use Path::get_home_dir() instead.
|
|
code-quality / PHPStan:
src/Package_Command.php#L1195
Call to deprecated function WP_CLI\Utils\trailingslashit():
2.13.0 Use Path::trailingslashit() instead.
|
|
code-quality / PHPStan:
src/Package_Command.php#L311
Call to deprecated function WP_CLI\Utils\is_path_absolute():
2.13.0 Use Path::is_absolute() instead.
|