🏗️ YFlow rework #150
Annotations
10 errors and 1 warning
src/Driver/AmpDriver.php#L62
Method Flow\Driver\AmpDriver::defer() return type with generic class Amp\Future does not specify its types: T
|
src/Driver/AmpDriver.php#L102
Unable to resolve the template type Tr in call to method Amp\Future<mixed>::map()
|
src/Driver/FiberDriver.php#L30
Non-abstract class Flow\Driver\FiberDriver contains abstract method defer() from interface Flow\DriverInterface.
|
src/Driver/FiberDriver.php#L87
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, array given.
|
src/Driver/FiberDriver.php#L87
Parameter #4 $ip of class Flow\Event\AsyncEvent constructor expects Flow\Ip, (int|string) given.
|
src/Driver/FiberDriver.php#L87
Parameter #5 $callback of class Flow\Event\AsyncEvent constructor expects Closure, false given.
|
src/Driver/ReactDriver.php#L62
Method Flow\Driver\ReactDriver::defer() return type with generic class React\Promise\Promise does not specify its types: T
|
src/Driver/ReactDriver.php#L76
Method Flow\Driver\ReactDriver::defer() should return React\Promise\Promise but returns React\Promise\PromiseInterface<mixed>.
|
src/Driver/SpatieDriver.php#L30
Non-abstract class Flow\Driver\SpatieDriver contains abstract method defer() from interface Flow\DriverInterface.
|
src/Driver/SpatieDriver.php#L81
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, array given.
|
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/
|
This job failed
Loading