Passed
Push — release-4-alpha ( 9b9c8a...3033c8 )
by Jaime Pérez
02:12
created
src/SAML2/HTTPRedirect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
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']);
Please login to merge, or discard this patch.