Completed
Push — master ( 08ea87...2a6b2d )
by Dmitry
05:00
created
tests/RunnerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Basis\Job\Job\Info;
4 3
 use Basis\Runner;
5 4
 use Job\Hello\World;
6 5
 
Please login to merge, or discard this patch.
tests/TarantoolTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Tarantool\Mapper\Mapper;
4
-
5 4
 use Repository\Note;
6 5
 
7 6
 class TarantoolTest extends TestSuite
Please login to merge, or discard this patch.
src/Job/Module/Bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Basis\Framework;
9 9
 use Basis\Runner;
10 10
 use Basis\Service;
11
-use Exception;
12 11
 use ReflectionClass;
13 12
 use ReflectionProperty;
14 13
 
Please login to merge, or discard this patch.