@@ -46,7 +46,7 @@ |
||
| 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( |