mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 13:13:30 +03:00
Fix typehint
This commit is contained in:
parent
19235f5a2d
commit
4209a2f60e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class InputObjectField
|
|||
public $description;
|
||||
|
||||
/**
|
||||
* @var callback|InputType
|
||||
* @var callable|InputType
|
||||
*/
|
||||
public $type;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue