@@ -140,7 +140,7 @@ |
||
| 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 | } |