Skip to content

Prepare v4.2.0 release #274

Prepare v4.2.0 release

Prepare v4.2.0 release #274

Triggered via push November 22, 2023 16:44
Status Failure
Total duration 49s
Artifacts

ci.yml

on: push
Matrix: PHPStan
Matrix: PHPUnit
Fit to window
Zoom out
Zoom in

Annotations

21 errors
PHPStan (PHP 8.1): src/functions.php#L192
Function React\Async\async() should return callable(A1=, A2=, A3=, A4=, A5=): React\Promise\PromiseInterface<T> but returns Closure(mixed ...): React\Promise\Promise<mixed>.
PHPStan (PHP 8.1): src/functions.php#L676
Function React\Async\coroutine() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.1): src/functions.php#L737
Function React\Async\parallel() should return React\Promise\PromiseInterface<array<T>> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.1): src/functions.php#L792
Function React\Async\series() should return React\Promise\PromiseInterface<array<T>> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.1): src/functions.php#L841
Function React\Async\waterfall() should return React\Promise\PromiseInterface<T|null> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.1): tests/AwaitTest.php#L132
Parameter #1 $ of callable callable(Throwable): void expects Throwable, false given.
PHPStan (PHP 8.1): tests/AwaitTest.php#L150
Parameter #1 $ of callable callable(Throwable): void expects Throwable, null given.
PHPStan (PHP 8.1): tests/AwaitTest.php#L334
Parameter #1 $ of callable callable(Throwable): void expects Throwable, null given.
PHPStan (PHP 8.1)
Process completed with exit code 1.
PHPStan (PHP 8.2)
The job was canceled because "_8_1" failed.
PHPStan (PHP 8.2): src/functions.php#L192
Function React\Async\async() should return callable(A1=, A2=, A3=, A4=, A5=): React\Promise\PromiseInterface<T> but returns Closure(mixed ...): React\Promise\Promise<mixed>.
PHPStan (PHP 8.2): src/functions.php#L676
Function React\Async\coroutine() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.2): src/functions.php#L737
Function React\Async\parallel() should return React\Promise\PromiseInterface<array<T>> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.2): src/functions.php#L792
Function React\Async\series() should return React\Promise\PromiseInterface<array<T>> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.2): src/functions.php#L841
Function React\Async\waterfall() should return React\Promise\PromiseInterface<T|null> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.2): tests/AwaitTest.php#L132
Parameter #1 $ of callable callable(Throwable): void expects Throwable, false given.
PHPStan (PHP 8.2): tests/AwaitTest.php#L150
Parameter #1 $ of callable callable(Throwable): void expects Throwable, null given.
PHPStan (PHP 8.2): tests/AwaitTest.php#L334
Parameter #1 $ of callable callable(Throwable): void expects Throwable, null given.
PHPStan (PHP 8.2)
Process completed with exit code 1.
PHPStan (PHP 8.3)
The job was canceled because "_8_1" failed.
PHPStan (PHP 8.3)
The operation was canceled.