Skip to content

Commit fe24615

Browse files
geekjourneyxStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a793d6b commit fe24615

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/LaravelDeployer/Commands/BaseCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace Reallyli\LaravelDeployer\Commands;
44

55
use Illuminate\Console\Command;
6-
use Symfony\Component\Yaml\Yaml;
7-
use Symfony\Component\Process\Process;
8-
use Reallyli\LaravelDeployer\ConfigFile;
96
use Reallyli\LaravelDeployer\Concerns\DeployBuilder;
10-
use Reallyli\LaravelDeployer\LaravelDeployerException;
117
use Reallyli\LaravelDeployer\Concerns\ParsesCliParameters;
8+
use Reallyli\LaravelDeployer\ConfigFile;
9+
use Reallyli\LaravelDeployer\LaravelDeployerException;
10+
use Symfony\Component\Process\Process;
11+
use Symfony\Component\Yaml\Yaml;
1212

1313
class BaseCommand extends Command
1414
{

src/LaravelDeployer/ConfigFile.php

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

33
namespace Reallyli\LaravelDeployer;
44

5-
use Symfony\Component\Yaml\Yaml;
6-
use Illuminate\Filesystem\Filesystem;
75
use Illuminate\Contracts\Support\Arrayable;
8-
use Reallyli\LaravelDeployer\Concerns\RendersCode;
6+
use Illuminate\Filesystem\Filesystem;
97
use Reallyli\LaravelDeployer\Concerns\DeployBuilder;
8+
use Reallyli\LaravelDeployer\Concerns\RendersCode;
9+
use Symfony\Component\Yaml\Yaml;
1010

1111
class ConfigFile implements Arrayable
1212
{

src/LaravelDeployer/DeployFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Reallyli\LaravelDeployer;
44

55
use Illuminate\Filesystem\Filesystem;
6-
use Reallyli\LaravelDeployer\Concerns\RendersCode;
76
use Reallyli\LaravelDeployer\Concerns\DeployBuilder;
7+
use Reallyli\LaravelDeployer\Concerns\RendersCode;
88

99
class DeployFile
1010
{

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
namespace Reallyli\LaravelDeployer\Tests;
1010

11-
use Symfony\Component\Yaml\Yaml;
1211
use Illuminate\Filesystem\Filesystem;
1312
use Orchestra\Testbench\TestCase as Orchestra;
1413
use Reallyli\LaravelDeployer\Concerns\DeployBuilder;
14+
use Symfony\Component\Yaml\Yaml;
1515

1616
/**
1717
* Class TestCase.

tests/YamlParseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Reallyli\LaravelDeployer\Tests;
44

5-
use Symfony\Component\Yaml\Yaml;
65
use Illuminate\Filesystem\Filesystem;
76
use Reallyli\LaravelDeployer\ConfigFile;
7+
use Symfony\Component\Yaml\Yaml;
88

99
/**
1010
* Class YamlParseTest.

0 commit comments

Comments
 (0)