Skip to content

Added rule to ignore while(true) statement #22

Added rule to ignore while(true) statement

Added rule to ignore while(true) statement #22

Triggered via push November 22, 2023 13:50
Status Failure
Total duration 32s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
phpstan: src/Extractor.php#L12
Class Kiboko\Component\Flow\RabbitMQ\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: OutputType
phpstan: src/Loader.php#L13
Class Kiboko\Component\Flow\RabbitMQ\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan: src/State.php#L42
Method Kiboko\Component\Flow\RabbitMQ\State::toArray() return type has no value type specified in iterable type array.
phpstan: src/StateManager.php#L14
Property Kiboko\Component\Flow\RabbitMQ\StateManager::$tearedDown type has no value type specified in iterable type array.
phpstan: src/StateManager.php#L46
Method Kiboko\Component\Flow\RabbitMQ\StateManager::trySend() has parameter $count with no type specified.
phpstan
Process completed with exit code 1.