Skip to content

Commit 7b9daf5

Browse files
committed
Apply fixes from StyleCI
1 parent 593aeb7 commit 7b9daf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Illuminate/Process/FakeProcessResult.php

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

33
namespace Illuminate\Process;
44

5-
use Illuminate\Process\Exceptions\ProcessFailedException;
65
use Illuminate\Contracts\Process\ProcessResult as ProcessResultContract;
6+
use Illuminate\Process\Exceptions\ProcessFailedException;
77

88
class FakeProcessResult implements ProcessResultContract
99
{

src/Illuminate/Process/InvokedProcess.php

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

33
namespace Illuminate\Process;
44

5-
use Illuminate\Process\Exceptions\ProcessTimedOutException;
65
use Illuminate\Contracts\Process\InvokedProcess as InvokedProcessContract;
6+
use Illuminate\Process\Exceptions\ProcessTimedOutException;
77
use Symfony\Component\Process\Exception\ProcessTimedOutException as SymfonyTimeoutException;
88
use Symfony\Component\Process\Process;
99

src/Illuminate/Process/ProcessResult.php

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

33
namespace Illuminate\Process;
44

5-
use Illuminate\Process\Exceptions\ProcessFailedException;
65
use Illuminate\Contracts\Process\ProcessResult as ProcessResultContract;
6+
use Illuminate\Process\Exceptions\ProcessFailedException;
77
use Symfony\Component\Process\Process;
88

99
class ProcessResult implements ProcessResultContract

0 commit comments

Comments
 (0)