Skip to content

NGSTACK-811 tags content command #79

NGSTACK-811 tags content command

NGSTACK-811 tags content command #79

Triggered via pull request July 24, 2024 12:23
Status Failure
Total duration 52s
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#L75
Parameter #1 $max of method Symfony\Component\Console\Style\SymfonyStyle::progressStart() expects int, int|null given.
phpstan: bundle/Command/TagContentByTypesCommand.php#L100
Cannot access property $value on Ibexa\Contracts\Core\Repository\Values\Content\Field|null.
phpstan: bundle/Command/TagContentByTypesCommand.php#L145
Call to function is_numeric() with int will always evaluate to true.
phpstan: bundle/Command/TagContentByTypesCommand.php#L145
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L151
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L154
Method Netgen\Bundle\SiteBundle\Command\TagContentByTypesCommand::getContentTypes() return type has no value type specified in iterable type array.
phpstan: bundle/Command/TagContentByTypesCommand.php#L161
Call to function is_numeric() with int will always evaluate to true.
phpstan: bundle/Command/TagContentByTypesCommand.php#L161
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L167
Casting to int something that's already int.
phpstan: bundle/Command/TagContentByTypesCommand.php#L170
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/