@@ -58,7 +58,6 @@ |
||
| 58 | 58 | private $exceptionResponses = array(); |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * @param object $innerController |
|
| 62 | 61 | */ |
| 63 | 62 | public function __construct( |
| 64 | 63 | ControllerHelperInterface $controllerHelper, |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Exception; |
| 18 | 18 | use Throwable; |
| 19 | 19 | use Symfony\Component\HttpFoundation\Response; |
| 20 | -use ErrorException; |
|
| 21 | 20 | use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface; |
| 22 | 21 | use Symfony\Component\HttpFoundation\Request; |
| 23 | 22 | |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface; |
| 16 | 16 | use Psr\Container\ContainerInterface; |
| 17 | -use ErrorException; |
|
| 18 | 17 | use ReflectionParameter; |
| 19 | 18 | use ReflectionType; |
| 20 | 19 | use ReflectionMethod; |
@@ -16,15 +16,9 @@ |
||
| 16 | 16 | use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface; |
| 17 | 17 | use Symfony\Component\HttpFoundation\Response; |
| 18 | 18 | use Symfony\Component\HttpFoundation\Request; |
| 19 | -use Symfony\Component\Serializer\SerializerInterface; |
|
| 20 | -use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory; |
|
| 21 | -use Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader; |
|
| 22 | 19 | use Webmozart\Assert\Assert; |
| 23 | -use XSLTProcessor; |
|
| 24 | -use DOMDocument; |
|
| 25 | 20 | use ReflectionClass; |
| 26 | 21 | use ReflectionMethod; |
| 27 | -use ReflectionParameter; |
|
| 28 | 22 | use Psr\Container\ContainerInterface; |
| 29 | 23 | use ErrorException; |
| 30 | 24 | use ReflectionFunction; |
@@ -15,11 +15,9 @@ |
||
| 15 | 15 | use Addiks\SymfonyGenerics\Controllers\ControllerHelperInterface; |
| 16 | 16 | use InvalidArgumentException; |
| 17 | 17 | use Webmozart\Assert\Assert; |
| 18 | -use Symfony\Component\Serializer\SerializerInterface; |
|
| 19 | 18 | use Symfony\Component\HttpFoundation\Response; |
| 20 | 19 | use Symfony\Component\Serializer\Encoder\EncoderInterface; |
| 21 | 20 | use Symfony\Component\Serializer\Normalizer\NormalizerInterface; |
| 22 | -use DOMDocument; |
|
| 23 | 21 | use Symfony\Component\Serializer\Normalizer\ObjectNormalizer; |
| 24 | 22 | use ErrorException; |
| 25 | 23 | use Addiks\SymfonyGenerics\Controllers\ApplyDataTemplateTrait; |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Psr\Container\ContainerInterface; |
| 19 | 19 | use Symfony\Component\HttpFoundation\Response; |
| 20 | 20 | use Addiks\SymfonyGenerics\Tests\Unit\Controllers\SampleEntity; |
| 21 | -use Webmozart\Assert\Assert; |
|
| 22 | 21 | use Serializable; |
| 23 | 22 | use stdClass; |
| 24 | 23 | use InvalidArgumentException; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface; |
| 16 | 16 | use Addiks\SymfonyGenerics\Controllers\ControllerHelperInterface; |
| 17 | 17 | use Symfony\Component\HttpFoundation\Request; |
| 18 | -use stdClass; |
|
| 19 | 18 | use ReflectionMethod; |
| 20 | 19 | use InvalidArgumentException; |
| 21 | 20 | use Symfony\Component\Finder\Exception\AccessDeniedException; |