ci: add GitHub Actions CI/CD pipeline, PHPStan & CS Fixer configs #1
ci.yml
on: pull_request
Matrix: tests
PHPStan
14s
Code Style
10s
Code Coverage
0s
Annotations
9 errors
|
Code Style
Process completed with exit code 16.
|
|
PHPStan
Process completed with exit code 1.
|
|
PHPStan:
src/UltimateLinkChecker.php#L215
PHPDoc tag @return contains generic type React\Promise\PromiseInterface<Qdenka\UltimateLinkChecker\Result\AggregateResult> but interface React\Promise\PromiseInterface is not generic.
|
|
PHPStan:
src/UltimateLinkChecker.php#L163
PHPDoc tag @return contains generic type React\Promise\PromiseInterface<Qdenka\UltimateLinkChecker\Result\AggregateResult> but interface React\Promise\PromiseInterface is not generic.
|
|
PHPStan:
src/Cache/RedisCacheAdapter.php#L137
Comparison operation ">" between (bool|int|Redis) and 0 results in an error.
|
|
PHPStan:
src/Cache/RedisCacheAdapter.php#L128
Comparison operation ">" between (int|Redis|false) and 0 results in an error.
|
|
PHPStan:
src/Cache/RedisCacheAdapter.php#L77
Comparison operation ">" between (int|Redis|false) and 0 results in an error.
|
|
PHPStan:
src/Cache/RedisCacheAdapter.php#L63
Comparison operation ">" between (int|Redis|false) and 0 results in an error.
|
|
Tests (PHP 8.1)
Process completed with exit code 2.
|