Completed
Branch master (2b1da7)
by
unknown
23:13
created
includes/PHPVersionCheck.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -184,9 +184,9 @@
 block discarded – undo
184 184
 	/**
185 185
 	 * Returns an error page, which is suitable for output to the end user via a web browser.
186 186
 	 *
187
-	 * @param $title
188
-	 * @param $longHtml
189
-	 * @param $shortText
187
+	 * @param string $title
188
+	 * @param string $longHtml
189
+	 * @param string $shortText
190 190
 	 * @return string
191 191
 	 */
192 192
 	function getIndexErrorOutput( $title, $longHtml, $shortText ) {
Please login to merge, or discard this patch.