|
@@ -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.