X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FProcessCacheLRU.php;h=f0cd83ed5090d7b226effff5ebe738b483ec6fc6;hb=6531479e7835a4d6ee4a30b8dbeae7806502ca91;hp=eb32d985a53cbaba2eb24f1bb577dc2cdce48d75;hpb=94c6443ee93f43a1c05443d1c84184c85b8032e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/ProcessCacheLRU.php b/includes/libs/ProcessCacheLRU.php index eb32d985a5..f0cd83ed50 100644 --- a/includes/libs/ProcessCacheLRU.php +++ b/includes/libs/ProcessCacheLRU.php @@ -83,7 +83,7 @@ class ProcessCacheLRU { /** * Clear one or several cache entries, or all cache entries. * - * @param string|array $keys + * @param string|array|null $keys * @return void */ public function clear( $keys = null ) {