Completed
Push — master ( 01e9a3...b0156c )
by Kamil
18:54
created
src/Sylius/Behat/MultiContainerExtension/Loader/XmlFileLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -520,7 +520,7 @@
 block discarded – undo
520 520
 
521 521
             // can it be handled by an extension?
522 522
             if (!$this->container->hasExtension($node->namespaceURI)) {
523
-                $extensionNamespaces = array_filter(array_map(function ($ext) { return $ext->getNamespace(); }, $this->container->getExtensions()));
523
+                $extensionNamespaces = array_filter(array_map(function($ext) { return $ext->getNamespace(); }, $this->container->getExtensions()));
524 524
                 throw new InvalidArgumentException(sprintf(
525 525
                     'There is no extension able to load the configuration for "%s" (in %s). Looked for namespace "%s", found %s',
526 526
                     $node->tagName,
Please login to merge, or discard this patch.