Merge pull request #5 from boenrobot/patch-1

Fix for phpDocumentor2#562
This commit is contained in:
Mike van Riel
2012-09-16 08:15:18 -07:00
@@ -69,7 +69,7 @@ class ParamTag extends Tag
: trim($type); : trim($type);
} }
return $types; return array_values(array_unique($types, SORT_REGULAR));
} }
/** /**