Completed
Pull Request — master (#43)
by Tim
05:43 queued 32s
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.