Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Apr 8, 2024
1 parent b6576a3 commit 9d5eaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Traits/HttpRequestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ protected function query(
'variables' => $variables,
] + $extensions;
if (!empty($query)) {
// If the persisted flag is true, then instead of sending the full query to
// the server we only send the query id.
// If the persisted flag is true, then instead of sending the full query
// to the server we only send the query id.
$query_key = $persisted ? 'queryId' : 'query';
$data[$query_key] = $query;
}
Expand Down

0 comments on commit 9d5eaf6

Please sign in to comment.