mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-06 07:49:24 +03:00
Fix typehint
This commit is contained in:
parent
05dbc0fb96
commit
18954ea655
@ -21,7 +21,7 @@ class InputObjectField
|
||||
/** @var string|null */
|
||||
public $description;
|
||||
|
||||
/** @var callback|InputType */
|
||||
/** @var callable|InputType */
|
||||
public $type;
|
||||
|
||||
/** @var InputValueDefinitionNode|null */
|
||||
|
Loading…
x
Reference in New Issue
Block a user