Skip to content

Commit

Permalink
Applied fixes from StyleCI (#15649)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 28, 2016
1 parent 66ae528 commit 7aff6ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Queue/Console/DaemonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
namespace Illuminate\Queue\Console;

use Carbon\Carbon;
use RuntimeException;
use Illuminate\Queue\Worker;
use Illuminate\Console\Command;
use Illuminate\Queue\WorkerOptions;
use Illuminate\Contracts\Queue\Job;
use Illuminate\Queue\Events\JobFailed;
use Illuminate\Queue\Events\JobProcessed;
use Illuminate\Queue\Events\JobProcessing;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;

Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Queue/Console/WorkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

namespace Illuminate\Queue\Console;

use Carbon\Carbon;
use Illuminate\Console\Command;
use Symfony\Component\Process\Process;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;

class WorkCommand extends Command
{
Expand Down

0 comments on commit 7aff6ea

Please sign in to comment.