@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | * |
159 | 159 | * @param string $componentIdentifier |
160 | 160 | * |
161 | - * @return array |
|
161 | + * @return string[] |
|
162 | 162 | * @throws MWException provided component is not known |
163 | 163 | */ |
164 | 164 | public function getAliasesFor( $componentIdentifier ) { |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | * |
171 | 171 | * @param string $componentIdentifier |
172 | 172 | * |
173 | - * @return array |
|
173 | + * @return string[] |
|
174 | 174 | * @throws MWException provided component is not known |
175 | 175 | */ |
176 | 176 | public function getAttributesFor( $componentIdentifier ) { |