Followup r90722, seems the file comments were a bad merge...
authorSam Reed <reedy@users.mediawiki.org>
Sat, 25 Jun 2011 16:32:03 +0000 (16:32 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 25 Jun 2011 16:32:03 +0000 (16:32 +0000)
includes/filerepo/File.php

index e1f89b8..d03016f 100644 (file)
@@ -1433,11 +1433,7 @@ abstract class File {
         *
         * @param $path string
         *
-        * @return false on failure
-        *
-        * @param $path string
-        *
-        * @return false|string
+        * @return false|string False on failure
         */
        static function sha1Base36( $path ) {
                wfSuppressWarnings();