Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -3206,7 +3206,7 @@ |
3207 | 3207 | /** |
3208 | 3208 | * Get an object referring to a locally registered file. |
3209 | 3209 | * Returns a valid placeholder object if the file does not exist. |
3210 | | - * @param $title Title|String |
| 3210 | + * @param $title Title or String |
3211 | 3211 | * @return File, or null if passed an invalid Title |
3212 | 3212 | */ |
3213 | 3213 | function wfLocalFile( $title ) { |
Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -604,7 +604,7 @@ |
605 | 605 | * comment (you can use __METHOD__ or add some extra info) |
606 | 606 | * @param $tempIgnore Boolean: Whether to avoid throwing an exception on errors... |
607 | 607 | * 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, |
609 | 609 | * or false on failure if $tempIgnore set |
610 | 610 | * @throws DBQueryError Thrown when the database returns an error of any kind |
611 | 611 | */ |