Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 27, 2019
1 parent ff7644d commit 7940e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/MoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

final class MoneyTest extends TestCase
{
use AggregateExamples, RoundExamples;
use AggregateExamples;
use RoundExamples;

const AMOUNT = 10;

Expand Down

0 comments on commit 7940e28

Please sign in to comment.