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 37e2c30 commit 5fc4032Copy full SHA for 5fc4032
lib/Github/Api/GraphQL.php
@@ -20,7 +20,7 @@ class GraphQL extends AbstractApi
20
*
21
* @return array
22
*/
23
- public function execute($query, array $variables = null)
+ public function execute($query, array $variables = array())
24
{
25
$this->acceptHeaderValue = 'application/vnd.github.v4+json';
26
$params = array(
0 commit comments