Fixing PHPStan level 9 issues #98
Annotations
10 errors
src/ExtractingInterface.php#L14
Method Kiboko\Contract\Pipeline\ExtractingInterface::extract() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
src/FlushableInterface.php#L16
Method Kiboko\Contract\Pipeline\FlushableInterface::flush() has invalid return type Kiboko\Component\Bucket\EmptyResultBucket.
|
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
|
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.
|
src/LoadingInterface.php#L15
Method Kiboko\Contract\Pipeline\LoadingInterface::load() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
src/NullStepRejection.php#L7
Class Kiboko\Contract\Pipeline\NullStepRejection implements generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
src/NullStepRejection.php#L9
Method Kiboko\Contract\Pipeline\NullStepRejection::reject() has parameter $rejection with no value type specified in iterable type array.
|
src/PipelineRunnerInterface.php#L21
Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
src/StepRejectionInterface.php#L13
Method Kiboko\Contract\Pipeline\StepRejectionInterface::reject() has parameter $rejection with no value type specified in iterable type array.
|
src/StepRejectionInterface.php#L13
PHPDoc tag @param for parameter $rejection with type Type is not subtype of native type array|object.
|
The logs for this run have expired and are no longer available.
Loading