Skip to content

Commit

Permalink
fix(PHPStan): TagState can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jul 27, 2024
1 parent 50dba27 commit 247b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tags/src/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @property int $last_posted_user_id
* @property string $icon
*
* @property TagState $state
* @property TagState|null $state
* @property Tag|null $parent
* @property-read Collection<Tag> $children
* @property-read Collection<Discussion> $discussions
Expand Down

0 comments on commit 247b74e

Please sign in to comment.