Skip to content

Commit 2c4b699

Browse files
committed
Finish cleanup command lint
1 parent 95ed065 commit 2c4b699

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/Cli/Commands/WorkspaceCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ private function render_cleanup_summary_reason_rows( string $label, array $reaso
13871387
}
13881388
WP_CLI::log('');
13891389
WP_CLI::log($label);
1390-
$rows = array();
1390+
$rows = array();
13911391
foreach ( $reasons as $reason => $bucket ) {
13921392
$bucket = (array) $bucket;
13931393
$examples = array_map(fn( $row ) => is_array($row) ? (string) ( $row['handle'] ?? '' ) : (string) $row, (array) ( $bucket['examples'] ?? array() ));
@@ -1442,7 +1442,7 @@ private function render_cleanup_plan_category_totals( array $totals ): void {
14421442
'build_outputs' => 'build outputs',
14431443
'caches' => 'caches',
14441444
);
1445-
$rows = array();
1445+
$rows = array();
14461446
foreach ( $labels as $category => $label ) {
14471447
$rows[] = array(
14481448
'category' => $label,

0 commit comments

Comments
 (0)