Skip to content

Commit 4e18a9f

Browse files
committed
Fix symtax error (semicolon missing)
1 parent c7fa7b3 commit 4e18a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/User/Service/UserCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
final class UserCreator
1212
{
13-
private const MIN_LENGTH_USERNAME = 2
13+
private const MIN_LENGTH_USERNAME = 2;
1414
private const MAX_LENGTH_USERNAME = 16;
1515

1616
private UserCreatorRepository $repository;

0 commit comments

Comments
 (0)