Update documentation for File::getMetadata()
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 5 Dec 2013 19:09:38 +0000 (20:09 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 5 Dec 2013 22:15:54 +0000 (22:15 +0000)
Change-Id: I24711e009f42303774b3c79ad65c38081c7c0982

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;