Updated generics types #97
Annotations
5 errors
cs-fixer
Process completed with exit code 8.
|
phpstan:
src/FlushableInterface.php#L16
Method Kiboko\Contract\Pipeline\FlushableInterface::flush() has invalid return type Kiboko\Component\Bucket\EmptyResultBucket.
|
phpstan:
src/FlushableInterface.php#L16
Method Kiboko\Contract\Pipeline\FlushableInterface::flush() return type with generic interface Kiboko\Contract\Bucket\ResultBucketInterface does not specify its types: Type
|
phpstan:
src/FlushableInterface.php#L16
PHPDoc tag @return with type Kiboko\Component\Bucket\EmptyResultBucket|Kiboko\Contract\Bucket\ResultBucketInterface<Type> is not subtype of native type Kiboko\Contract\Bucket\ResultBucketInterface.
|
phpstan
Process completed with exit code 1.
|