Updated code to be compatible with php-etl/pipeline-contracts:0.5 #53
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
phpstan:
src/Console.php#L30
Method Kiboko\Component\Runtime\Pipeline\Console::extract() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan:
src/Console.php#L47
Method Kiboko\Component\Runtime\Pipeline\Console::transform() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan:
src/Console.php#L64
Method Kiboko\Component\Runtime\Pipeline\Console::load() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan:
src/MemoryState.php#L12
Property Kiboko\Component\Runtime\Pipeline\MemoryState::$metrics type has no value type specified in iterable type array.
|
phpstan:
src/Step/MemoryState.php#L11
Property Kiboko\Component\Runtime\Pipeline\Step\MemoryState::$metrics type has no value type specified in iterable type array.
|
phpstan
Process completed with exit code 1.
|