Merge branch 'master' of github.com:phpDocumentor/ReflectionDocBlock

This commit is contained in:
Mike van Riel
2012-09-30 14:29:16 +02:00
@@ -69,7 +69,7 @@ class ParamTag extends Tag
: trim($type); : trim($type);
} }
return $types; return array_values(array_unique($types, SORT_REGULAR));
} }
/** /**