🏗️ YFlow rework #148
Annotations
10 errors and 1 warning
examples/ampYFlow.php#L17
Function wrapWithDeferred() return type with generic class Amp\Future does not specify its types: T
|
examples/ampYFlow.php#L26
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#L32
Non-abstract class Flow\Driver\ReactDriver contains abstract method defer() from interface Flow\DriverInterface.
|
src/Driver/ReactDriver.php#L80
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, array given.
|
src/Driver/ReactDriver.php#L80
Parameter #4 $ip of class Flow\Event\AsyncEvent constructor expects Flow\Ip, (int|string) given.
|
src/Driver/SpatieDriver.php#L30
Non-abstract class Flow\Driver\SpatieDriver contains abstract method defer() from interface Flow\DriverInterface.
|
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