We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8331b41 commit 8f56e00Copy full SHA for 8f56e00
src/Session/Middleware/InitializeSession.php
@@ -76,7 +76,7 @@ public function onOpen(Connection $connection): void
76
if ($this->optionsHandler->get('session.auto_start')) {
77
try {
78
$session->start();
79
- } catch (InvalidSession | SessionMisconfigured $exception) {
+ } catch (InvalidSession|SessionMisconfigured $exception) {
80
// Something went wrong trying to use the session data, bail out
81
$this->close($connection, 500);
82
0 commit comments