@@ -338,7 +338,7 @@ |
||
338 | 338 | */ |
339 | 339 | protected function mountArray(string $container, string $key, $criteria, array &$data): void |
340 | 340 | { |
341 | - $criteria = (string) $criteria; |
|
341 | + $criteria = (string)$criteria; |
|
342 | 342 | |
343 | 343 | if (!array_key_exists($criteria, $this->references[$key])) { |
344 | 344 | throw new ParserException("Undefined reference `{$key}`.`{$criteria}`"); |