mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-03 04:33:31 +03:00
Fixed incorrect type hints in method docs
This commit is contained in:
parent
e7cde5ecf3
commit
6a4785dc4a
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ class GraphQL
|
|||
/**
|
||||
* @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)
|
||||
|
|
Loading…
Add table
Reference in a new issue