Skip to content

Commit a53b672

Browse files
author
Eldario
committed
Increase min length
1 parent ac92d37 commit a53b672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extensions/BodyCodeValidatorExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class BodyCodeValidatorExtension extends AbstractValidatorExtension
2020
{
21-
private const LENGTH_MIN = 7;
21+
private const LENGTH_MIN = 8;
2222
private const LENGTH_MAX = 15;
2323

2424
/**

0 commit comments

Comments
 (0)