From bfde1b91b738a2b9f4190a799d8d9bf59c78a435 Mon Sep 17 00:00:00 2001 From: addshore Date: Sun, 17 Aug 2014 20:25:21 +0100 Subject: [PATCH] Fix @returns >> @return phpdoc Change-Id: Ib0050a3854e1d3405ffcdd4c92569d4df6ff847f --- includes/filerepo/file/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index 0c4e42e570..f612aa3f74 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -1261,7 +1261,7 @@ abstract class File { /** * Creates a temp FS file with the same extension and the thumbnail * @param string $thumbPath Thumbnail path - * @returns TempFSFile + * @return TempFSFile */ protected function makeTransformTmpFile( $thumbPath ) { $thumbExt = FileBackend::extensionFromPath( $thumbPath ); -- 2.20.1