Passed
Push — v3.0 ( d52714...ffe692 )
by Raza
01:58
created
src/Traits/PayPalRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
             $this->throwConfigurationException();
190 190
         }
191 191
 
192
-        collect($credentials[$this->mode])->map(function ($value, $key) {
192
+        collect($credentials[$this->mode])->map(function($value, $key) {
193 193
             $this->config[$key] = $value;
194 194
         });
195 195
 
Please login to merge, or discard this patch.