Completed
Push — master ( fe2380...b892f5 )
by Akihito
02:59
created
src/Snidel/Fork/Container.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Ackintosh\Snidel\Result\Queue as ResultQueue;
10 10
 use Ackintosh\Snidel\Result\Collection;
11 11
 use Ackintosh\Snidel\Error;
12
-use Ackintosh\Snidel\Exception\SharedMemoryControlException;
13 12
 use Ackintosh\Snidel\Worker;
14 13
 use Ackintosh\Snidel\ActiveWorkerSet;
15 14
 
Please login to merge, or discard this patch.
src/Snidel.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,10 +7,7 @@
 block discarded – undo
7 7
 use Ackintosh\Snidel\Result\Result;
8 8
 use Ackintosh\Snidel\Log;
9 9
 use Ackintosh\Snidel\Pcntl;
10
-use Ackintosh\Snidel\DataRepository;
11
-use Ackintosh\Snidel\MapContainer;
12 10
 use Ackintosh\Snidel\Task\Task;
13
-use Ackintosh\Snidel\Exception\SharedMemoryControlException;
14 11
 
15 12
 class Snidel
16 13
 {
Please login to merge, or discard this patch.