Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdierich authored and github-actions[bot] committed Jul 18, 2024
1 parent 12900fb commit 3ff9d55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/Events/ShopifyAppInstalled.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ class ShopifyAppInstalled
{
use Dispatchable, SerializesModels;

public function __construct(public string $shop)
{
}
public function __construct(public string $shop) {}
}
4 changes: 1 addition & 3 deletions src/Events/ShopifyShopUpdated.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ class ShopifyShopUpdated
{
use Dispatchable, SerializesModels;

public function __construct(public string $shop)
{
}
public function __construct(public string $shop) {}
}
3 changes: 1 addition & 2 deletions src/Listeners/RefreshShopDevelopmentState.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class RefreshShopDevelopmentState
public function __construct(
private ShopifySessionHandler $sessionHandler,
private ShopifyDevelopmentShopHandler $developmentShopHandler,
) {
}
) {}

/**
* Handle the given event.
Expand Down

0 comments on commit 3ff9d55

Please sign in to comment.