Completed
Push — fetcher_factories ( 10a56f...fd93ea )
by David
13:44
created
src/Mouf/Mvc/Splash/Services/ControllerRegistry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Annotations\Reader;
6 6
 use Interop\Container\ContainerInterface;
7
-use Mouf\Annotations\URLAnnotation;
8 7
 use Mouf\Mvc\Splash\Annotations\Action;
9 8
 use Mouf\Mvc\Splash\Annotations\Delete;
10 9
 use Mouf\Mvc\Splash\Annotations\Get;
@@ -12,7 +11,6 @@  discard block
 block discarded – undo
12 11
 use Mouf\Mvc\Splash\Annotations\Put;
13 12
 use Mouf\Mvc\Splash\Annotations\Title;
14 13
 use Mouf\Mvc\Splash\Annotations\URL;
15
-use Mouf\Mvc\Splash\Utils\SplashException;
16 14
 use Mouf\Reflection\MoufReflectionMethod;
17 15
 use ReflectionMethod;
18 16
 
Please login to merge, or discard this patch.