Deprecating the Pipeline class from this package #46
Annotations
11 errors and 1 warning
cs-fixer
Process completed with exit code 8.
|
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.
|
cs-fixer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|