Skip to content

Add support template types #34

Add support template types

Add support template types #34

Triggered via pull request November 27, 2023 22:51
Status Failure
Total duration 2m 6s
Artifacts

ci.yml

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

Annotations

124 errors and 12 warnings
PHPStan (PHP 8 on ubuntu-20.04): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8 on ubuntu-20.04): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 8 on ubuntu-20.04): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 8 on ubuntu-20.04): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 8 on ubuntu-20.04): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8 on ubuntu-20.04): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8 on ubuntu-20.04): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 8 on ubuntu-20.04): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 8 on ubuntu-20.04): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 8 on ubuntu-20.04): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPUnit (PHP 7.2 on ubuntu-20.04)
Process completed with exit code 255.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 8.1 on ubuntu-20.04): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 8.1 on ubuntu-20.04): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 8.1 on ubuntu-20.04): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 7.3 on ubuntu-20.04): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 7.3 on ubuntu-20.04): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 7.3 on ubuntu-20.04): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 7.2 on ubuntu-20.04): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 7.2 on ubuntu-20.04): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 7.2 on ubuntu-20.04): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPUnit (PHP 7.3 on ubuntu-20.04)
Process completed with exit code 255.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 7.4 on ubuntu-20.04): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 7.4 on ubuntu-20.04): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 7.4 on ubuntu-20.04): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 8.2 on ubuntu-20.04): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 8.2 on ubuntu-20.04): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 8.2 on ubuntu-20.04): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPUnit (PHP 7.2 on windows-2019)
Process completed with exit code 1.
PHPStan (PHP 8 on windows-2019): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8 on windows-2019): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 8 on windows-2019): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 8 on windows-2019): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 8 on windows-2019): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8 on windows-2019): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8 on windows-2019): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 8 on windows-2019): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 8 on windows-2019): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 8 on windows-2019): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 7.4 on windows-2019): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.4 on windows-2019): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 7.4 on windows-2019): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 7.4 on windows-2019): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 7.4 on windows-2019): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.4 on windows-2019): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 7.4 on windows-2019): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 7.4 on windows-2019): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 7.4 on windows-2019): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 7.4 on windows-2019): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 8.1 on windows-2019): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.1 on windows-2019): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 8.1 on windows-2019): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 8.1 on windows-2019): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 8.1 on windows-2019): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.1 on windows-2019): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.1 on windows-2019): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 8.1 on windows-2019): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 8.1 on windows-2019): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 8.1 on windows-2019): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 8.2 on windows-2019): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.2 on windows-2019): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 8.2 on windows-2019): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 8.2 on windows-2019): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 8.2 on windows-2019): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 8.2 on windows-2019): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 8.2 on windows-2019): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 8.2 on windows-2019): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 8.2 on windows-2019): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 8.2 on windows-2019): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 7.2 on windows-2019): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.2 on windows-2019): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 7.2 on windows-2019): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 7.2 on windows-2019): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 7.2 on windows-2019): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.2 on windows-2019): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 7.2 on windows-2019): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 7.2 on windows-2019): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 7.2 on windows-2019): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 7.2 on windows-2019): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPStan (PHP 7.3 on windows-2019): src/Observable.php#L398
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.3 on windows-2019): src/Observable.php#L1281
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\Subject<mixed> given.
PHPStan (PHP 7.3 on windows-2019): src/Observable.php#L1298
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\AsyncSubject<mixed> given.
PHPStan (PHP 7.3 on windows-2019): src/Observable.php#L1316
Parameter #1 $subject of method Rx\Observable<T>::multicast() expects Rx\Subject\Subject<T>, Rx\Subject\BehaviorSubject<mixed> given.
PHPStan (PHP 7.3 on windows-2019): src/Observable.php#L2072
Method Rx\Observable::fromPromise() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
PHPStan (PHP 7.3 on windows-2019): src/Observable.php#L2084
Method Rx\Observable::toPromise() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<mixed>.
PHPStan (PHP 7.3 on windows-2019): src/Observable/ArrayObservable.php#L49
Comparison operation ">=" between int<1, max> and 1 is always true.
PHPStan (PHP 7.3 on windows-2019): src/Operator/ThrottleOperator.php#L60
Parameter #2 $scheduler of method Rx\Observable<mixed>::delay() expects Rx\AsyncSchedulerInterface|null, Rx\SchedulerInterface given.
PHPStan (PHP 7.3 on windows-2019): src/React/Promise.php#L52
Cannot call method dispose() on null.
PHPStan (PHP 7.3 on windows-2019): src/React/Promise.php#L65
Parameter #1 $value of method React\Promise\Deferred<T>::resolve() expects T, T|null given.
PHPUnit (PHP 7.3 on windows-2019)
Process completed with exit code 1.
PHPUnit (PHP 7.2 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.3 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.4 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.1 on ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.2 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.3 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.4 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.1 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8 on windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/