@@ -70,6 +70,7 @@ discard block |
||
70 | 70 | |
71 | 71 | /** |
72 | 72 | * {@inheritdoc} |
73 | + * @param string $code |
|
73 | 74 | */ |
74 | 75 | private function getAdmin($code, $list = false, $granted = false) |
75 | 76 | { |
@@ -102,6 +103,8 @@ discard block |
||
102 | 103 | |
103 | 104 | /** |
104 | 105 | * {@inheritdoc} |
106 | + * @param string $parentCode |
|
107 | + * @param string $childCode |
|
105 | 108 | */ |
106 | 109 | private function getChildAdmin($parentCode, $childCode, $list = false, $granted = false) |
107 | 110 | { |
@@ -42,6 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * @deprecated since version 3.x. Pass a RequestStack to the constructor instead. |
44 | 44 | * |
45 | + * @param Request $request |
|
45 | 46 | * @return $this |
46 | 47 | */ |
47 | 48 | public function setRequest($request) |