From 4209a2f60e67332641f5f97eeae5d15d2d3697d1 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Thu, 23 Aug 2018 09:15:56 +0200 Subject: [PATCH] Fix typehint --- src/Type/Definition/InputObjectField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/Definition/InputObjectField.php b/src/Type/Definition/InputObjectField.php index 1744e51..68f2a32 100644 --- a/src/Type/Definition/InputObjectField.php +++ b/src/Type/Definition/InputObjectField.php @@ -24,7 +24,7 @@ class InputObjectField public $description; /** - * @var callback|InputType + * @var callable|InputType */ public $type;