Skip to content

Commit 3ff9d55

Browse files
tobiasdierichgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 12900fb commit 3ff9d55

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

src/Events/ShopifyAppInstalled.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ class ShopifyAppInstalled
99
{
1010
use Dispatchable, SerializesModels;
1111

12-
public function __construct(public string $shop)
13-
{
14-
}
12+
public function __construct(public string $shop) {}
1513
}

src/Events/ShopifyShopUpdated.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ class ShopifyShopUpdated
99
{
1010
use Dispatchable, SerializesModels;
1111

12-
public function __construct(public string $shop)
13-
{
14-
}
12+
public function __construct(public string $shop) {}
1513
}

src/Listeners/RefreshShopDevelopmentState.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ class RefreshShopDevelopmentState
1313
public function __construct(
1414
private ShopifySessionHandler $sessionHandler,
1515
private ShopifyDevelopmentShopHandler $developmentShopHandler,
16-
) {
17-
}
16+
) {}
1817

1918
/**
2019
* Handle the given event.

0 commit comments

Comments
 (0)