We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac92d37 commit a53b672Copy full SHA for a53b672
src/Extensions/BodyCodeValidatorExtension.php
@@ -18,7 +18,7 @@
18
*/
19
class BodyCodeValidatorExtension extends AbstractValidatorExtension
20
{
21
- private const LENGTH_MIN = 7;
+ private const LENGTH_MIN = 8;
22
private const LENGTH_MAX = 15;
23
24
/**
0 commit comments