Updated the contracts #104
Annotations
8 errors
cs-fixer
Process completed with exit code 8.
|
phpstan:
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
|
phpstan:
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
|
phpstan:
src/NullStepRejection.php#L7
Class Kiboko\Contract\Pipeline\NullStepRejection implements generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan:
src/PipelineRunnerInterface.php#L21
PHPDoc tag @param references unknown parameter: $coroutine
|
phpstan:
src/PipelineRunnerInterface.php#L21
Template type OutputType of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() is not referenced in a parameter.
|
phpstan:
src/TransformingInterface.php#L15
Method Kiboko\Contract\Pipeline\TransformingInterface::transform() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan
Process completed with exit code 1.
|