Completed
Pull Request — master (#24)
by
unknown
02:49
created
src/ComponentLibrary.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.