From c5454747158e43ec473a3431e5e2f287f39d6e48 Mon Sep 17 00:00:00 2001 From: vladar Date: Thu, 26 Jan 2017 19:00:10 +0700 Subject: [PATCH] Fixed DocBlock comment --- src/Type/Definition/Type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/Definition/Type.php b/src/Type/Definition/Type.php index f1165f7..aaa7e97 100644 --- a/src/Type/Definition/Type.php +++ b/src/Type/Definition/Type.php @@ -88,7 +88,7 @@ abstract class Type implements \JsonSerializable /** * @param $name - * @return Type|array + * @return array|IDType|StringType|FloatType|IntType|BooleanType */ private static function getInternalType($name = null) {