Skip to content

Commit c545474

Browse files
committed
Fixed DocBlock comment
1 parent 2ddae2b commit c545474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Definition/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static function nonNull($wrappedType)
8888

8989
/**
9090
* @param $name
91-
* @return Type|array
91+
* @return array|IDType|StringType|FloatType|IntType|BooleanType
9292
*/
9393
private static function getInternalType($name = null)
9494
{

0 commit comments

Comments
 (0)