@@ -91,7 +91,7 @@ |
||
91 | 91 | $containsLower = (bool) preg_match('/[a-z]/', $text); |
92 | 92 | |
93 | 93 | if ($this->strictCheck) |
94 | - return !preg_match('/[\W]/', $text) && $containsLower; |
|
94 | + return !preg_match('/[\W]/', $text) && $containsLower; |
|
95 | 95 | else |
96 | 96 | return $containsLower; |
97 | 97 | } |