Passed
Push — master ( 289469...3cf8a9 )
by Gerrit
03:42
created
php/Controllers/API/GenericEntityInvokeController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Addiks\SymfonyGenerics\Controllers\ControllerHelperInterface;
16 16
 use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface;
17 17
 use Webmozart\Assert\Assert;
18
-use InvalidArgumentException;
19 18
 use ReflectionObject;
20 19
 use ReflectionMethod;
21 20
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
php/Services/ArgumentCompilerInterface.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace Addiks\SymfonyGenerics\Services;
14 14
 
15
-use ReflectionMethod;
16
-use Symfony\Component\HttpFoundation\Request;
17 15
 use ReflectionFunctionAbstract;
18 16
 
19 17
 interface ArgumentCompilerInterface
Please login to merge, or discard this patch.