Test Failed
Push — master ( 2cec8a...dd5709 )
by Jay
02:09
created
src/Framework.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      */
141 141
     public function setParameterMatching($active = true) : Framework
142 142
     {
143
-        $this->withParameterMatching = (bool) $active;
143
+        $this->withParameterMatching = (bool)$active;
144 144
         return $this;
145 145
     }
146 146
 }
Please login to merge, or discard this patch.