Completed
Push — developer ( a4791c...ad87e6 )
by Никита
04:10
created
src/Queue.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
     namespace NokitaKaze\Queue;
4 4
 
5
-    use NokitaKaze\RandomString\RandomString;
6
-
7 5
     class Queue extends AbstractQueueTransport {
8 6
         const ProducerThreadCount = 5;
9 7
         const DefaultDBFileCount = 10;
Please login to merge, or discard this patch.