Skip to content

Commit fd3856f

Browse files
authored
Remove errant space
1 parent 32d7af0 commit fd3856f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function activate( $args, $assoc_args = [] ) {
405405
if ( 'unexpected_output' === $result->get_error_code() ) {
406406
/**
407407
* @var string $output
408-
*/
408+
*/
409409
$output = $result->get_error_data();
410410
if ( ! empty( $output ) ) {
411411
WP_CLI::debug( "Unexpected output: {$output}", 'plugin' );

0 commit comments

Comments
 (0)