@@ -25,7 +25,7 @@  | 
                                                    ||
| 25 | 25 | * @throws InvalidValue  | 
                                                        
| 26 | 26 | * @throws \Phypes\Exception\InvalidRule  | 
                                                        
| 27 | 27 | */  | 
                                                        
| 28 | - public function __construct(string $password, $options =[], Validator $validator = null)  | 
                                                        |
| 28 | + public function __construct(string $password, $options = [ ], Validator $validator = null)  | 
                                                        |
| 29 | 29 |      { | 
                                                        
| 30 | 30 |          if ($validator == null) { | 
                                                        
| 31 | 31 | // use the default validator  |