@@ -31,7 +31,7 @@ |
||
31 | 31 | { |
32 | 32 | $this->client = $client ?: new WsClient(); |
33 | 33 | |
34 | - $this->onReject = static function (Exception $exception) { |
|
34 | + $this->onReject = static function(Exception $exception) { |
|
35 | 35 | echo $exception->getMessage(); |
36 | 36 | }; |
37 | 37 | } |