PHP 8.2+ #201
Annotations
10 errors
src/Infinite.php#L83
Method ReactParallel\Pool\Infinite\Infinite::run() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
|
src/Infinite.php#L91
Parameter #1 $onFulfilled of method React\Promise\Promise<mixed>::then() expects (callable(mixed): mixed)|null, Closure(ReactParallel\Runtime\Runtime): React\Promise\PromiseInterface<mixed> given.
|
src/Infinite.php#L100
Call to deprecated method always() of class React\Promise\PromiseInterface:
3.0.0 Use finally() instead
|
src/Infinite.php#L102
Binary operation "-" between array{int, int}|float|int and array{int, int}|float|int|null results in an error.
|
src/Infinite.php#L175
Call to function assert() with false will always evaluate to false.
|
src/Infinite.php#L175
Call to function is_int() with string|null will always evaluate to false.
|
src/Infinite.php#L188
Property ReactParallel\Pool\Infinite\Infinite::$idleRuntimes (array<string>) does not accept array<int|string>.
|
tests/InfiniteTest.php#L23
Class "ReactParallel\Tests\Pool\Infinite\InfiniteTest" is not allowed to extend "ReactParallel\Tests\AbstractPoolTest".
|
tests/InfiniteTest.php#L143
Method ReactParallel\Tests\Pool\Infinite\InfiniteTest::poolFactory() is unused.
|
|
The logs for this run have expired and are no longer available.
Loading