Completed
Push — support/2.0 ( caf4ac...243edf )
by Vítor
03:02
created
PPI/App.php 1 patch
Unused Use Statements   +9 added lines, -10 removed lines patch added patch discarded remove patch
@@ -9,16 +9,15 @@
 block discarded – undo
9 9
 
10 10
 namespace PPI;
11 11
 
12
-use
13
-    PPI\Exception\Handler as ExceptionHandler,
14
-    PPI\ServiceManager\ServiceManager,
15
-    PPI\ServiceManager\Config\HttpConfig,
16
-    PPI\ServiceManager\Config\SessionConfig,
17
-    PPI\ServiceManager\Config\ModuleConfig,
18
-    PPI\ServiceManager\Config\RouterConfig,
19
-    PPI\ServiceManager\Config\TemplatingConfig,
20
-    PPI\ServiceManager\Options\AppOptions,
21
-    Symfony\Component\HttpFoundation\Response;
12
+use PPI\Exception\Handler as ExceptionHandler;
13
+use PPI\ServiceManager\ServiceManager;
14
+use PPI\ServiceManager\Config\HttpConfig;
15
+use PPI\ServiceManager\Config\SessionConfig;
16
+use PPI\ServiceManager\Config\ModuleConfig;
17
+use PPI\ServiceManager\Config\RouterConfig;
18
+use PPI\ServiceManager\Config\TemplatingConfig;
19
+use PPI\ServiceManager\Options\AppOptions;
20
+use Symfony\Component\HttpFoundation\Response;
22 21
 
23 22
 
24 23
 /**
Please login to merge, or discard this patch.