Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven authored and github-actions[bot] committed Jul 9, 2024
1 parent eb6b9d5 commit a4e523f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/Integrations/Requests/Mutation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ public function __construct(
public string $graphqlQuery,
public array $variables,
public bool $detailedCost = false
) {
}
) {}

protected function defaultBody(): array
{
Expand Down
3 changes: 1 addition & 2 deletions src/Integrations/Requests/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class Query extends BaseRequest
public function __construct(
public string $graphqlQuery,
public bool $detailedCost = false
) {
}
) {}

protected function defaultBody(): array
{
Expand Down
3 changes: 1 addition & 2 deletions src/Integrations/ShopifyConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class ShopifyConnector extends Connector
{
public function __construct(
public AbstractAppAuthenticator $appAuthenticator,
) {
}
) {}

/**
* The base URL for the Shopify GraphQL API.
Expand Down
3 changes: 1 addition & 2 deletions src/Integrations/ShopifyResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class ShopifyResource
{
public function __construct(
protected Connector $connector,
) {
}
) {}

public function query(string $graphqlQuery, bool $detailedCost = false): Response
{
Expand Down

0 comments on commit a4e523f

Please sign in to comment.