Passed
Pull Request — master (#2397)
by
unknown
25:01 queued 16:43
created
app/Http/Controllers/Stripe/GetPlans.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
         $result = [];
25 25
         foreach ($plans as $k => $plan) {
26
-            if (! $plan->active || $plan->amount == 0) {
26
+            if (!$plan->active || $plan->amount == 0) {
27 27
                 continue;
28 28
             }
29 29
 
Please login to merge, or discard this patch.