Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Dec 21, 2023
1 parent 583c24b commit dcd33e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Commands/CacheMetricsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ public function handle()

/**
* Format the serverless metrics for display.
*
* @param array $metrics
* @return void
*/
protected function serverlessMetrics($metrics)
protected function serverlessMetrics(array $metrics): void
{
$this->table([
'Average CPU (ECPU Units)', 'Average Memory Utilization (Bytes)', 'Cache Hits', 'Cache Misses',
Expand Down

0 comments on commit dcd33e6

Please sign in to comment.