Completed
Push — b0.3.0 ( 42ce2e...8e2f00 )
by Sebastian
03:50
created
src/Filter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     public function __construct()
60 60
     {
61
-       [$this->rules, $this->alias] = RuleBuilder::build();
61
+        [$this->rules, $this->alias] = RuleBuilder::build();
62 62
     }
63 63
 
64 64
     /**
Please login to merge, or discard this patch.