r77595 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77594‎ | r77595 | r77596 >
Date:19:33, 2 December 2010
Author:hashar
Status:ok
Tags:
Comment:
pipe does not look nice in doxygen. fu r77499
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -3206,7 +3206,7 @@
32073207 /**
32083208 * Get an object referring to a locally registered file.
32093209 * Returns a valid placeholder object if the file does not exist.
3210 - * @param $title Title|String
 3210+ * @param $title Title or String
32113211 * @return File, or null if passed an invalid Title
32123212 */
32133213 function wfLocalFile( $title ) {
Index: trunk/phase3/includes/db/Database.php
@@ -604,7 +604,7 @@
605605 * comment (you can use __METHOD__ or add some extra info)
606606 * @param $tempIgnore Boolean: Whether to avoid throwing an exception on errors...
607607 * maybe best to catch the exception instead?
608 - * @return boolean|ResultWrapper true for a successful write query, ResultWrapper object for a successful read query,
 608+ * @return boolean or ResultWrapper. true for a successful write query, ResultWrapper object for a successful read query,
609609 * or false on failure if $tempIgnore set
610610 * @throws DBQueryError Thrown when the database returns an error of any kind
611611 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77499Few braces and spaces...reedy19:06, 30 November 2010

Status & tagging log