Completed
Push — master ( 5f1b92...b77c46 )
by mw
17s
created
src/DataValues/MonolingualTextValue.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,6 @@  discard block
 block discarded – undo
66 66
 	/**
67 67
 	 * @see AbstractMultiValue::getProperties
68 68
 	 *
69
-	 * @param DIProperty[] $properties
70 69
 	 */
71 70
 	public function getProperties() {
72 71
 		self::$properties;
@@ -283,7 +282,7 @@  discard block
 block discarded – undo
283 282
 	/**
284 283
 	 * @since 2.5
285 284
 	 *
286
-	 * @return array
285
+	 * @return string
287 286
 	 */
288 287
 	public function toArray() {
289 288
 
@@ -315,6 +314,9 @@  discard block
 block discarded – undo
315 314
 		return $list;
316 315
 	}
317 316
 
317
+	/**
318
+	 * @param string $value
319
+	 */
318 320
 	private function newContainerSemanticData( $value ) {
319 321
 
320 322
 		if ( $this->m_contextPage === null ) {
Please login to merge, or discard this patch.