Reverted r108743 per CR comment. This should at least be discussed first.
[lhc/web/wiklou.git] / includes / filerepo / backend / FileBackend.php
index 958c56e..d971098 100644 (file)
@@ -515,6 +515,7 @@ abstract class FileBackendBase {
         * If $paths is given, then only the cache for those files will be cleared.
         *
         * @param $paths Array Storage paths
+        * @return void
         */
        abstract public function clearCache( array $paths = null );
 
@@ -1163,6 +1164,8 @@ abstract class FileBackend extends FileBackendBase {
 
        /**
         * Prune the cache if it is too big to add an item
+        * 
+        * @return void
         */
        protected function trimCache() {
                if ( count( $this->cache ) >= $this->maxCacheSize ) {