@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | abstract class PasswordUtil |
6 | 6 | { |
7 | - static public function evaluateStrength(string $password): int |
|
7 | + static public function evaluateStrength(string $password): int |
|
8 | 8 | { |
9 | 9 | $score = 0; |
10 | 10 | $maxScore = 100; |