Skip to content

Commit 2cebfa2

Browse files
Fix PHPCS issue
1 parent d906790 commit 2cebfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ protected function filter_item_list( $items, $args ) {
489489
*/
490490
public function install( $args, $assoc_args ) {
491491
if ( count( $args ) > 1 && Utils\get_flag_value( $assoc_args, 'activate', false ) ) {
492-
WP_CLI::warning( sprintf( "Only this single theme will be activated: %s", end( $args ) ) );
492+
WP_CLI::warning( sprintf( 'Only this single theme will be activated: %s', end( $args ) ) );
493493
reset( $args );
494494
}
495495

0 commit comments

Comments
 (0)