Completed
Push — master ( 4ff2ad...4ba911 )
by Franck
03:40
created
src/php/Apix/Resource/Help.php 1 patch
Unused Use Statements   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,11 +12,9 @@
 block discarded – undo
12 12
 
13 13
 namespace Apix\Resource;
14 14
 
15
-use Apix\Entity,
16
-    Apix\Server,
17
-    Apix\Request,
18
-    Apix\Router,
19
-    Apix\View\ViewModel;
15
+use Apix\Entity;
16
+use Apix\Server;
17
+use Apix\Request;
20 18
 
21 19
 /**
22 20
  * Help
Please login to merge, or discard this patch.
src/php/Apix/Resources.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 
13 13
 namespace Apix;
14 14
 
15
-use Apix\Entity,
16
-    Apix\Entity\EntityInterface;
15
+use Apix\Entity;
16
+use Apix\Entity\EntityInterface;
17 17
 
18 18
 /**
19 19
  * Represents a collection of resources.
Please login to merge, or discard this patch.
src/php/Apix/View/ViewModel/Error.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 
13 13
 namespace Apix\View\ViewModel;
14 14
 
15
-use Apix\View\ViewModel,
16
-    Apix\Response;
15
+use Apix\View\ViewModel;
16
+use Apix\Response;
17 17
 
18 18
 class Error extends Common
19 19
 {
Please login to merge, or discard this patch.