jenkins-bot has submitted this change and it was merged.

Change subject: Fix some FSFileBackend IDEA errors
......................................................................


Fix some FSFileBackend IDEA errors

Change-Id: I372ad7af21f223b670498ac17ecac90918ceb2a8
---
M includes/filebackend/FSFileBackend.php
1 file changed, 2 insertions(+), 4 deletions(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/filebackend/FSFileBackend.php 
b/includes/filebackend/FSFileBackend.php
index 07370ad..f11c218 100644
--- a/includes/filebackend/FSFileBackend.php
+++ b/includes/filebackend/FSFileBackend.php
@@ -64,6 +64,7 @@
         *   - containerPaths : Map of container names to custom file system 
directories.
         *                      This should only be used for 
backwards-compatibility.
         *   - fileMode       : Octal UNIX file permissions to use on files 
stored.
+        * @param array $config
         */
        public function __construct( array $config ) {
                parent::__construct( $config );
@@ -561,9 +562,6 @@
                }
        }
 
-       /**
-        * @see FileBackendStore::doClearCache()
-        */
        protected function doClearCache( array $paths = null ) {
                clearstatcache(); // clear the PHP file stat cache
        }
@@ -682,7 +680,7 @@
        }
 
        /**
-        * @param FileBackendStoreOpHandle[] $fileOpHandles
+        * @param FSFileOpHandle[] $fileOpHandles
         *
         * @return Status[]
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/261333
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I372ad7af21f223b670498ac17ecac90918ceb2a8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to