From: addshore Date: Sun, 17 Aug 2014 19:25:21 +0000 (+0100) Subject: Fix @returns >> @return phpdoc X-Git-Tag: 1.31.0-rc.0~14410 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=bfde1b91b738a2b9f4190a799d8d9bf59c78a435;p=lhc%2Fweb%2Fwiklou.git Fix @returns >> @return phpdoc Change-Id: Ib0050a3854e1d3405ffcdd4c92569d4df6ff847f --- 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 );