Skip to content

Commit

Permalink
Cosmetic change to satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Aug 11, 2023
1 parent 4bf5604 commit 21e3ffd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ private function __construct(
*/
public static function create(
SequenceNumber|int|null $maximumSequenceNumber = null,
): self
{
): self {
if (is_int($maximumSequenceNumber)) {
$maximumSequenceNumber = SequenceNumber::fromInteger($maximumSequenceNumber);
}
Expand Down

0 comments on commit 21e3ffd

Please sign in to comment.