Skip to content

Commit

Permalink
chore: unique constraint added
Browse files Browse the repository at this point in the history
  • Loading branch information
vardumper committed Jan 9, 2024
1 parent a1a398d commit f779e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapping/UniqueConstraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class UniqueConstraint
public $fragments;

/**
* @param array<string>|null $fragments
* @param array<string>|null $fragments
*/
public function __construct(
?array $fragments = null
Expand Down

0 comments on commit f779e6a

Please sign in to comment.