Skip to content

Commit

Permalink
PHPCS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongruige committed Mar 21, 2024
1 parent a2f13ed commit 71e022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Commands/Backend/AddBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in
try {
$this->woo_extensions_list->fetch_woo_extensions_available();
if ( empty( $this->woo_extensions_list->get_woo_extension_list() ) ) {
throw new \RuntimeException('Failed to get the list of Extensions. Do you have any?');
throw new \RuntimeException( 'Failed to get the list of Extensions. Do you have any?' );
}
} catch ( \Exception $e ) {
$this->auth->delete_manager_secret();
Expand Down

0 comments on commit 71e022e

Please sign in to comment.