Passed
Branch master (e94900)
by judicael
03:54
created
bundles/core/Config.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  */
15 15
 namespace Venus\core;
16 16
 
17
-use stdClass;
18 17
 use \Venus\lib\Debug as Debug;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
bundles/src/Batch/app/Controller/Phpunit.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 \Venus\lib\Bash as Bash;
6 6
 use \Venus\src\Batch\common\Controller as Controller;
7
-use PHPUnit_Util_Fileloader;
8 7
 
9 8
 class Phpunit extends Controller
10 9
 {
Please login to merge, or discard this patch.