mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Fix for phpDocumentor2#562
Possible fix for phpDocumentor/phpDocumentor2#562.
This commit is contained in:
@@ -69,7 +69,7 @@ class ParamTag extends Tag
|
||||
: trim($type);
|
||||
}
|
||||
|
||||
return $types;
|
||||
return array_unique($types, SORT_NUMERIC);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user