Completed
Branch master (7e7b5c)
by
unknown
27:30
created
includes/diff/DairikiDiff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
 	 *    $diff = new Diff($lines1, $lines2);
233 233
 	 *    $rev = $diff->reverse();
234 234
 	 *
235
-	 * @return Object A Diff object representing the inverse of the
235
+	 * @return Diff A Diff object representing the inverse of the
236 236
 	 *   original diff.
237 237
 	 */
238 238
 	public function reverse() {
Please login to merge, or discard this patch.
includes/interwiki/ClassicInterwikiLookup.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -112,6 +112,9 @@
 block discarded – undo
112 112
 		}
113 113
 	}
114 114
 
115
+	/**
116
+	 * @return string
117
+	 */
115 118
 	function stripParameters( $text ) {
116 119
 		if ( !$this->stripParametersEnabled ) {
117 120
 			return $text;
Please login to merge, or discard this patch.