Deprecating the Action class from this package #45
Annotations
10 errors
src/MemoryState.php#L29
Method Kiboko\Component\State\MemoryState::accept() overrides method Kiboko\Contract\Pipeline\StateInterface::accept() but misses parameter #2 $count.
|
src/MemoryState.php#L29
Parameter #1 $step (int) of method Kiboko\Component\State\MemoryState::accept() is not contravariant with parameter #1 $step (Kiboko\Contract\Pipeline\StepCodeInterface) of method Kiboko\Contract\Pipeline\StateInterface::accept().
|
src/MemoryState.php#L35
Method Kiboko\Component\State\MemoryState::reject() overrides method Kiboko\Contract\Pipeline\StateInterface::reject() but misses parameter #2 $count.
|
src/MemoryState.php#L35
Parameter #1 $step (int) of method Kiboko\Component\State\MemoryState::reject() is not contravariant with parameter #1 $step (Kiboko\Contract\Pipeline\StepCodeInterface) of method Kiboko\Contract\Pipeline\StateInterface::reject().
|
src/MemoryState.php#L41
Method Kiboko\Component\State\MemoryState::error() overrides method Kiboko\Contract\Pipeline\StateInterface::error() but misses parameter #2 $count.
|
src/MemoryState.php#L41
Parameter #1 $step (int) of method Kiboko\Component\State\MemoryState::error() is not contravariant with parameter #1 $step (Kiboko\Contract\Pipeline\StepCodeInterface) of method Kiboko\Contract\Pipeline\StateInterface::error().
|
src/StateOutput/Action.php#L7
Class Kiboko\Component\Runtime\Action\Action not found.
|
src/StateOutput/Action.php#L12
Class Kiboko\Component\Runtime\Action\Action not found.
|
src/StateOutput/Workflow.php#L12
Property Kiboko\Component\State\StateOutput\Workflow::$jobs has unknown class Kiboko\Component\State\StateOutput\Action as its type.
|
src/StateOutput/Workflow.php#L25
Method Kiboko\Component\State\StateOutput\Workflow::withAction() has invalid return type Kiboko\Component\State\StateOutput\Action.
|
The logs for this run have expired and are no longer available.
Loading