@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | ); |
138 | 138 | |
139 | 139 | $httpException->setTitle('Service Unavailable') |
140 | - ->setDescription($message); |
|
140 | + ->setDescription($message); |
|
141 | 141 | |
142 | 142 | // TODO Add headers |
143 | 143 | throw $httpException; |
@@ -241,9 +241,9 @@ discard block |
||
241 | 241 | $sessionCookieConfig = $this->config->get('session.cookie', []); |
242 | 242 | |
243 | 243 | $cookie->withExpires($expire) |
244 | - ->withPath($sessionCookieConfig['path'] ?? null) |
|
245 | - ->withDomain($sessionCookieConfig['domain'] ?? null) |
|
246 | - ->withHttpOnly(true); |
|
244 | + ->withPath($sessionCookieConfig['path'] ?? null) |
|
245 | + ->withDomain($sessionCookieConfig['domain'] ?? null) |
|
246 | + ->withHttpOnly(true); |
|
247 | 247 | |
248 | 248 | |
249 | 249 | return $cookie; |