r108021 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108020
|
r108021
|
r108022
>
Date:
13:22, 4 January 2012
Author:
hashar
Status:
ok
Tags:
Comment:
document getImageSize() return format
Return array should return the same kind of array that PHP
internal method getimagesize() returns. See upstream doc:
http://www.php.net/getimagesize
Modified paths:
/trunk/phase3/includes/media/Generic.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/media/Generic.php
—
—
@@ -89,7 +89,7 @@
90
90
*
91
91
* @param $image File: the image object, or false if there isn't one
92
92
* @param $path String: the filename
93
- * @return Array
93
+ * @return Array Follow the format of PHP getimagesize() internal function. See http://www.php.net/getimagesize
94
94
*/
95
95
abstract function getImageSize( $image, $path );
96
96
Status & tagging log
00:51, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r108021
[
removed:
core]
14:48, 5 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108021
[
removed:
new
added:
ok]
05:47, 5 January 2012
RobLa-WMF
(
talk
|
contribs
)
changed the
tags
for r108021
[
added:
core]