Skip to content

Commit 3b92aa8

Browse files
committed
style: correct namespace ordering
1 parent cf4069d commit 3b92aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace JsonSchema\Tests;
44

5+
use JsonSchema\Exception\InvalidArgumentException;
56
use JsonSchema\Validator;
67
use PHPUnit\Framework\TestCase;
7-
use JsonSchema\Exception\InvalidArgumentException;
88

99
class ValidatorTest extends TestCase
1010
{

0 commit comments

Comments
 (0)