Skip to content

Commit 8f56e00

Browse files
committed
Run CS fixer
1 parent 8331b41 commit 8f56e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Session/Middleware/InitializeSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function onOpen(Connection $connection): void
7676
if ($this->optionsHandler->get('session.auto_start')) {
7777
try {
7878
$session->start();
79-
} catch (InvalidSession | SessionMisconfigured $exception) {
79+
} catch (InvalidSession|SessionMisconfigured $exception) {
8080
// Something went wrong trying to use the session data, bail out
8181
$this->close($connection, 500);
8282

0 commit comments

Comments
 (0)