Skip to content

Commit

Permalink
🐛 Fix SmartTags attribute typing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeorgel committed Sep 15, 2022
1 parent d18d546 commit e0d683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Attributes/SmartTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait SmartTags
/**
* Entity Smart tags.
*
* \Bluerock\Sellsy\Entities\SmartTag[]
* @var \Bluerock\Sellsy\Entities\SmartTag[]|null
*/
public $smart_tags;
}

0 comments on commit e0d683b

Please sign in to comment.