Skip to content

Commit 751b64b

Browse files
committed
Removed spaces in Assert\Length key/value
1 parent b7ab407 commit 751b64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class User extends BaseUser
4646
/**
4747
* @ORM\Column(type="string")
4848
* @Assert\NotBlank()
49-
* @Assert\Length(min = 4)
49+
* @Assert\Length(min=4)
5050
*/
5151
protected $username;
5252

0 commit comments

Comments
 (0)