Updated code to be compatible with php-etl/pipeline-contracts:0.5 and… #77
Annotations
5 errors
phpstan7:
src/Console.php#L43
Property Kiboko\Component\Runtime\Workflow\Console::$jobs (array<int, Kiboko\Contract\Satellite\RunnableInterface>) does not accept array<int|string, array<int, Kiboko\Contract\Satellite\CodeInterface|Kiboko\Contract\Satellite\RunnableInterface>|Kiboko\Contract\Satellite\RunnableInterface>.
|
phpstan7:
src/PipelineProxy.php#L40
Method Kiboko\Component\Runtime\Workflow\PipelineProxy::extract() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan7:
src/PipelineProxy.php#L53
Method Kiboko\Component\Runtime\Workflow\PipelineProxy::transform() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan7:
src/PipelineProxy.php#L66
Method Kiboko\Component\Runtime\Workflow\PipelineProxy::load() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan7
Process completed with exit code 1.
|