Passed
Pull Request — master (#6)
by Tim
12:09
created
src/SAML11/Compat/AbstractContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.