Skip to content

Commit 5d2a8f0

Browse files
committed
Apply fixes from StyleCI
1 parent 25e4df6 commit 5d2a8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/realtime/src/Websocket/Connection/Websocket.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function onOpen(ConnectionInterface $conn): void
3636

3737
if (! $this->manager->allowsNewConnection()) {
3838
$conn->close();
39+
3940
return;
4041
}
4142

0 commit comments

Comments
 (0)