Add support template types #25
Annotations
10 errors
Run vendor/bin/phpstan:
src/Disposable/BinaryDisposable.php#L35
Method Rx\Disposable\BinaryDisposable::dispose() has no return type specified.
|
Run vendor/bin/phpstan:
src/Disposable/BinaryDisposable.php#L46
Property Rx\Disposable\BinaryDisposable::$first (Rx\DisposableInterface) does not accept null.
|
Run vendor/bin/phpstan:
src/Disposable/BinaryDisposable.php#L47
Property Rx\Disposable\BinaryDisposable::$second (Rx\DisposableInterface) does not accept null.
|
Run vendor/bin/phpstan:
src/Disposable/CallbackDisposable.php#L11
Property Rx\Disposable\CallbackDisposable::$action has no type specified.
|
Run vendor/bin/phpstan:
src/Disposable/CallbackDisposable.php#L12
Property Rx\Disposable\CallbackDisposable::$disposed has no type specified.
|
Run vendor/bin/phpstan:
src/Disposable/CallbackDisposable.php#L19
Method Rx\Disposable\CallbackDisposable::dispose() has no return type specified.
|
Run vendor/bin/phpstan:
src/Disposable/CompositeDisposable.php#L11
Property Rx\Disposable\CompositeDisposable::$disposables has no type specified.
|
Run vendor/bin/phpstan:
src/Disposable/CompositeDisposable.php#L12
Property Rx\Disposable\CompositeDisposable::$isDisposed has no type specified.
|
Run vendor/bin/phpstan:
src/Disposable/CompositeDisposable.php#L14
Method Rx\Disposable\CompositeDisposable::__construct() has parameter $disposables with no value type specified in iterable type array.
|
Run vendor/bin/phpstan:
src/Disposable/CompositeDisposable.php#L19
Method Rx\Disposable\CompositeDisposable::dispose() has no return type specified.
|
The logs for this run have expired and are no longer available.
Loading