🏕️ Remove deprecated doctrine option #119
Annotations
6 errors and 4 warnings
phpstan:
src-dev/Feed/Repository/InMemoryArticleRepository.php#L49
Parameter #1 $array (list<App\Feed\Domain\Article\Article>) of array_values is already a list, call has no effect.
|
phpstan:
src/Feed/Infrastructure/Framework/CompilerPass/FeedProviderSourceShouldBeUniqueCompilerPass.php#L26
Parameter #1 $callback of function call_user_func expects callable(): mixed, array{class-string, 'getSource'} given.
|
phpstan:
src/Feed/Infrastructure/Helper/DOM/DOM.php#L15
Using nullsafe property access "?->nodeValue" on left side of ?? is unnecessary. Use -> instead.
|
phpstan:
src/Feed/Infrastructure/Persistence/Doctrine/Article/DoctrineArticleRepository.php#L59
Method App\Feed\Infrastructure\Persistence\Doctrine\Article\DoctrineArticleRepository::findLatestIds() should return list<App\Feed\Domain\Article\ArticleId> but returns array<App\Feed\Domain\Article\ArticleId>.
|
phpstan:
tests/Unit/Common/Identifier/UuidIdTest.php#L40
Expression "new class($uuid) extends \App\Common\Identifier\UuidId…" on a separate line does not do anything.
|
phpstan
Process completed with exit code 1.
|
unit_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
phpcs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
functional_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|