Completed
Push — master ( cc3bea...d6d1d3 )
by Dana
8s
created
test/Controller/TestController.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace DDesrosiers\Test\SilexAnnotations\Controller;
4 4
 
5
-use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
-use Exception;
7
-use Silex\Application;
8
-use Symfony\Component\HttpFoundation\Response;
5
+use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
+use Exception;
7
+use Silex\Application;
8
+use Symfony\Component\HttpFoundation\Response;
9 9
 use Symfony\Component\Routing\Generator\UrlGenerator;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
test/Controller/TestControllerProvider.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace DDesrosiers\Test\SilexAnnotations\Controller;
4 4
 
5
-use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
-use DDesrosiers\SilexAnnotations\AnnotationService;
7
-use Silex\Api\ControllerProviderInterface;
8
-use Silex\Application;
5
+use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
+use DDesrosiers\SilexAnnotations\AnnotationService;
7
+use Silex\Api\ControllerProviderInterface;
8
+use Silex\Application;
9 9
 use Symfony\Component\HttpFoundation\Response;
10 10
 
11 11
 class TestControllerProvider implements ControllerProviderInterface
Please login to merge, or discard this patch.
test/Controller2/TestController.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace DDesrosiers\Test\SilexAnnotations\Controller2;
4 4
 
5
-use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
-use Exception;
7
-use Silex\Application;
8
-use Symfony\Component\HttpFoundation\Response;
5
+use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
+use Exception;
7
+use Silex\Application;
8
+use Symfony\Component\HttpFoundation\Response;
9 9
 use Symfony\Component\Routing\Generator\UrlGenerator;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
test/Controller2/TestControllerProvider.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace DDesrosiers\Test\SilexAnnotations\Controller2;
4 4
 
5
-use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
-use DDesrosiers\SilexAnnotations\AnnotationService;
7
-use Silex\Api\ControllerProviderInterface;
8
-use Silex\Application;
5
+use DDesrosiers\SilexAnnotations\Annotations as SLX;
6
+use DDesrosiers\SilexAnnotations\AnnotationService;
7
+use Silex\Api\ControllerProviderInterface;
8
+use Silex\Application;
9 9
 use Symfony\Component\HttpFoundation\Response;
10 10
 
11 11
 class TestControllerProvider implements ControllerProviderInterface
Please login to merge, or discard this patch.