diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-08-13 21:41:39 +0200 |
---|---|---|
committer | umherirrender <umherirrender_de.wp@web.de> | 2014-08-13 21:48:28 +0200 |
commit | 21e0c1c53326fcff9e52604144cf254fadde57fa (patch) | |
tree | 142ca161ab5511c9cb7fc35be464043f3f758185 /thumb.php | |
parent | 079d9ae83c5e5f7568dbcd267411dca5ccef4905 (diff) | |
download | mediawikicore-21e0c1c53326fcff9e52604144cf254fadde57fa.tar.gz mediawikicore-21e0c1c53326fcff9e52604144cf254fadde57fa.zip |
Correct variable names in @param to match method declarations
Some @param have a typo in the variable name,
some @param's were in wrong order.
Change-Id: Ie25806831027112b398f6f4a909c59147ac3a5fa
Diffstat (limited to 'thumb.php')
-rw-r--r-- | thumb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thumb.php b/thumb.php index efaa65bc6234..d8ed246f9653 100644 --- a/thumb.php +++ b/thumb.php @@ -553,7 +553,7 @@ function wfExtractThumbRequestInfo( $thumbRel ) { * file handler. * * @param File $file File object for file in question - * @param array $param Array of parameters so far + * @param array $params Array of parameters so far * @return array Parameters array with more parameters */ function wfExtractThumbParams( $file, $params ) { |