Passed
Push — v3.0 ( 452bec...3eabac )
by Raza
09:17
created
src/Traits/PayPalRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     private function setApiProviderConfiguration(array $credentials): void
184 184
     {
185 185
         // Setting PayPal API Credentials
186
-        collect($credentials[$this->mode])->map(function ($value, $key) {
186
+        collect($credentials[$this->mode])->map(function($value, $key) {
187 187
             $this->config[$key] = $value;
188 188
         });
189 189
 
Please login to merge, or discard this patch.