Passed
Push — v2.0 ( cf221d...00ccf5 )
by Raza
02:12
created
src/Traits/PayPalHttpClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
         foreach ($defaults as $key => $value) {
156 156
             if (empty($this->$key)) {
157 157
                 $this->$key = $defaults[$key];
158
-                dump ('$this->' . $key . ": {$this->$key}");
158
+                dump('$this->'.$key.": {$this->$key}");
159 159
             }
160 160
         }
161 161
     }
Please login to merge, or discard this patch.