Completed
Push — master ( 073c6d...49d4ca )
by Dmitry
06:07
created
test/php/Test/BootstrapTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Test;
4 4
 
5 5
 use Basis\Test;
6
-use Basis\Filesystem;
7 6
 
8 7
 class BootstrapTest extends Test
9 8
 {
Please login to merge, or discard this patch.
src/Converter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Basis;
4 4
 
5 5
 use Carbon\Carbon;
6
-use Exception;
7
-use stdClass;
8 6
 use Tarantool\Mapper\Entity;
9 7
 
10 8
 class Converter
Please login to merge, or discard this patch.
src/Job/Module/Handle.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Basis\Job\Module;
4 4
 
5 5
 use Basis\Application;
6
-use Basis\Context;
7 6
 use Basis\Dispatcher;
8 7
 use Basis\Event;
9 8
 use Basis\Job;
Please login to merge, or discard this patch.