Skip to content

Commit

Permalink
Fix PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Apr 26, 2024
1 parent d906790 commit 2cebfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Theme_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down

0 comments on commit 2cebfa2

Please sign in to comment.