Index: trunk/phase3/includes/Revision.php |
— | — | @@ -937,7 +937,7 @@ |
938 | 938 | * @param int $pageId ID number of the page to read from |
939 | 939 | * @param string $summary |
940 | 940 | * @param bool $minor |
941 | | - * @return Revision |
| 941 | + * @return mixed Revision, or null on error |
942 | 942 | */ |
943 | 943 | public static function newNullRevision( $dbw, $pageId, $summary, $minor ) { |
944 | 944 | wfProfileIn( __METHOD__ ); |