Skip to content

Commit

Permalink
NGSTACK-811 add empty line before return
Browse files Browse the repository at this point in the history
  • Loading branch information
Marijan Klaric committed Jul 23, 2024
1 parent c2ccf4d commit 2516943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundle/Command/TagContentByTypesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function () use ($searchHit, $fieldIdentifiers): ?int {

if (!$content->getField($fieldIdentifier)->value instanceof TagFieldValue) {

Check failure on line 104 in bundle/Command/TagContentByTypesCommand.php

View workflow job for this annotation

GitHub Actions / phpstan

Cannot access property $value on Ibexa\Contracts\Core\Repository\Values\Content\Field|null.
$this->style->error(sprintf('Field with identifier %s must be a type of eztags', $fieldIdentifier));

return Command::FAILURE;
}

Expand Down

0 comments on commit 2516943

Please sign in to comment.