@@ -132,7 +132,7 @@ |
||
| 132 | 132 | if (!$document->firstChild instanceof \DOMElement) { |
| 133 | 133 | throw new \Exception('Malformed SAML message received.'); |
| 134 | 134 | } |
| 135 | - $message = Message::fromXML($document->firstChild); |
|
| 135 | + $message = Message::fromXML($document->firstChild); |
|
| 136 | 136 | |
| 137 | 137 | if (array_key_exists('RelayState', $data)) { |
| 138 | 138 | $message->setRelayState($data['RelayState']); |