File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717use function array_reverse ;
1818use function file_get_contents ;
1919use function getopt ;
20- use function get_class ;
2120use function gmdate ;
2221use function is_dir ;
2322use function preg_match ;
@@ -284,7 +283,8 @@ private function removeDirectory($directory)
284283
285284 private function showReport ()
286285 {
287- $ this ->verbose ("---------- Cache ---------- \n"
286+ $ this ->verbose (
287+ "---------- Cache ---------- \n"
288288 . $ this ->getReport ('cache_files ' ) . " cache files, "
289289 . $ this ->getReport ('cache_files_size ' ) . " bytes \n"
290290 . $ this ->getReport ('unexpired_cache_files ' ) . " unexpired cache files, "
@@ -338,7 +338,8 @@ private function getReport($key)
338338 * @param string $key
339339 * @return string
340340 */
341- private function getReportDate ($ key ) {
341+ private function getReportDate ($ key )
342+ {
342343 if (empty ($ this ->report [$ key ])) {
343344 return ' - ' ;
344345 }
You can’t perform that action at this time.
0 commit comments