@@ -22,7 +22,6 @@ |
||
| 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 | */ |
@@ -60,7 +60,7 @@ |
||
| 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 | |