Require PHP >=8.0, updated pronamic/wp-coding-standards. #104
ci.yaml
on: push
phpcs
/
phpcs
23s
phpstan
/
phpstan
26s
coverage
/
coverage
23s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
4 errors and 9 warnings
phpcs / phpcs
Process completed with exit code 1.
|
phpstan / phpstan:
src/Integration.php#L302
Parameter #1 $text of function esc_html expects string, int given.
|
phpstan / phpstan:
src/Integration.php#L303
Parameter #1 $text of function esc_html expects string, int<5, max> given.
|
phpstan / phpstan
Process completed with exit code 1.
|
phpcs / phpcs:
src/CLI.php#L104
The method parameter $args is never used
|
phpcs / phpcs:
src/CLI.php#L104
The method parameter $assoc_args is never used
|
phpcs / phpcs:
src/CLI.php#L116
The method parameter $args is never used
|
phpcs / phpcs:
src/CLI.php#L116
The method parameter $assoc_args is never used
|
phpcs / phpcs:
src/CLI.php#L235
The method parameter $args is never used
|
phpcs / phpcs:
src/CLI.php#L235
The method parameter $assoc_args is never used
|
phpcs / phpcs:
src/Admin.php#L267
The method parameter $user is never used
|
phpcs / phpcs:
src/Admin.php#L294
The method parameter $post is never used
|
phpcs / phpcs:
src/Admin.php#L334
The method parameter $post is never used
|