Skip to content

Merge pull request #9 from php-etl/gplanchat-patch-1 #75

Merge pull request #9 from php-etl/gplanchat-patch-1

Merge pull request #9 from php-etl/gplanchat-patch-1 #75

Triggered via push November 17, 2023 16:32
Status Failure
Total duration 24s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan7: src/ActionProxy.php#L23
Parameter $code of method Kiboko\Component\Runtime\Workflow\ActionProxy::__construct() has invalid type Kiboko\Contract\Satellite\CodeInterface.
phpstan7: src/ActionProxy.php#L23
Property Kiboko\Component\Runtime\Workflow\ActionProxy::$code has unknown class Kiboko\Contract\Satellite\CodeInterface as its type.
phpstan7: src/Console.php#L31
Parameter $job of method Kiboko\Component\Runtime\Workflow\Console::loadPipeline() has invalid type Kiboko\Contract\Satellite\CodeInterface.
phpstan7: src/Console.php#L38
Parameter $job of method Kiboko\Component\Runtime\Workflow\Console::loadAction() has invalid type Kiboko\Contract\Satellite\CodeInterface.
phpstan7: src/Console.php#L45
Method Kiboko\Component\Runtime\Workflow\Console::job() overrides method Kiboko\Contract\Pipeline\SchedulingInterface::job() but misses parameter #2 $runnable.
phpstan7: src/Console.php#L45
Parameter #1 $job (Kiboko\Contract\Satellite\RunnableInterface) of method Kiboko\Component\Runtime\Workflow\Console::job() is not contravariant with parameter #1 $job (Kiboko\Contract\Pipeline\JobCodeInterface) of method Kiboko\Contract\Pipeline\SchedulingInterface::job().
phpstan7: src/PipelineProxy.php#L30
Parameter $code of method Kiboko\Component\Runtime\Workflow\PipelineProxy::__construct() has invalid type Kiboko\Contract\Satellite\CodeInterface.
phpstan7: src/PipelineProxy.php#L30
Property Kiboko\Component\Runtime\Workflow\PipelineProxy::$code has unknown class Kiboko\Contract\Satellite\CodeInterface as its type.
phpstan7: src/PipelineProxy.php#L37
Method Kiboko\Component\Runtime\Workflow\PipelineProxy::extract() has parameter $extractor with generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: OutputType
phpstan7: src/PipelineProxy.php#L37
Method Kiboko\Component\Runtime\Workflow\PipelineProxy::extract() overrides method Kiboko\Contract\Pipeline\ExtractingInterface::extract() but misses parameter #4 $state.