Skip to content

Commit

Permalink
Fix docblock return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Apr 22, 2024
1 parent 39d3cd3 commit 6dbbc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Traits/EntityTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait EntityTrait
protected int|string $identifier;

/**
* @return non-empty-string
* @return int|non-empty-string
*/
public function getIdentifier(): int|string
{
Expand Down

0 comments on commit 6dbbc9f

Please sign in to comment.