|
@@ -107,7 +107,7 @@ |
|
|
block discarded – undo |
|
107
|
107
|
$namespaceURI = $qName->getNamespaceURI()->getValue(); |
|
108
|
108
|
|
|
109
|
109
|
if ($namespaceURI !== null) { |
|
110
|
|
- $localName = $qName->getLocalName()->getValue();; |
|
|
110
|
+ $localName = $qName->getLocalName()->getValue(); ; |
|
111
|
111
|
$key = $qName->getRawValue(); |
|
112
|
112
|
if (array_key_exists($key, $this->registr) === true) { |
|
113
|
113
|
Assert::implementsInterface($this->registry[$key], ExtensionPointInterface::class); |
Please login to merge, or discard this patch.