Skip to content

NGSTACK-811 tags content command #80

NGSTACK-811 tags content command

NGSTACK-811 tags content command #80

Triggered via pull request July 24, 2024 12:43
Status Failure
Total duration 51s
Artifacts

static_analysis.yml

on: pull_request
Matrix: static-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: bundle/Command/TagContentByTypesCommand.php#L74
Parameter #1 $max of method Symfony\Component\Console\Style\SymfonyStyle::progressStart() expects int, int|null given.
phpstan: bundle/Command/TagContentByTypesCommand.php#L94
Cannot access property $value on Ibexa\Contracts\Core\Repository\Values\Content\Field|null.
phpstan: bundle/Command/TagContentByTypesCommand.php#L139
Call to function is_numeric() with int will always evaluate to true.
phpstan: bundle/Command/TagContentByTypesCommand.php#L139
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L145
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L148
Method Netgen\Bundle\SiteBundle\Command\TagContentByTypesCommand::getContentTypes() return type has no value type specified in iterable type array.
phpstan: bundle/Command/TagContentByTypesCommand.php#L155
Call to function is_numeric() with int will always evaluate to true.
phpstan: bundle/Command/TagContentByTypesCommand.php#L155
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L161
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L164
Method Netgen\Bundle\SiteBundle\Command\TagContentByTypesCommand::parseCommaDelimited() return type has no value type specified in iterable type array.
phpstan
The following actions uses Node.js version which is deprecated 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/