X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FProcessCacheLRU.php;h=f0cd83ed5090d7b226effff5ebe738b483ec6fc6;hb=d87022e544995507f0791f0fee77a48d4e182109;hp=eb32d985a53cbaba2eb24f1bb577dc2cdce48d75;hpb=e2a0b34b7f7e9ea11ceee9c5fa21aef8662615d7;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 ) {