Passed
Push — v3.0 ( 2b1bd7...a14c42 )
by Raza
02:10
created
src/Traits/PayPalAPI/Subscriptions/Helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
         }
201 201
 
202 202
         if (!in_array($interval_unit, $billing_intervals)) {
203
-            throw new \RuntimeException("Billing intervals should either be " . implode($billing_intervals, ", "));
203
+            throw new \RuntimeException("Billing intervals should either be ".implode($billing_intervals, ", "));
204 204
         }
205 205
 
206 206
         $plan_pricing = $this->addPlanBillingCycle($interval_unit, $interval_count, $price);
Please login to merge, or discard this patch.