From: Daimona Eaytoy Date: Fri, 12 Oct 2018 09:25:04 +0000 (+0200) Subject: Fix function name in doc comment X-Git-Tag: 1.34.0-rc.0~3480^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=866025d0443922f3c3bd4ec663d87669e47887e8;p=lhc%2Fweb%2Fwiklou.git Fix function name in doc comment It took me a while to figure out what function what this comment referring to. Change-Id: I00d243f3dd30d6b4030b0460453310022183322f --- diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index 6d01c29144..bf09e0820e 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -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 ) {