Skip to content

Commit ac8a1dc

Browse files
svpernova09taylorotwell
authored andcommitted
Apply fixes from StyleCI (laravel#1309)
1 parent 98cb9e3 commit ac8a1dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/MakeCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Laravel\Homestead\Settings\YamlSettings;
77
use Laravel\Homestead\Traits\GeneratesSlugs;
88
use Symfony\Component\Console\Command\Command;
9-
use Symfony\Component\Console\Input\InputOption;
109
use Symfony\Component\Console\Input\InputInterface;
10+
use Symfony\Component\Console\Input\InputOption;
1111
use Symfony\Component\Console\Output\OutputInterface;
1212

1313
class MakeCommand extends Command

tests/MakeCommandTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Tests;
44

5-
use PHPUnit\Framework\TestCase;
6-
use Symfony\Component\Yaml\Yaml;
75
use Laravel\Homestead\MakeCommand;
8-
use Tests\Traits\GeneratesTestDirectory;
96
use Laravel\Homestead\Traits\GeneratesSlugs;
7+
use PHPUnit\Framework\TestCase;
108
use Symfony\Component\Console\Tester\CommandTester;
9+
use Symfony\Component\Yaml\Yaml;
10+
use Tests\Traits\GeneratesTestDirectory;
1111

1212
class MakeCommandTest extends TestCase
1313
{

tests/Settings/JsonSettingsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Tests\Settings;
44

5+
use Laravel\Homestead\Settings\JsonSettings;
56
use PHPUnit\Framework\TestCase;
67
use Tests\Traits\GeneratesTestDirectory;
7-
use Laravel\Homestead\Settings\JsonSettings;
88

99
class JsonSettingsTest extends TestCase
1010
{

tests/Settings/YamlSettingsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Tests\Settings;
44

5+
use Laravel\Homestead\Settings\YamlSettings;
56
use PHPUnit\Framework\TestCase;
67
use Symfony\Component\Yaml\Yaml;
78
use Tests\Traits\GeneratesTestDirectory;
8-
use Laravel\Homestead\Settings\YamlSettings;
99

1010
class YamlSettingsTest extends TestCase
1111
{

0 commit comments

Comments
 (0)