Merge pull request #13 from php-etl/JoMessina-patch-1 #30
Annotations
9 errors and 1 warning
phpstan:
src/Extractor.php#L12
Class Kiboko\Component\Flow\RabbitMQ\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: Type
|
phpstan:
src/Loader.php#L12
Class Kiboko\Component\Flow\RabbitMQ\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: Type
|
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#L55
Method Kiboko\Component\Flow\RabbitMQ\State::toArray() return type has no value type specified in iterable type array.
|
phpstan:
src/StateManager.php#L13
Property Kiboko\Component\Flow\RabbitMQ\StateManager::$steps 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#L48
Method Kiboko\Component\Flow\RabbitMQ\StateManager::trySend() has parameter $count with no type specified.
|
phpstan
Process completed with exit code 1.
|
phpstan
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/.
|