Skip to content

✨ Add Flow\Driver\SpatieDriver #75

✨ Add Flow\Driver\SpatieDriver

✨ Add Flow\Driver\SpatieDriver #75

Triggered via pull request September 10, 2023 21:15
Status Failure
Total duration 13m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Matrix: Check and fix coding styles using PHP CS Fixer
Matrix: Execute PHPStan analysis
Matrix: Launch PHPUnit test suite
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Execute PHPStan analysis (8.2): examples/flow.php#L20
Match arm comparison between 5 and 1 is always false.
Execute PHPStan analysis (8.2): examples/flow.php#L21
Match arm comparison between 5 and 2 is always false.
Execute PHPStan analysis (8.2): examples/flow.php#L22
Match arm comparison between 5 and 3 is always false.
Execute PHPStan analysis (8.2): examples/flow.php#L23
Match arm comparison between 5 and 4 is always false.
Execute PHPStan analysis (8.2): examples/flow.php#L25
Match arm is unreachable because previous comparison is always true.
Execute PHPStan analysis (8.2): src/Driver/SpatieDriver.php#L29
Property Flow\Driver\SpatieDriver::$pool has unknown class Spatie\Async\Pool as its type.
Execute PHPStan analysis (8.2): src/Driver/SpatieDriver.php#L46
Call to method add() on an unknown class Spatie\Async\Pool.
Execute PHPStan analysis (8.2): src/Driver/SpatieDriver.php#L85
Call to method wait() on an unknown class Spatie\Async\Pool.
Execute PHPStan analysis (8.2): tests/Driver/SpatieDriverTest.php#L10
Class Flow\Test\Driver\SpatieDriverTest extends generic class Flow\Test\Driver\DriverTestCase but does not specify its types: T1, T2
Execute PHPStan analysis (8.2)
Process completed with exit code 1.
Launch PHPUnit test suite (8.2)
Process completed with exit code 255.