Test Failed
Push — master ( c62a67...fdb875 )
by P.R.
02:23
created
src/Endpoint/ImportEndpoint.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
   {
30 30
     /** @var Import $resource */
31 31
     $resource = parent::restPost(['imports'],
32
-                                 ['api_key' => $this->client->getApiKey()],
33
-                                 ['title'                   => $title,
32
+                                  ['api_key' => $this->client->getApiKey()],
33
+                                  ['title'                   => $title,
34 34
                                   'company_id'              => $this->client->getCompanyId(),
35 35
                                   'expected_invoices_count' => $expectedInvoiceCount]);
36 36
     if (!is_a($resource, Import::class))
Please login to merge, or discard this patch.