From 2cebfa2bf786491ebf707eee0388471e885bb849 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 26 Apr 2024 03:29:50 -0700 Subject: [PATCH] Fix PHPCS issue --- src/Theme_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Theme_Command.php b/src/Theme_Command.php index cac02679..19bf71b0 100644 --- a/src/Theme_Command.php +++ b/src/Theme_Command.php @@ -489,7 +489,7 @@ protected function filter_item_list( $items, $args ) { */ public function install( $args, $assoc_args ) { if ( count( $args ) > 1 && Utils\get_flag_value( $assoc_args, 'activate', false ) ) { - WP_CLI::warning( sprintf( "Only this single theme will be activated: %s", end( $args ) ) ); + WP_CLI::warning( sprintf( 'Only this single theme will be activated: %s', end( $args ) ) ); reset( $args ); }