Passed
Branch gettersetter (72890a)
by Tim
05:11 queued 03:09
created
src/SAML2/Utils.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -463,8 +463,8 @@
 block discarded – undo
463 463
          * namespaces needed to parse the XML.
464 464
          */
465 465
         $xml = '<root xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" '.
466
-                        'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' .
467
-            $decrypted .
466
+                        'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">'.
467
+            $decrypted.
468 468
             '</root>';
469 469
 
470 470
         try {
Please login to merge, or discard this patch.