Passed
Push — master ( 542807...000b7f )
by Hector Luis
11:24
created
Gateway/Client/Rest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     {
50 50
         // If auth problems the log and return void
51 51
         $this->client = $this->clientFactory->create([
52
-            'config' => [ // Playing a little bit with Magento rules by passing config key, must ve refactored
52
+            'config' => [// Playing a little bit with Magento rules by passing config key, must ve refactored
53 53
                 $this->baseUriKey => $credentials[self::BASE_URI_KEY]
54 54
             ]
55 55
         ]);
Please login to merge, or discard this patch.