Made the decorated state in the MemoryState as optional #43
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 1 warning
cs-fixer
Process completed with exit code 8.
|
phpstan:
src/MemoryState.php#L29
Method Kiboko\Component\State\MemoryState::accept() overrides method Kiboko\Contract\Pipeline\StateInterface::accept() but misses parameter #2 $count.
|
phpstan:
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().
|
phpstan:
src/MemoryState.php#L35
Method Kiboko\Component\State\MemoryState::reject() overrides method Kiboko\Contract\Pipeline\StateInterface::reject() but misses parameter #2 $count.
|
phpstan:
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().
|
phpstan:
src/MemoryState.php#L41
Method Kiboko\Component\State\MemoryState::error() overrides method Kiboko\Contract\Pipeline\StateInterface::error() but misses parameter #2 $count.
|
phpstan:
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().
|
phpstan
Process completed with exit code 1.
|
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/
|