Passed
Pull Request — master (#326)
by Tim
02:35
created
src/SAML2/HTTPRedirect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     public function send(AbstractMessage $message): ResponseInterface
104 104
     {
105 105
         $destination = $this->getRedirectURL($message);
106
-        Utils::getContainer()->getLogger()->debug('Redirect to '.strlen($destination).' byte URL: '.$destination);
106
+        Utils::getContainer()->getLogger()->debug('Redirect to ' . strlen($destination) . ' byte URL: ' . $destination);
107 107
         return new Response(303, ['Location' => $destination]);
108 108
     }
109 109
 
Please login to merge, or discard this patch.