Skip to content

Commit

Permalink
Update SpatieTagsEntry.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Oct 26, 2023
1 parent 4d80d3b commit 871b817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getState(): array
$type = $this->getType();

if ($this->isAnyTagTypeAllowed()) {
/** @var Collection $tags */
/** @phpstan-ignore-next-line */
$tags = $record->tags;
} else {
$tags = $record->tagsWithType($type);
Expand Down

0 comments on commit 871b817

Please sign in to comment.