From 7940e2864ef31e2d81949a45fbf0d52ee21da700 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Fri, 27 Dec 2019 21:27:38 +0100 Subject: [PATCH] Fix CS --- tests/MoneyTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/MoneyTest.php b/tests/MoneyTest.php index 2f0240da..55ddc66d 100644 --- a/tests/MoneyTest.php +++ b/tests/MoneyTest.php @@ -8,7 +8,8 @@ final class MoneyTest extends TestCase { - use AggregateExamples, RoundExamples; + use AggregateExamples; + use RoundExamples; const AMOUNT = 10;