Update documentation for File::getMetadata()
[lhc/web/wiklou.git] / includes / filerepo / file / File.php
index 1a22d92..ab13559 100644 (file)
@@ -532,7 +532,7 @@ abstract class File {
         * Get handler-specific metadata
         * Overridden by LocalFile, UnregisteredLocalFile
         * STUB
-        * @return bool
+        * @return bool|array
         */
        public function getMetadata() {
                return false;