Fix for phpDocumentor2#562

Possible fix for phpDocumentor/phpDocumentor2#562.
This commit is contained in:
Vasil Rangelov
2012-08-12 20:21:19 +03:00
parent cd7233e50a
commit e8ccebaf17
@@ -69,7 +69,7 @@ class ParamTag extends Tag
: trim($type); : trim($type);
} }
return $types; return array_unique($types, SORT_NUMERIC);
} }
/** /**