| @@ -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 |      { |