From 71e022e195181f7c069862db6d9a4b2266393590 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 21 Mar 2024 09:28:57 -0600 Subject: [PATCH] PHPCS tweak --- src/src/Commands/Backend/AddBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/Commands/Backend/AddBackend.php b/src/src/Commands/Backend/AddBackend.php index 868c532e..7d0ce3de 100644 --- a/src/src/Commands/Backend/AddBackend.php +++ b/src/src/Commands/Backend/AddBackend.php @@ -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();