Passed
Push — master ( feca50...577250 )
by Wagner
02:18 queued 13s
created
src/Certificates.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@
 block discarded – undo
50 50
             "POST",
51 51
             "/companies/{$this->company}/certificates",
52 52
             array(
53
-                "certificate" => curl_file_create($files["tmp_name"], "application/x-pkcs12"),
54
-                "password" => $files["password"]
53
+                "certificate" => curl_file_create($files[ "tmp_name" ], "application/x-pkcs12"),
54
+                "password" => $files[ "password" ]
55 55
             )
56 56
         );
57 57
 
Please login to merge, or discard this patch.