Skip to content

Commit 3f0316d

Browse files
committed
Fix use statement order
1 parent 86240d7 commit 3f0316d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Exception/InvalidArgumentExceptionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
namespace MongoDB\Tests\Exception;
44

5+
use AssertionError;
56
use MongoDB\Exception\InvalidArgumentException;
67
use MongoDB\Tests\TestCase;
78

8-
use AssertionError;
9-
109
class InvalidArgumentExceptionTest extends TestCase
1110
{
1211
/**

0 commit comments

Comments
 (0)