From 3ff9d5590076a70b74b45958a63d9b275392b2da Mon Sep 17 00:00:00 2001 From: tobiasdierich Date: Thu, 18 Jul 2024 07:42:21 +0000 Subject: [PATCH] Fix styling --- src/Events/ShopifyAppInstalled.php | 4 +--- src/Events/ShopifyShopUpdated.php | 4 +--- src/Listeners/RefreshShopDevelopmentState.php | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/Events/ShopifyAppInstalled.php b/src/Events/ShopifyAppInstalled.php index 85e974a..6bd646e 100644 --- a/src/Events/ShopifyAppInstalled.php +++ b/src/Events/ShopifyAppInstalled.php @@ -9,7 +9,5 @@ class ShopifyAppInstalled { use Dispatchable, SerializesModels; - public function __construct(public string $shop) - { - } + public function __construct(public string $shop) {} } diff --git a/src/Events/ShopifyShopUpdated.php b/src/Events/ShopifyShopUpdated.php index 8093930..7ce09d4 100644 --- a/src/Events/ShopifyShopUpdated.php +++ b/src/Events/ShopifyShopUpdated.php @@ -9,7 +9,5 @@ class ShopifyShopUpdated { use Dispatchable, SerializesModels; - public function __construct(public string $shop) - { - } + public function __construct(public string $shop) {} } diff --git a/src/Listeners/RefreshShopDevelopmentState.php b/src/Listeners/RefreshShopDevelopmentState.php index 56954b2..a3b5564 100644 --- a/src/Listeners/RefreshShopDevelopmentState.php +++ b/src/Listeners/RefreshShopDevelopmentState.php @@ -13,8 +13,7 @@ class RefreshShopDevelopmentState public function __construct( private ShopifySessionHandler $sessionHandler, private ShopifyDevelopmentShopHandler $developmentShopHandler, - ) { - } + ) {} /** * Handle the given event.