@@ -118,7 +118,7 @@ |
||
118 | 118 | * |
119 | 119 | * @param string $pattern |
120 | 120 | * @param string $value |
121 | - * @return mixed |
|
121 | + * @return string|null |
|
122 | 122 | */ |
123 | 123 | protected function runMatches($pattern, $value) |
124 | 124 | { |
@@ -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 | ); |