From: Aaron Schulz Date: Sat, 24 Sep 2016 10:55:38 +0000 (-0700) Subject: Fix IDEA warnings in FileBackendStore X-Git-Tag: 1.31.0-rc.0~5326^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=600222938dccb9d000b0e8b3ddbe2c4eeae630a7;p=lhc%2Fweb%2Fwiklou.git Fix IDEA warnings in FileBackendStore Change-Id: Icd0fa697645c9a315f49f22216b669c5288c1176 --- 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 ) {