Skip to content

Commit 155bc21

Browse files
committed
Code style fix
1 parent 928440c commit 155bc21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Job/QueueJobs/RunJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
use Cog\Laravel\Paket\Job\Events\JobHasBeenTerminated;
2020
use Cog\Laravel\Paket\Support\Composer;
2121
use Illuminate\Bus\Queueable;
22-
use Illuminate\Queue\InteractsWithQueue;
2322
use Illuminate\Contracts\Queue\ShouldQueue;
2423
use Illuminate\Foundation\Bus\Dispatchable;
24+
use Illuminate\Queue\InteractsWithQueue;
2525
use RuntimeException;
2626

2727
final class RunJob implements ShouldQueue

src/Support/Composer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
namespace Cog\Laravel\Paket\Support;
1515

16-
use Cog\Contracts\Paket\Job\Exceptions\JobFailed;
1716
use Cog\Contracts\Paket\Job\Entities\Job as JobContract;
17+
use Cog\Contracts\Paket\Job\Exceptions\JobFailed;
1818
use Cog\Contracts\Paket\Requirement\Entities\Requirement as RequirementContract;
1919
use Illuminate\Filesystem\Filesystem;
2020
use Illuminate\Support\ProcessUtils;
21-
use Symfony\Component\Process\Process;
2221
use Symfony\Component\Process\PhpExecutableFinder;
22+
use Symfony\Component\Process\Process;
2323

2424
final class Composer
2525
{

0 commit comments

Comments
 (0)