Skip to content

Commit 9e48315

Browse files
driesvintstaylorotwell
authored andcommitted
Apply fixes from StyleCI (#96)
1 parent cceeb54 commit 9e48315

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/NewCommand.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
namespace Laravel\Installer\Console;
44

5-
use ZipArchive;
6-
use RuntimeException;
75
use GuzzleHttp\Client;
8-
use Symfony\Component\Process\Process;
9-
use Symfony\Component\Filesystem\Filesystem;
6+
use RuntimeException;
107
use Symfony\Component\Console\Command\Command;
11-
use Symfony\Component\Console\Input\InputOption;
128
use Symfony\Component\Console\Input\InputArgument;
139
use Symfony\Component\Console\Input\InputInterface;
10+
use Symfony\Component\Console\Input\InputOption;
1411
use Symfony\Component\Console\Output\OutputInterface;
1512
use Symfony\Component\Filesystem\Exception\IOExceptionInterface;
13+
use Symfony\Component\Filesystem\Filesystem;
14+
use Symfony\Component\Process\Process;
15+
use ZipArchive;
1616

1717
class NewCommand extends Command
1818
{

0 commit comments

Comments
 (0)