From 3ded2115b77328534eec40eb1b5c71e557240c3a Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 4 Aug 2016 15:15:22 +0200 Subject: [PATCH] fix --- Services/PriceStringGenerator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Services/PriceStringGenerator.php b/Services/PriceStringGenerator.php index 4af7d04..bdb8f3e 100644 --- a/Services/PriceStringGenerator.php +++ b/Services/PriceStringGenerator.php @@ -51,6 +51,7 @@ public function generateFullPriceStr(BillingPlanInterface $billingPlan) : string /** * @param BillingPlanInterface[] $billingPlans + * @return string * @throws \InvalidArgumentException * @throws \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException * @throws \Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException @@ -80,9 +81,7 @@ public function generatePaymentStr(array $billingPlans):string "Billing plans with different $attribute can not be combinated." ); } else { - dump($attribute); $$attribute = $plan->$getter(); - dump($$attribute); } } }