pipe does not look nice in doxygen. fu r77499
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Dec 2010 19:33:15 +0000 (19:33 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Dec 2010 19:33:15 +0000 (19:33 +0000)
includes/GlobalFunctions.php
includes/db/Database.php

index 12c5cd5..8319c36 100644 (file)
@@ -3206,7 +3206,7 @@ function wfFindFile( $title, $options = array() ) {
 /**
  * Get an object referring to a locally registered file.
  * Returns a valid placeholder object if the file does not exist.
- * @param $title Title|String
+ * @param $title Title or String
  * @return File, or null if passed an invalid Title
  */
 function wfLocalFile( $title ) {
index 3ff4145..f3ab526 100644 (file)
@@ -604,7 +604,7 @@ abstract class DatabaseBase implements DatabaseType {
         *     comment (you can use __METHOD__ or add some extra info)
         * @param  $tempIgnore Boolean:   Whether to avoid throwing an exception on errors...
         *     maybe best to catch the exception instead?
-        * @return boolean|ResultWrapper true for a successful write query, ResultWrapper object for a successful read query,
+        * @return boolean or ResultWrapper. true for a successful write query, ResultWrapper object for a successful read query,
         *     or false on failure if $tempIgnore set
         * @throws DBQueryError Thrown when the database returns an error of any kind
         */