Completed
Branch master (8c5203)
by Gerrit
62:25 queued 61:02
created
php/Controllers/GenericEntityCreateController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -16,17 +16,10 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
php/Controllers/GenericExceptionResponseController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
php/Services/ArgumentCompiler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
tests/unit/Controllers/GenericEntityCreateControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.