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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     public function understandsArgumentString(string $argumentConfiguration): bool;
23 23
 
24 24
     /**
25
-     * @param array|string $argument
26 25
      *
26
+     * @param string $argumentConfiguration
27 27
      * @return mixed
28 28
      */
29 29
     public function buildArgument($argumentConfiguration, array $additionalData = array());
Please login to merge, or discard this 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.