Passed
Pull Request — master (#204)
by Roquie
07:59
created
src/Parser/AbstractNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@
 block discarded – undo
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}`");
Please login to merge, or discard this patch.