Skip to content

Commit

Permalink
Fixed DocBlock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Jan 26, 2017
1 parent 2ddae2b commit c545474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Definition/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static function nonNull($wrappedType)

/**
* @param $name
* @return Type|array
* @return array|IDType|StringType|FloatType|IntType|BooleanType
*/
private static function getInternalType($name = null)
{
Expand Down

0 comments on commit c545474

Please sign in to comment.