Fix type hint in unprefixRow
authorjeroendedauw <jeroendedauw@gmail.com>
Thu, 24 Sep 2015 17:16:27 +0000 (19:16 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Thu, 24 Sep 2015 17:16:27 +0000 (19:16 +0200)
Change-Id: Iba80cadfdb06b3f9b3f5a6e1d367260405bea1d0

includes/filerepo/file/LocalFile.php

index d2c37e6..4c9c2aa 100644 (file)
@@ -456,7 +456,7 @@ class LocalFile extends File {
        }
 
        /**
-        * @param array $row Row
+        * @param array|object $row
         * @param string $prefix
         * @throws MWException
         * @return array