@@ -281,7 +281,7 @@ |
||
281 | 281 | * @param string $password the password. |
282 | 282 | * @param array $test_data the current test data. |
283 | 283 | * |
284 | - * @return bool does the test pass? |
|
284 | + * @return integer does the test pass? |
|
285 | 285 | */ |
286 | 286 | protected function test_preg_match( $password, $test_data ) { |
287 | 287 | return preg_match( $test_data['pattern'], $password ); |