@@ -236,7 +236,7 @@ |
||
| 236 | 236 | */ |
| 237 | 237 | public function __call($name, $arguments) |
| 238 | 238 | { |
| 239 | - if (! isset($this->macros[$name])) { |
|
| 239 | + if (!isset($this->macros[$name])) { |
|
| 240 | 240 | throw new BadMethodCallException( |
| 241 | 241 | "The method or macro {$name} does not exist." |
| 242 | 242 | ); |