Passed
Push — master ( a7c241...c1ca01 )
by Vladymyr
01:56
created
src/BitfinexClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.