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 91ef535ae3
commit e0d8988490
@@ -69,7 +69,7 @@ class ParamTag extends Tag
: trim($type);
}
return $types;
return array_unique($types, SORT_NUMERIC);
}
/**