Skip to content

Initiated migration to monorepo #38

Initiated migration to monorepo

Initiated migration to monorepo #38

Triggered via push November 16, 2023 15:32
Status Failure
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan-5.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L32
Parameter #1 $step of method Kiboko\Contract\Pipeline\StateInterface::accept() expects Kiboko\Contract\Pipeline\StepCodeInterface, int given.
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#L38
Parameter #1 $step of method Kiboko\Contract\Pipeline\StateInterface::reject() expects Kiboko\Contract\Pipeline\StepCodeInterface, int given.
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: src/MemoryState.php#L44
Parameter #1 $step of method Kiboko\Contract\Pipeline\StateInterface::error() expects Kiboko\Contract\Pipeline\StepCodeInterface, int given.
phpstan
Process completed with exit code 1.