Skip to content

Commit 04acf76

Browse files
authored
Merge pull request #23 from lucasmichot/feature/imports
Enforce Laravel Style imports sort.
2 parents fff25a4 + d3009a0 commit 04acf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DumpServerCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
use Illuminate\Console\Command;
66

77
use InvalidArgumentException;
8-
use Symfony\Component\Console\Style\SymfonyStyle;
98
use Symfony\Component\VarDumper\Cloner\Data;
10-
use Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor;
9+
use Symfony\Component\Console\Style\SymfonyStyle;
1110
use Symfony\Component\VarDumper\Dumper\CliDumper;
1211
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
1312
use Symfony\Component\VarDumper\Server\DumpServer;
1413
use Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor;
14+
use Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor;
1515

1616
class DumpServerCommand extends Command
1717
{

0 commit comments

Comments
 (0)