🏗️ YFlow rework #151
Triggered via pull request
August 12, 2024 21:34
Status
Failure
Total duration
6h 0m 23s
Artifacts
–
ci.yaml
on: pull_request
Matrix: Check and fix coding styles using PHP CS Fixer
Matrix: Execute PHPStan analysis
Matrix: Launch PHPUnit test suite
Annotations
12 errors and 2 warnings
Execute PHPStan analysis (8.3):
src/Driver/AmpDriver.php#L62
Method Flow\Driver\AmpDriver::defer() return type with generic class Amp\Future does not specify its types: T
|
Execute PHPStan analysis (8.3):
src/Driver/AmpDriver.php#L102
Unable to resolve the template type Tr in call to method Amp\Future<mixed>::map()
|
Execute PHPStan analysis (8.3):
src/Driver/ReactDriver.php#L62
Method Flow\Driver\ReactDriver::defer() return type with generic class React\Promise\Promise does not specify its types: T
|
Execute PHPStan analysis (8.3):
src/Driver/ReactDriver.php#L76
Method Flow\Driver\ReactDriver::defer() should return React\Promise\Promise but returns React\Promise\PromiseInterface<mixed>.
|
Execute PHPStan analysis (8.3):
src/Driver/SpatieDriver.php#L30
Non-abstract class Flow\Driver\SpatieDriver contains abstract method defer() from interface Flow\DriverInterface.
|
Execute PHPStan analysis (8.3):
src/Driver/SpatieDriver.php#L81
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, array given.
|
Execute PHPStan analysis (8.3):
src/Driver/SpatieDriver.php#L81
Parameter #4 $ip of class Flow\Event\AsyncEvent constructor expects Flow\Ip, (int|string) given.
|
Execute PHPStan analysis (8.3):
src/Driver/SwooleDriver.php#L30
Non-abstract class Flow\Driver\SwooleDriver contains abstract method defer() from interface Flow\DriverInterface.
|
Execute PHPStan analysis (8.3):
src/Driver/SwooleDriver.php#L76
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, array given.
|
Execute PHPStan analysis (8.3):
src/Driver/SwooleDriver.php#L76
Parameter #4 $ip of class Flow\Event\AsyncEvent constructor expects Flow\Ip, (int|string) given.
|
Launch PHPUnit test suite (8.3)
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 360 minutes.
|
Launch PHPUnit test suite (8.3)
The operation was canceled.
|
Check and fix coding styles using PHP CS Fixer (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Execute PHPStan analysis (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|