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

Commit c42fb3b

Browse files
authored
Apply fixes from StyleCI (#20)
1 parent 7bd6645 commit c42fb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/StartWebSocketServer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ protected function configureStatisticsLogger()
5050
'dns' => new DnsResolver(),
5151
'tls' => [
5252
'verify_peer' => config('app.env') === 'production',
53-
'verify_peer_name' => config('app.env') === 'production'
54-
]
53+
'verify_peer_name' => config('app.env') === 'production',
54+
],
5555
]);
5656

5757
$browser = new Browser($this->loop, $connector);

0 commit comments

Comments
 (0)