mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
Fix typehint
This commit is contained in:
parent
05dbc0fb96
commit
18954ea655
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class InputObjectField
|
|||
/** @var string|null */
|
||||
public $description;
|
||||
|
||||
/** @var callback|InputType */
|
||||
/** @var callable|InputType */
|
||||
public $type;
|
||||
|
||||
/** @var InputValueDefinitionNode|null */
|
||||
|
|
Loading…
Add table
Reference in a new issue