Merge "Don't hard-code Preferences page name"
[lhc/web/wiklou.git] / includes / libs / objectcache / MultiWriteBagOStuff.php
index d94578d..200ab79 100644 (file)
@@ -171,10 +171,10 @@ class MultiWriteBagOStuff extends BagOStuff {
        /**
         * Apply a write method to the first $count backing caches
         *
-        * @param integer $count
+        * @param int $count
         * @param bool $asyncWrites
         * @param string $method
-        * @param mixed ...
+        * @param mixed $args,...
         * @return bool
         */
        protected function doWrite( $count, $asyncWrites, $method /*, ... */ ) {