Completed
Push — master ( 74f8b0...5a393e )
by Dmitry
08:43 queued 06:34
created
src/Controller/Api.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Basis\Application;
6 6
 use Basis\Event;
7
-use Basis\Filesystem;
8 7
 use Basis\Runner;
9 8
 use Exception;
10 9
 
Please login to merge, or discard this patch.
tests/TestingTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Test;
4 4
 
5
-use Basis\Filesystem;
6
-use Basis\Job;
7 5
 use Basis\Test;
8 6
 
9 7
 class TestingTest extends TestSuite
Please login to merge, or discard this patch.