@@ -2,10 +2,10 @@ |
||
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 | /** |
@@ -2,10 +2,10 @@ |
||
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 |
@@ -2,10 +2,10 @@ |
||
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 | /** |
@@ -2,10 +2,10 @@ |
||
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 |