Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 994b8d3

Browse files
committed
docs: fixed PasswordStrength argument name
1 parent ff5ef71 commit 994b8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-rules_password-strength.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The strength is calculated by measuring the entropy of the password (in bits) ba
66
```php
77
PasswordStrength(
88
string $minStrength = 'medium',
9-
?string $minMessage = null
9+
?string $message = null
1010
);
1111
```
1212

0 commit comments

Comments
 (0)