We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902e9ad commit 081953cCopy full SHA for 081953c
lib/Github/Api/GraphQL.php
@@ -22,7 +22,7 @@ class GraphQL extends AbstractApi
22
*
23
* @return array
24
*/
25
- public function execute($query, array $variables = [], $acceptHeaderValue = 'application/vnd.github.v4+json')
+ public function execute($query, array $variables = [], string $acceptHeaderValue = 'application/vnd.github.v4+json')
26
{
27
$this->acceptHeaderValue = $acceptHeaderValue;
28
$params = [
0 commit comments