Skip to content

Updated code to be compatible with php-etl/pipeline-contracts:0.5 #18

Updated code to be compatible with php-etl/pipeline-contracts:0.5

Updated code to be compatible with php-etl/pipeline-contracts:0.5 #18

Triggered via push November 21, 2023 16:16
Status Failure
Total duration 25s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 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#L12
Class Kiboko\Component\Flow\RabbitMQ\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan: src/Loader.php#L74
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/Loader.php#L76
While loop condition is always true.
phpstan: src/State.php#L44
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.