Completed
Pull Request — master (#10)
by Adam
02:42
created
src/Event.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Equip\Queue;
4 4
 
5
-use Equip\Command\OptionsInterface;
6 5
 use Exception;
7 6
 use League\Event\EmitterInterface;
8 7
 use Psr\Log\LoggerInterface;
Please login to merge, or discard this patch.
src/Queue.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Equip\Queue;
4 4
 
5
-use Equip\Command\OptionsInterface;
6 5
 use Equip\Queue\Driver\DriverInterface;
7 6
 
8 7
 class Queue
Please login to merge, or discard this patch.