Passed
Pull Request — v3.0 (#619)
by Raza
02:21
created
src/Traits/PayPalAPI/Subscriptions/Helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@
 block discarded – undo
250 250
         }
251 251
 
252 252
         if (!in_array($interval_unit, $billing_intervals)) {
253
-            throw new \RuntimeException('Billing intervals should either be ' . implode(', ', $billing_intervals));
253
+            throw new \RuntimeException('Billing intervals should either be '.implode(', ', $billing_intervals));
254 254
         }
255 255
 
256 256
         $plan_pricing   = $this->addPlanBillingCycle($interval_unit, $interval_count, $price, $total_cycles);
Please login to merge, or discard this patch.