From eb347efa1f8f763118d535d3906f057b5bbae1ff Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Thu, 24 Sep 2015 19:16:27 +0200 Subject: [PATCH] Fix type hint in unprefixRow Change-Id: Iba80cadfdb06b3f9b3f5a6e1d367260405bea1d0 --- includes/filerepo/file/LocalFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1