Skip to content

Deprecating the Pipeline class from this package #46

Deprecating the Pipeline class from this package

Deprecating the Pipeline class from this package #46

Triggered via push November 21, 2023 16:11
Status Failure
Total duration 36s
Artifacts

phpstan-8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/StateOutput/Action.php#L7
Class Kiboko\Component\Runtime\Action\Action not found.
phpstan: src/StateOutput/Action.php#L12
Class Kiboko\Component\Runtime\Action\Action not found.
phpstan: src/StateOutput/Pipeline.php#L7
Class Kiboko\Component\Runtime\Pipeline\Pipeline not found.
phpstan: src/StateOutput/Pipeline.php#L12
Class Kiboko\Component\Runtime\Pipeline\Pipeline not found.
phpstan: src/StateOutput/PipelineStep.php#L7
Class Kiboko\Component\Runtime\Pipeline\Step\Step not found.
phpstan: src/StateOutput/PipelineStep.php#L12
Class Kiboko\Component\Runtime\Pipeline\Step\Step not found.
phpstan: src/StateOutput/Workflow.php#L12
Property Kiboko\Component\State\StateOutput\Workflow::$jobs has unknown class Kiboko\Component\State\StateOutput\Action as its type.
phpstan: src/StateOutput/Workflow.php#L12
Property Kiboko\Component\State\StateOutput\Workflow::$jobs has unknown class Kiboko\Component\State\StateOutput\Pipeline as its type.
phpstan: src/StateOutput/Workflow.php#L20
Method Kiboko\Component\State\StateOutput\Workflow::withPipeline() has invalid return type Kiboko\Component\State\StateOutput\Pipeline.
phpstan: src/StateOutput/Workflow.php#L22
Instantiated class Kiboko\Component\State\StateOutput\Pipeline not found.