Fixed DocBlock comment

This commit is contained in:
vladar 2017-01-26 19:00:10 +07:00
parent 2ddae2bf88
commit c545474715

View File

@ -88,7 +88,7 @@ abstract class Type implements \JsonSerializable
/** /**
* @param $name * @param $name
* @return Type|array * @return array|IDType|StringType|FloatType|IntType|BooleanType
*/ */
private static function getInternalType($name = null) private static function getInternalType($name = null)
{ {