Report precise offsets in errors #16843
Annotations
10 errors
src/Internal/CancellationQueue.php#L44
Cannot use ++ on mixed.
|
src/Internal/FulfilledPromise.php#L61
Method React\Promise\Internal\FulfilledPromise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
|
src/Promise.php#L99
Method React\Promise\Promise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
|
src/Promise.php#L260
Parameter #1 $objectOrMethod of class ReflectionMethod constructor expects object|string, mixed given.
|
src/Promise.php#L260
Parameter #2 $method of class ReflectionMethod constructor expects string, mixed given.
|
src/Promise.php#L286
Parameter #1 $result of method React\Promise\Promise<T>::settle() expects React\Promise\PromiseInterface<T>, React\Promise\PromiseInterface<mixed> given.
|
src/functions.php#L30
Call to function method_exists() with object&T of mixed and 'then' will always evaluate to true.
|
src/functions.php#L33
Call to function method_exists() with object&T of mixed and 'cancel' will always evaluate to true.
|
src/functions.php#L40
Call to an undefined method object&T of mixed::then().
|
src/functions.php#L261
Function React\Promise\set_rejection_handler() should return (callable(Throwable): void)|null but returns mixed.
|
This job failed
Loading