Skip to content

ci: add GitHub Actions CI/CD pipeline, PHPStan & CS Fixer configs #1

ci: add GitHub Actions CI/CD pipeline, PHPStan & CS Fixer configs

ci: add GitHub Actions CI/CD pipeline, PHPStan & CS Fixer configs #1

Triggered via pull request February 8, 2026 06:59
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Code Coverage
0s
Code Coverage
Fit to window
Zoom out
Zoom in

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.