Skip to content

Commit 5f06604

Browse files
authored
StyleCI
1 parent 5f4b524 commit 5f06604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Github/Api/GraphQL.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Github\Api;
44

55
use AcceptHeaderTrait;
6+
67
/**
78
* GraphQL API.
89
*
@@ -21,7 +22,7 @@ class GraphQL extends AbstractApi
2122
*/
2223
public function execute($query)
2324
{
24-
$this->acceptHeader = 'application/vnd.github.v4+json';
25+
$this->acceptHeader = 'application/vnd.github.v4+json';
2526
$params = array(
2627
'query' => $query
2728
);

0 commit comments

Comments
 (0)