Test Failed
Push — master ( c2b4ea...6d4ed5 )
by Gerrit
09:48
created
php/Services/ArgumentCompilerInterface.php 1 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.
php/Controllers/ControllerHelperInterface.php 1 patch
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.