Passed
Push — master ( 8884a6...674cbd )
by sarnado
02:38
created
src/SarnadoConverter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function __construct(string $apiKey)
36 36
     {
37
-       $this->apiClient = new APIClient($apiKey);
37
+        $this->apiClient = new APIClient($apiKey);
38 38
     }
39 39
 
40 40
     /**
Please login to merge, or discard this patch.