@@ -47,11 +47,11 @@ |
||
47 | 47 | Assert::same($xml->namespaceURI, Issuer::NS, InvalidDOMElementException::class); |
48 | 48 | |
49 | 49 | /** @psalm-var string $format */ |
50 | - $format = self::getAttribute($xml, 'Format'); |
|
50 | + $format=self::getAttribute($xml, 'Format'); |
|
51 | 51 | Assert::same($format, C::NAMEID_ENTITY, ProtocolViolationException::class); |
52 | 52 | |
53 | 53 | /** @psalm-var string $nameQualifier */ |
54 | - $nameQualifier = self::getAttribute($xml, 'NameQualifier'); |
|
54 | + $nameQualifier=self::getAttribute($xml, 'NameQualifier'); |
|
55 | 55 | return new static($xml->textContent, $nameQualifier); |
56 | 56 | } |
57 | 57 | } |