Updated PHPStan level from 3 to 8 #2
Annotations
10 errors
phpstan:
src/Constraint/Pipeline/IteratesLike.php#L45
Parameter #1 $iterable of method Kiboko\Component\PHPUnitExtension\Constraint\Pipeline\IteratesLike<Type>::asIterator() expects iterable<int, Type>, mixed given.
|
phpstan:
src/Constraint/Pipeline/PipelineExtractsLike.php#L71
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Kiboko\Contract\Bucket\ResultBucketInterface<mixed>> given.
|
phpstan:
src/Constraint/Pipeline/PipelineLoadsLike.php#L68
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Type> given.
|
phpstan:
src/Constraint/Pipeline/PipelineLoadsLike.php#L87
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Type> given.
|
phpstan:
src/Constraint/Pipeline/PipelineTransformsLike.php#L68
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Type> given.
|
phpstan:
src/Constraint/Pipeline/PipelineTransformsLike.php#L87
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Type> given.
|
phpstan:
src/Constraint/Pipeline/PipelineWritesFile.php#L58
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Type> given.
|
phpstan:
src/Constraint/Pipeline/PipelineWritesFile.php#L77
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() expects Iterator<int, mixed>, Iterator<mixed, Type> given.
|
phpstan:
src/PipelineRunner.php#L29
Parameter #1 $rejection of method Kiboko\Contract\Pipeline\StepRejectionInterface<InputType|null>::reject() expects array|object, mixed given.
|
phpstan:
src/PipelineRunner.php#L34
Generator expects key type int, mixed given.
|