Completed
Branch master (a4b70c)
by Carlos
03:02
created
src/Console/PingCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Component\Console\Input\InputOption;
6 6
 use Symfony\Component\Console\Input\InputInterface;
7 7
 use Symfony\Component\Console\Output\OutputInterface;
8
-
9 8
 use Workana\AsyncJobs\Util\Ping;
10 9
 use Workana\AsyncJobs\AsyncAction;
11 10
 use Workana\AsyncJobs\JobManager;
Please login to merge, or discard this patch.
src/Worker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Throwable;
5 5
 use Exception;
6
-
7 6
 use Bernard\Envelope;
8 7
 use Bernard\Queue;
9 8
 use Bernard\Router;
Please login to merge, or discard this patch.