X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FpruneFileCache.php;h=455e9c07c935cc0265d9a81d17fd9a8e00e42db6;hb=aeec4a421931dd9c2b21a35aef36a94e7e70a8f8;hp=01bd09a244419587012bfe45285735211ff80df7;hpb=8165ecdb1ebcdbb80969a01b2224a8f0aa50541f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/pruneFileCache.php b/maintenance/pruneFileCache.php index 01bd09a244..455e9c07c9 100644 --- a/maintenance/pruneFileCache.php +++ b/maintenance/pruneFileCache.php @@ -75,8 +75,8 @@ class PruneFileCache extends Maintenance { } /** - * @param $dir string - * @param $report string|bool Use 'report' to report the directories being scanned + * @param string $dir + * @param string|bool $report Use 'report' to report the directories being scanned */ protected function prune_directory( $dir, $report = false ) { $tsNow = time();