Apply fixes from StyleCI (#20)

This commit is contained in:
Marcel Pociot 2018-12-05 21:10:08 +01:00 committed by GitHub
parent 7bd6645f85
commit c42fb3b769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ class StartWebSocketServer extends Command
'dns' => new DnsResolver(), 'dns' => new DnsResolver(),
'tls' => [ 'tls' => [
'verify_peer' => config('app.env') === 'production', '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); $browser = new Browser($this->loop, $connector);