Skip to content

Commit 5c7621e

Browse files
committed
Fix CS
1 parent 9ec470e commit 5c7621e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/FunctionsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\String\AbstractString;
1616
use Symfony\Component\String\ByteString;
17-
use Symfony\Component\String\UnicodeString;
1817

1918
use function Symfony\Component\String\b;
2019
use function Symfony\Component\String\s;
2120
use function Symfony\Component\String\u;
2221

22+
use Symfony\Component\String\UnicodeString;
23+
2324
final class FunctionsTest extends TestCase
2425
{
2526
/**

0 commit comments

Comments
 (0)