Passed
Pull Request — master (#19)
by Massimiliano
09:17
created
src/Publisher/Publisher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     private string $key;
16 16
     private string $secret;
17 17
 
18
-    public function __construct(Client $client,string  $key, string $secret)
18
+    public function __construct(Client $client, string  $key, string $secret)
19 19
     {
20 20
         $this->client = $client;
21 21
         $this->key = $key;
Please login to merge, or discard this patch.