Completed
Push — feature/0.7.0 ( 79c386...7f3169 )
by Ryuichi
03:02
created
WebStream/Log/Logger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 use WebStream\Module\Security;
10
-use WebStream\DI\ServiceLocator;
11 10
 use WebStream\Log\Logger;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
WebStream/Module/ClassLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 require_once dirname(__FILE__) . '/Utility/FileUtils.php';
5 5
 require_once dirname(__FILE__) . '/../DI/Injector.php';
6 6
 
7
-use WebStream\Module\Utility\ApplicationUtils;
8 7
 use WebStream\Module\Utility\FileUtils;
9 8
 use WebStream\DI\Injector;
10 9
 
Please login to merge, or discard this patch.