Skip to content

Commit 081953c

Browse files
Necmttnacrobat
andauthored
Update lib/Github/Api/GraphQL.php
Co-authored-by: Jeroen Thora <[email protected]>
1 parent 902e9ad commit 081953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/GraphQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GraphQL extends AbstractApi
2222
*
2323
* @return array
2424
*/
25-
public function execute($query, array $variables = [], $acceptHeaderValue = 'application/vnd.github.v4+json')
25+
public function execute($query, array $variables = [], string $acceptHeaderValue = 'application/vnd.github.v4+json')
2626
{
2727
$this->acceptHeaderValue = $acceptHeaderValue;
2828
$params = [

0 commit comments

Comments
 (0)