Passed
Push — master ( 16f4e8...ed8b3b )
by Tim
02:01
created
src/SPID/XML/saml/Issuer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         Assert::same($xml->localName, 'Issuer', InvalidDOMElementException::class);
47 47
         Assert::same($xml->namespaceURI, Issuer::NS, InvalidDOMElementException::class);
48 48
 
49
-        $format = self::getAttribute($xml, 'Format', SAMLAnyURIValue::class);
49
+        $format=self::getAttribute($xml, 'Format', SAMLAnyURIValue::class);
50 50
         Assert::true($format->equals(C::NAMEID_ENTITY));
51 51
 
52 52
         return new static(
Please login to merge, or discard this patch.