Completed
Push — master ( 6aee84...9d465f )
by mw
127:50 queued 92:51
created
src/DataTypeRegistry.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
 	/**
351 351
 	 * @since 2.4
352 352
 	 *
353
-	 * @return array
353
+	 * @return string[]
354 354
 	 */
355 355
 	public function getCanonicalDatatypeLabels() {
356 356
 		return $this->canonicalLabels;
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
 	 * returned for internal types without user labels (e.g. the special types
363 363
 	 * for some special properties), and for user defined types.
364 364
 	 *
365
-	 * @return array
365
+	 * @return string[]
366 366
 	 */
367 367
 	public function getKnownTypeLabels() {
368 368
 		return $this->typeLabels;
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
 	/**
372 372
 	 * @since 2.1
373 373
 	 *
374
-	 * @return array
374
+	 * @return string[]
375 375
 	 */
376 376
 	public function getKnownTypeAliases() {
377 377
 		return $this->typeAliases;
@@ -389,7 +389,6 @@  discard block
 block discarded – undo
389 389
 	 *
390 390
 	 * @since 2.5
391 391
 	 *
392
-	 * @param string $diType
393 392
 	 *
394 393
 	 * @return string|null
395 394
 	 */
Please login to merge, or discard this patch.