Completed
Branch master (573807)
by
unknown
34:51
created
maintenance/storage/fixBug20757.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -265,6 +265,9 @@
 block discarded – undo
265 265
 		}
266 266
 	}
267 267
 
268
+	/**
269
+	 * @param integer $pageId
270
+	 */
268 271
 	function findTextIdInPage( $pageId, $textId ) {
269 272
 		$ids = $this->getRevTextMap( $pageId );
270 273
 		if ( !isset( $ids[$textId] ) ) {
Please login to merge, or discard this patch.
maintenance/updateCollation.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -243,6 +243,9 @@
 block discarded – undo
243 243
 		return $cond;
244 244
 	}
245 245
 
246
+	/**
247
+	 * @param string $key
248
+	 */
246 249
 	function updateSortKeySizeHistogram( $key ) {
247 250
 		$length = strlen( $key );
248 251
 		if ( !isset( $this->sizeHistogram[$length] ) ) {
Please login to merge, or discard this patch.
includes/diff/TableDiffFormatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -440,7 +440,7 @@
 block discarded – undo
440 440
 	 * Basic wikitext removal
441 441
 	 * @protected
442 442
 	 * @param string $text
443
-	 * @return mixed
443
+	 * @return string
444 444
 	 */
445 445
 	function removeWiki( $text ) {
446 446
 		$text = preg_replace( "/\\{\\{([^|]+?)\\}\\}/", "", $text );
Please login to merge, or discard this patch.
includes/filerepo/file/ForeignDBFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
 	 * @param string $table Table name
290 290
 	 * @param string $field Field name to check
291 291
 	 * @param string $patchFile Path to the patch to correct the field
292
-	 * @return bool
292
+	 * @return boolean|null
293 293
 	 */
294 294
 	protected function checkBin( $table, $field, $patchFile ) {
295 295
 		if ( !$this->doTable( $table ) ) {
Please login to merge, or discard this patch.
includes/gallery/PackedImageGallery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 	}
86 86
 
87 87
 	/**
88
-	 * @return array
88
+	 * @return string[]
89 89
 	 */
90 90
 	function getOrderFields() {
91 91
 		return array( 'rd_namespace', 'rd_title', 'rd_from' );
Please login to merge, or discard this patch.
includes/installer/MysqlInstaller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 	}
86 86
 
87 87
 	/**
88
-	 * @return array
88
+	 * @return string[]
89 89
 	 */
90 90
 	function getOrderFields() {
91 91
 		return array( 'rd_namespace', 'rd_title', 'rd_from' );
Please login to merge, or discard this patch.
includes/libs/objectcache/HashBagOStuff.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -243,6 +243,9 @@
 block discarded – undo
243 243
 		return $cond;
244 244
 	}
245 245
 
246
+	/**
247
+	 * @param string $key
248
+	 */
246 249
 	function updateSortKeySizeHistogram( $key ) {
247 250
 		$length = strlen( $key );
248 251
 		if ( !isset( $this->sizeHistogram[$length] ) ) {
Please login to merge, or discard this patch.
includes/libs/objectcache/MemcachedBagOStuff.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -243,6 +243,9 @@
 block discarded – undo
243 243
 		return $cond;
244 244
 	}
245 245
 
246
+	/**
247
+	 * @param string $key
248
+	 */
246 249
 	function updateSortKeySizeHistogram( $key ) {
247 250
 		$length = strlen( $key );
248 251
 		if ( !isset( $this->sizeHistogram[$length] ) ) {
Please login to merge, or discard this patch.
includes/media/BMP.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 	}
86 86
 
87 87
 	/**
88
-	 * @return array
88
+	 * @return string[]
89 89
 	 */
90 90
 	function getOrderFields() {
91 91
 		return array( 'rd_namespace', 'rd_title', 'rd_from' );
Please login to merge, or discard this patch.