Apply fixes from StyleCI (#20)
This commit is contained in:
parent
7bd6645f85
commit
c42fb3b769
|
|
@ -50,8 +50,8 @@ class StartWebSocketServer extends Command
|
|||
'dns' => new DnsResolver(),
|
||||
'tls' => [
|
||||
'verify_peer' => config('app.env') === 'production',
|
||||
'verify_peer_name' => config('app.env') === 'production'
|
||||
]
|
||||
'verify_peer_name' => config('app.env') === 'production',
|
||||
],
|
||||
]);
|
||||
|
||||
$browser = new Browser($this->loop, $connector);
|
||||
|
|
|
|||
Loading…
Reference in New Issue