Skip to content

Commit

Permalink
Apply fixes from StyleCI (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 authored and taylorotwell committed Nov 1, 2019
1 parent 98cb9e3 commit ac8a1dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Laravel\Homestead\Settings\YamlSettings;
use Laravel\Homestead\Traits\GeneratesSlugs;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

class MakeCommand extends Command
Expand Down
6 changes: 3 additions & 3 deletions tests/MakeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests;

use PHPUnit\Framework\TestCase;
use Symfony\Component\Yaml\Yaml;
use Laravel\Homestead\MakeCommand;
use Tests\Traits\GeneratesTestDirectory;
use Laravel\Homestead\Traits\GeneratesSlugs;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Tester\CommandTester;
use Symfony\Component\Yaml\Yaml;
use Tests\Traits\GeneratesTestDirectory;

class MakeCommandTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Settings/JsonSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Tests\Settings;

use Laravel\Homestead\Settings\JsonSettings;
use PHPUnit\Framework\TestCase;
use Tests\Traits\GeneratesTestDirectory;
use Laravel\Homestead\Settings\JsonSettings;

class JsonSettingsTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Settings/YamlSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Tests\Settings;

use Laravel\Homestead\Settings\YamlSettings;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Yaml\Yaml;
use Tests\Traits\GeneratesTestDirectory;
use Laravel\Homestead\Settings\YamlSettings;

class YamlSettingsTest extends TestCase
{
Expand Down

0 comments on commit ac8a1dc

Please sign in to comment.