Remove PHPStan bootstrap file, no longer needed. #206
ci.yaml
on: push
phpcs
/
phpcs
31s
phpstan
/
phpstan
41s
coverage
/
coverage
29s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
7 errors and 1 warning
phpstan / phpstan:
src/CLI.php#L137
No error to ignore is reported on line 137.
|
phpstan / phpstan:
src/CLI.php#L217
No error to ignore is reported on line 217.
|
phpstan / phpstan:
src/CLI.php#L301
Unreachable statement - code above always terminates.
|
phpstan / phpstan:
src/CLI.php#L409
Unreachable statement - code above always terminates.
|
phpstan / phpstan:
src/CLI.php#L415
Unreachable statement - code above always terminates.
|
phpstan / phpstan:
src/CustomerDataStore.php#L254
Parameter #1 $text of function esc_html expects string, string|false given.
|
phpstan / phpstan
Process completed with exit code 1.
|
coverage / coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|