Completed
Push — master ( 5a6cbe...c8e6dd )
by Dmitry
05:03
created
tests/HttpTest.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 Basis\Http;
4
-
5 4
 use Controller\Index;
6 5
 
7 6
 class HttpTest extends TestSuite
Please login to merge, or discard this patch.
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\NoteRepository;
6 5
 
7 6
 class TarantoolTest extends TestSuite
Please login to merge, or discard this patch.