Fix @returns >> @return phpdoc
authoraddshore <addshorewiki@gmail.com>
Sun, 17 Aug 2014 19:25:21 +0000 (20:25 +0100)
committeraddshore <addshorewiki@gmail.com>
Sun, 17 Aug 2014 19:25:21 +0000 (20:25 +0100)
Change-Id: Ib0050a3854e1d3405ffcdd4c92569d4df6ff847f

includes/filerepo/file/File.php

index 0c4e42e..f612aa3 100644 (file)
@@ -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 );