Ran php-cs-fixer #32
Annotations
9 errors and 1 warning
phpstan-6:
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-6:
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-6:
src/Rejection.php#L11
Class Kiboko\Component\Flow\RabbitMQ\Rejection implements generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
|
phpstan-6:
src/Rejection.php#L73
Method Kiboko\Component\Flow\RabbitMQ\Rejection::reject() has parameter $rejection with no value type specified in iterable type array.
|
phpstan-6:
src/Rejection.php#L89
Method Kiboko\Component\Flow\RabbitMQ\Rejection::rejectWithReason() has parameter $rejection with no value type specified in iterable type array.
|
phpstan-6:
src/State.php#L43
Method Kiboko\Component\Flow\RabbitMQ\State::toArray() return type has no value type specified in iterable type array.
|
phpstan-6:
src/StateManager.php#L14
Property Kiboko\Component\Flow\RabbitMQ\StateManager::$tearedDown type has no value type specified in iterable type array.
|
phpstan-6:
src/StateManager.php#L46
Method Kiboko\Component\Flow\RabbitMQ\StateManager::trySend() has parameter $count with no type specified.
|
phpstan-6
Process completed with exit code 1.
|
phpstan-6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|