Test Setup Failed
Push — master ( e2ccdd...da0315 )
by Gerrit
09:14
created
php/Controllers/ControllerHelperInterface.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     public function renderTemplate(string $templatePath, array $arguments = array()): Response;
61 61
 
62 62
     /**
63
-     * @param object $subject
63
+     * @param Request $subject
64 64
      */
65 65
     public function denyAccessUnlessGranted(string $attribute, $subject): void;
66 66
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\HttpFoundation\Response;
17 17
 use Symfony\Component\HttpFoundation\RequestStack;
18 18
 use Symfony\Component\HttpFoundation\Request;
19
-use Symfony\Contracts\EventDispatcher\Event;
20 19
 
21 20
 interface ControllerHelperInterface
22 21
 {
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 ReflectionNamedType;
23 22
 use ReflectionFunctionAbstract;
Please login to merge, or discard this patch.