Completed
Push — master ( 2a94ae...f75a7d )
by Hanlin
06:50 queued 01:13
created
src/QueuePool.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Wanghanlin\QueuePool;
4 4
 
5 5
 use Illuminate\Support\ProcessUtils;
6
-use Symfony\Component\Process\Process;
7 6
 use Symfony\Component\Process\PhpExecutableFinder;
7
+use Symfony\Component\Process\Process;
8 8
 
9 9
 class QueuePool
10 10
 {
Please login to merge, or discard this patch.