Passed
Push — feature/symfony6-upgrade ( 28ddd2...048052 )
by Paul
06:39
created
SelfServiceBundle/Security/Authentication/Session/SessionStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 
107 107
     public function hasRequestId(): bool
108 108
     {
109
-        return $this->requestStack->getSession()->has(self::SAML_SESSION_KEY. 'request_id');
109
+        return $this->requestStack->getSession()->has(self::SAML_SESSION_KEY . 'request_id');
110 110
     }
111 111
 
112 112
     public function clearRequestId(): void
Please login to merge, or discard this patch.