feat: IndexCollection #101
Annotations
11 errors and 1 warning
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L63
Cannot call method advance() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L73
Cannot call method setBarCharacter() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L74
Cannot call method setEmptyBarCharacter() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L75
Cannot call method setProgressCharacter() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L76
Cannot call method setFormat() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L95
Cannot call method finish() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Console/Command/Io/IndexerProgressBar.php#L114
Cannot call method finish() on Symfony\Component\Console\Helper\ProgressBar|null.
|
phpstan:
src/Service/Indexer/BackgroundIndexer.php#L30
Method Atoolo\Search\Service\Indexer\BackgroundIndexer::getProgressHandler() should return Atoolo\Search\Service\Indexer\IndexerProgressHandler but return statement is missing.
|
phpstan:
src/Service/Indexer/IndexerProgressState.php#L64
Cannot access property $processed on Atoolo\Search\Dto\Indexer\IndexerStatus|null.
|
phpstan:
src/Service/Indexer/IndexerProgressState.php#L65
Cannot access property $lastUpdate on Atoolo\Search\Dto\Indexer\IndexerStatus|null.
|
phpunit
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading