Fix IDEA warnings in FileBackendStore
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Sep 2016 10:55:38 +0000 (03:55 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Sep 2016 10:55:38 +0000 (03:55 -0700)
Change-Id: Icd0fa697645c9a315f49f22216b669c5288c1176

includes/libs/filebackend/FileBackendStore.php

index 66f0737..96c8f22 100644 (file)
@@ -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 ) {