Apply fixes from StyleCI (#522)
This commit is contained in:
parent
ec47925c71
commit
87f5e0c316
|
|
@ -288,7 +288,7 @@ class StartServer extends Command
|
|||
// Get all local connections and close them. They will
|
||||
// be automatically be unsubscribed from all channels.
|
||||
$channelManager->getLocalConnections()
|
||||
->then(function ($connections) use ($channelManager) {
|
||||
->then(function ($connections) {
|
||||
foreach ($connections as $connection) {
|
||||
$connection->close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue