Passed
Push — master ( 9d5f82...26cad7 )
by Dedipyaman
01:49
created
src/Type/Password.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.