Add support template types #22
Annotations
10 errors
Run vendor/bin/phpstan:
src/Observable.php#L84
Class Rx\Observable implements generic interface Rx\ObservableInterface but does not specify its types: T
|
Run vendor/bin/phpstan:
src/Observable.php#L96
Method Rx\Observable::subscribe() has parameter $onNextOrObserver with no type specified.
|
Run vendor/bin/phpstan:
src/Observable.php#L96
PHPDoc tag @param has invalid value (callable(T)|ObserverInterface|null $onNextOrObserver): Unexpected token "(", expected variable at offset 26
|
Run vendor/bin/phpstan:
src/Observable.php#L114
Cannot call method onError() on Rx\Observer\CallbackObserver|null.
|
Run vendor/bin/phpstan:
src/Observable.php#L157
Method Rx\Observable::create() return type with generic class Rx\Observable does not specify its types: T
|
Run vendor/bin/phpstan:
src/Observable.php#L173
Method Rx\Observable::interval() return type with generic class Rx\Observable\IntervalObservable does not specify its types: T
|
Run vendor/bin/phpstan:
src/Observable.php#L173
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#L202
Method Rx\Observable::just() has parameter $value with no type specified.
|
Run vendor/bin/phpstan:
src/Observable.php#L202
Method Rx\Observable::just() return type with generic class Rx\Observable does not specify its types: T
|
Run vendor/bin/phpstan:
src/Observable.php#L217
Method Rx\Observable::empty() return type with generic class Rx\Observable\EmptyObservable does not specify its types: T
|
The logs for this run have expired and are no longer available.
Loading