Test Failed
Push — master ( dd5709...147c97 )
by Jay
01:57
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.