From ef1bb48307af193b7bca4a00b501449cc507d79c Mon Sep 17 00:00:00 2001 From: ASchulz Date: Wed, 21 Nov 2012 15:30:54 -0800 Subject: [PATCH] [FileBackend] Improved getFileProps() docs a bit. Change-Id: I37dfc6c90829aa63511570c4576666e41764b6df --- includes/filebackend/FileBackend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index 678491edfc..26270f79ab 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -884,13 +884,13 @@ abstract class FileBackend { /** * Get the properties of the file at a storage path in the backend. - * Returns FSFile::placeholderProps() on failure. + * This gives the result of FSFile::getProps() on a local copy of the file. * * @param $params Array * $params include: * - src : source storage path * - latest : use the latest available data - * @return Array + * @return Array Returns FSFile::placeholderProps() on failure */ abstract public function getFileProps( array $params ); -- 2.20.1