Passed
Pull Request — master (#208)
by Jaime Pérez
02:48
created
src/SAML2/XML/ExtendableAttributes.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
     public function getAttributeNS(string $namespaceURI, string $localName): ?string
48 48
     {
49 49
         return isset($this->namespacedAttributes['{' . $namespaceURI . '}' . $localName]) ?
50
-            $this->namespacedAttributes['{' . $namespaceURI . '}' . $localName]['value'] :
51
-            null;
50
+            $this->namespacedAttributes['{' . $namespaceURI . '}' . $localName]['value'] : null;
52 51
     }
53 52
 
54 53
 
Please login to merge, or discard this patch.