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 2ddae2b commit c545474Copy full SHA for c545474
src/Type/Definition/Type.php
@@ -88,7 +88,7 @@ public static function nonNull($wrappedType)
88
89
/**
90
* @param $name
91
- * @return Type|array
+ * @return array|IDType|StringType|FloatType|IntType|BooleanType
92
*/
93
private static function getInternalType($name = null)
94
{
0 commit comments