From: jeroendedauw Date: Thu, 24 Sep 2015 17:16:27 +0000 (+0200) Subject: Fix type hint in unprefixRow X-Git-Tag: 1.31.0-rc.0~9855^2 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=eb347efa1f8f763118d535d3906f057b5bbae1ff;p=lhc%2Fweb%2Fwiklou.git Fix type hint in unprefixRow Change-Id: Iba80cadfdb06b3f9b3f5a6e1d367260405bea1d0 --- diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index d2c37e614c..4c9c2aa373 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -456,7 +456,7 @@ class LocalFile extends File { } /** - * @param array $row Row + * @param array|object $row * @param string $prefix * @throws MWException * @return array