Completed
Push — master ( a97c04...844abd )
by Bernhard
59:50 queued 24:51
created
src/AppserverIo/Routlt/Description/PathDescriptor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 namespace AppserverIo\Routlt\Description;
22 22
 
23 23
 use AppserverIo\Lang\Reflection\ClassInterface;
24
-use AppserverIo\Lang\Reflection\ReflectionAnnotation;
25 24
 use AppserverIo\Routlt\Annotations\Path;
26 25
 use AppserverIo\Routlt\Description\DescriptorException;
27 26
 use AppserverIo\Routlt\Description\ActionDescriptorInterface;
Please login to merge, or discard this patch.
src/AppserverIo/Routlt/Description/ResultDescriptor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,7 @@
 block discarded – undo
20 20
 
21 21
 namespace AppserverIo\Routlt\Description;
22 22
 
23
-use AppserverIo\Routlt\Annotations\Result;
24 23
 use AppserverIo\Lang\Reflection\AnnotationInterface;
25
-use AppserverIo\Lang\Reflection\ReflectionAnnotation;
26 24
 use AppserverIo\Configuration\Interfaces\NodeInterface;
27 25
 
28 26
 /**
Please login to merge, or discard this patch.
src/AppserverIo/Routlt/Results/JsonResult.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -21,12 +21,8 @@
 block discarded – undo
21 21
 namespace AppserverIo\Routlt\Results;
22 22
 
23 23
 use AppserverIo\Http\HttpProtocol;
24
-use AppserverIo\Routlt\ActionInterface;
25 24
 use AppserverIo\Routlt\Util\ActionAware;
26 25
 use AppserverIo\Routlt\Util\ValidationAware;
27
-use AppserverIo\Routlt\Util\ServletContextAware;
28
-use AppserverIo\Routlt\Description\ResultDescriptorInterface;
29
-use AppserverIo\Psr\Servlet\ServletContextInterface;
30 26
 use AppserverIo\Psr\Servlet\ServletRequestInterface;
31 27
 use AppserverIo\Psr\Servlet\ServletResponseInterface;
32 28
 
Please login to merge, or discard this patch.
src/AppserverIo/Routlt/Results/RawResult.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -20,15 +20,10 @@
 block discarded – undo
20 20
 
21 21
 namespace AppserverIo\Routlt\Results;
22 22
 
23
-use AppserverIo\Http\HttpProtocol;
24
-use AppserverIo\Routlt\ActionInterface;
25 23
 use AppserverIo\Routlt\Util\ActionAware;
26 24
 use AppserverIo\Routlt\Util\EncodingAware;
27 25
 use AppserverIo\Routlt\Util\ValidationAware;
28 26
 use AppserverIo\Routlt\Util\DefaultHeadersAware;
29
-use AppserverIo\Routlt\Util\ServletContextAware;
30
-use AppserverIo\Routlt\Description\ResultDescriptorInterface;
31
-use AppserverIo\Psr\Servlet\ServletContextInterface;
32 27
 use AppserverIo\Psr\Servlet\ServletRequestInterface;
33 28
 use AppserverIo\Psr\Servlet\ServletResponseInterface;
34 29
 
Please login to merge, or discard this patch.