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