Fix function name in doc comment
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Fri, 12 Oct 2018 09:25:04 +0000 (11:25 +0200)
committerDaimona Eaytoy <daimona.wiki@gmail.com>
Fri, 16 Nov 2018 10:27:00 +0000 (10:27 +0000)
It took me a while to figure out what function what this comment
referring to.

Change-Id: I00d243f3dd30d6b4030b0460453310022183322f

includes/filerepo/file/File.php

index 6d01c29..bf09e08 100644 (file)
@@ -2023,7 +2023,7 @@ abstract class File implements IDBAccessObject {
         * @note Use getWidth()/getHeight() instead of this method unless you have a
         *  a good reason. This method skips all caches.
         *
-        * @param string $filePath The path to the file (e.g. From getLocalPathRef() )
+        * @param string $filePath The path to the file (e.g. From getLocalRefPath() )
         * @return array|false The width, followed by height, with optionally more things after
         */
        function getImageSize( $filePath ) {