Skip to content

Commit

Permalink
Merge pull request #132 from simPod/master
Browse files Browse the repository at this point in the history
Fixed incorrect type hints in method docs
  • Loading branch information
vladar committed Jun 19, 2017
2 parents e7cde5e + 6a4785d commit 393a741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GraphQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public static function execute(Schema $schema, $requestString, $rootValue = null
/**
* @param Schema $schema
* @param string|DocumentNode $requestString
* @param null $rootValue
* @param null $variableValues
* @param null $operationName
* @param mixed $rootValue
* @param array|null $variableValues
* @param string|null $operationName
* @return ExecutionResult|Promise
*/
public static function executeAndReturnResult(Schema $schema, $requestString, $rootValue = null, $contextValue = null, $variableValues = null, $operationName = null)
Expand Down

0 comments on commit 393a741

Please sign in to comment.