From 9d9ceeef9c9c743e03a7b0f7b10f487015784c3d Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 5 Dec 2013 20:09:38 +0100 Subject: [PATCH] Update documentation for File::getMetadata() Change-Id: I24711e009f42303774b3c79ad65c38081c7c0982 --- includes/filerepo/file/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index 1a22d920b6..ab1355931d 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -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; -- 2.20.1