@@ -16,17 +16,10 @@ |
||
| 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 | -use ErrorException; |
|
| 30 | 23 | |
| 31 | 24 | final class GenericEntityCreateController |
| 32 | 25 | { |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Exception; |
| 18 | 18 | use Throwable; |
| 19 | 19 | use Symfony\Component\HttpFoundation\Response; |
| 20 | -use ErrorException; |
|
| 21 | 20 | |
| 22 | 21 | final class GenericExceptionResponseController |
| 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; |
@@ -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; |