Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 87f5e0c

Browse files
authored
Apply fixes from StyleCI (#522)
1 parent ec47925 commit 87f5e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/StartServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ protected function triggerSoftShutdown()
288288
// Get all local connections and close them. They will
289289
// be automatically be unsubscribed from all channels.
290290
$channelManager->getLocalConnections()
291-
->then(function ($connections) use ($channelManager) {
291+
->then(function ($connections) {
292292
foreach ($connections as $connection) {
293293
$connection->close();
294294
}

0 commit comments

Comments
 (0)