Test Failed
Branch parameters (0a0778)
by Jay
02:56
created
src/Framework.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
 
136 136
     public function setParameterMatching($active = true)
137 137
     {
138
-        $this->withParameterMatching = (bool) $active;
138
+        $this->withParameterMatching = (bool)$active;
139 139
         return $this;
140 140
     }
141 141
 }
Please login to merge, or discard this patch.