Skip to content

Commit 76a49d6

Browse files
committed
[Cleanup] Optimise import statements
1 parent d12caf2 commit 76a49d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Assertions/LinksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
namespace CloudCreativity\JsonApi\Testing\Tests\Assertions;
2121

2222
use CloudCreativity\JsonApi\Testing\HttpMessage;
23-
use CloudCreativity\JsonApi\Testing\Utils\JsonObject;
2423
use CloudCreativity\JsonApi\Testing\Tests\TestCase;
2524
use CloudCreativity\JsonApi\Testing\Tests\TestObject;
25+
use CloudCreativity\JsonApi\Testing\Utils\JsonObject;
2626

2727
class LinksTest extends TestCase
2828
{

0 commit comments

Comments
 (0)