Add support template types #29
Annotations
10 errors
Run vendor/bin/phpstan:
src/Observable.php#L101
Result of && is always false.
|
Run vendor/bin/phpstan:
src/Observable.php#L115
Cannot call method onError() on Rx\Observer\CallbackObserver|null.
|
Run vendor/bin/phpstan:
src/Observable.php#L174
PHPDoc tag @param for parameter $scheduler with type Rx\SchedulerInterface|null is not subtype of native type Rx\AsyncSchedulerInterface|null.
|
Run vendor/bin/phpstan:
src/Observable.php#L246
Method Rx\Observable::never() should return Rx\Observable\NeverObservable<T> but returns Rx\Observable\NeverObservable<mixed>.
|
Run vendor/bin/phpstan:
src/Observable.php#L296
Class Rx\Operator\MergeAllOperator does not have a constructor and must be instantiated without any parameters.
|
Run vendor/bin/phpstan:
src/Observable.php#L399
Method Rx\Observable::start() should return Rx\Observable<T> but returns Rx\Observable<mixed>.
|
Run vendor/bin/phpstan:
src/Observable.php#L447
Method Rx\Observable::mapTo() has parameter $value with no type specified.
|
Run vendor/bin/phpstan:
src/Observable.php#L543
Method Rx\Observable::selectMany() has parameter $selector with no type specified.
|
Run vendor/bin/phpstan:
src/Observable.php#L793
Method Rx\Observable::__call() has parameter $arguments with no value type specified in iterable type array.
|
Run vendor/bin/phpstan:
src/Observable.php#L793
Method Rx\Observable::__call() has parameter $name with no type specified.
|
The logs for this run have expired and are no longer available.
Loading