コード例 #1
0
 /**
  * Prepare footer
  *
  * @param  StatsTable  $stats
  *
  * @return array
  */
 private function prepareFooter(StatsTable $stats)
 {
     $files = ['count' => count($stats->rows()) . ' log file(s)'];
     return $files + $stats->footer();
 }