From f139c1862a73c5f7cdc49cb81c5ada4b73a65524 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 25 Jun 2011 16:32:03 +0000 Subject: [PATCH] Followup r90722, seems the file comments were a bad merge... --- includes/filerepo/File.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index e1f89b8b04..d03016f7b5 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -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(); -- 2.20.1