Skip to content

Updated code to be compatible with php-etl/pipeline-contracts:0.5 #47

Updated code to be compatible with php-etl/pipeline-contracts:0.5

Updated code to be compatible with php-etl/pipeline-contracts:0.5 #47

Triggered via push November 21, 2023 16:42
Status Failure
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

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.