Skip to content

Commit 038617c

Browse files
committed
style: add missing blank line in string and uuid identifiers
1 parent 1877574 commit 038617c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Toolkit/Identifiers/StringId.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
final readonly class StringId implements Identifier, JsonSerializable
2121
{
2222
use IsIdentifier;
23+
2324
public static function from(Identifier|string $value): self
2425
{
2526
return match(true) {

src/Toolkit/Identifiers/Uuid.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
final class Uuid implements Identifier, JsonSerializable
2222
{
2323
use IsIdentifier;
24+
2425
private static ?IUuidFactory $factory = null;
2526

2627
public static function setFactory(?IUuidFactory $factory): void

0 commit comments

Comments
 (0)