@@ -175,7 +175,7 @@ |
||
175 | 175 | try { |
176 | 176 | $amount = $math->add($amount, $operation->getAmount()); |
177 | 177 | } catch (\ErrorException $errorException) { |
178 | - var_dump($amount, $operation->getAmount());die; |
|
178 | + var_dump($amount, $operation->getAmount()); die; |
|
179 | 179 | } |
180 | 180 | } |
181 | 181 |