From 600222938dccb9d000b0e8b3ddbe2c4eeae630a7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 24 Sep 2016 03:55:38 -0700 Subject: [PATCH] Fix IDEA warnings in FileBackendStore Change-Id: Icd0fa697645c9a315f49f22216b669c5288c1176 --- includes/libs/filebackend/FileBackendStore.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/libs/filebackend/FileBackendStore.php b/includes/libs/filebackend/FileBackendStore.php index 66f0737e22..96c8f2209e 100644 --- a/includes/libs/filebackend/FileBackendStore.php +++ b/includes/libs/filebackend/FileBackendStore.php @@ -671,6 +671,7 @@ abstract class FileBackendStore extends FileBackend { /** * @see FileBackendStore::getFileStat() + * @param array $params */ abstract protected function doGetFileStat( array $params ); @@ -723,6 +724,7 @@ abstract class FileBackendStore extends FileBackend { /** * @see FileBackendStore::getFileXAttributes() + * @param array $params * @return bool|string */ protected function doGetFileXAttributes( array $params ) { -- 2.20.1