Skip to content

Commit d3009a0

Browse files
author
Lucas Michot
committed
Enforce Laravel Style imports.
1 parent fff25a4 commit d3009a0

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)