@@ -289,7 +289,7 @@ |
||
| 289 | 289 | * |
| 290 | 290 | * @param array $test_data the current test data. |
| 291 | 291 | * |
| 292 | - * @return bool does the test pass? |
|
| 292 | + * @return integer does the test pass? |
|
| 293 | 293 | */ |
| 294 | 294 | protected function test_preg_match( $test_data ) { |
| 295 | 295 | return preg_match( $test_data['pattern'], $this->password ); |