We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d732ef6 commit 4e26fd3Copy full SHA for 4e26fd3
src/Type/Definition/FieldDefinition.php
@@ -175,7 +175,7 @@ public function getArg($name)
175
}
176
177
/**
178
- * @return Type|OutputType|InputType
+ * @return Type
179
*/
180
public function getType()
181
{
src/Type/Definition/Type.php
@@ -327,9 +327,9 @@ public static function assertType($type)
327
328
329
330
- * @param callable|Type $type
+ * @param callable|OutputType|InputType|Type $type
331
*
332
- * @return Type
+ * @return OutputType|InputType|Type $type
333
334
public static function resolveLazyType($type)
335
0 commit comments