Skip to content

Commit 627bb5a

Browse files
committed
Remove unneeded use statements
1 parent 6cfdf02 commit 627bb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsonPathUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
namespace Symfony\Component\JsonPath;
1313

14-
use Symfony\Component\JsonStreamer\Read\Splitter;
1514
use Symfony\Component\JsonPath\Exception\InvalidArgumentException;
1615
use Symfony\Component\JsonPath\Tokenizer\JsonPathToken;
1716
use Symfony\Component\JsonPath\Tokenizer\TokenType;
17+
use Symfony\Component\JsonStreamer\Read\Splitter;
1818

1919
/**
2020
* Get the smallest deserializable JSON string from a list of tokens that doesn't need any processing.

0 commit comments

Comments
 (0)