Apply fixes from StyleCI (#522)

This commit is contained in:
rennokki 2020-09-12 14:45:29 +00:00 committed by GitHub
parent ec47925c71
commit 87f5e0c316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class StartServer extends Command
// Get all local connections and close them. They will // Get all local connections and close them. They will
// be automatically be unsubscribed from all channels. // be automatically be unsubscribed from all channels.
$channelManager->getLocalConnections() $channelManager->getLocalConnections()
->then(function ($connections) use ($channelManager) { ->then(function ($connections) {
foreach ($connections as $connection) { foreach ($connections as $connection) {
$connection->close(); $connection->close();
} }