Apply coding standards.

This commit is contained in:
Vedanshu Jain 2023-04-05 20:44:27 +05:30
parent b796522385
commit 85c7bb6426
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ class CLIRunner {
$total_time += $batch_total_time;
if ( $verbose && count( $failed_ids_in_current_batch ) > 0 ) {
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r -- This is a CLI command and debugging code is intended.
$errors = print_r( $failed_ids_in_current_batch, true );
WP_CLI::warning(
sprintf(