Passed
Push — master ( 621a9a...2a422d )
by Gerrit
05:17
created
tests/unit/Arguments/ArgumentFactory/EntityArgumentFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use PHPUnit\Framework\TestCase;
14 14
 use Addiks\SymfonyGenerics\Arguments\ArgumentFactory\ArgumentFactory;
15 15
 use InvalidArgumentException;
16
-use Addiks\SymfonyGenerics\Arguments\ArgumentCall;
17 16
 use Addiks\SymfonyGenerics\Arguments\Argument;
18 17
 use Addiks\SymfonyGenerics\Arguments\ArgumentFactory\EntityArgumentFactory;
19 18
 use Doctrine\Common\Persistence\ObjectManager;
Please login to merge, or discard this patch.
tests/unit/Arguments/ArgumentFactory/ArgumentFactoryAggregateTest.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 InvalidArgumentException;
18 18
 use Addiks\SymfonyGenerics\Arguments\Argument;
19 19
 use Addiks\SymfonyGenerics\Arguments\LiteralArgument;
20
-use Addiks\SymfonyGenerics\Arguments\EntityArgument;
21 20
 
22 21
 final class ArgumentFactoryAggregateTest extends TestCase
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
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Addiks\SymfonyGenerics\Arguments\Argument;
18 18
 use Symfony\Component\HttpFoundation\Request;
19 19
 use Webmozart\Assert\Assert;
20
-use ErrorException;
21 20
 use ReflectionType;
22 21
 use ReflectionFunctionAbstract;
23 22
 use ReflectionParameter;
Please login to merge, or discard this patch.
tests/unit/Arguments/ArgumentCallTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Addiks\SymfonyGenerics\Arguments\ArgumentCall;
15 15
 use Addiks\SymfonyGenerics\Arguments\Argument;
16 16
 use InvalidArgumentException;
17
-use stdClass;
18 17
 use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface;
19 18
 use ReflectionMethod;
20 19
 
Please login to merge, or discard this patch.
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
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.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
     public function understandsArgumentString(string $argumentConfiguration): bool;
23 23
 
24 24
     /**
25
-     * @param array|string $argument
26 25
      *
27 26
      * @return mixed
28 27
      */
Please login to merge, or discard this patch.