mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Merge branch 'master' of github.com:phpDocumentor/ReflectionDocBlock
This commit is contained in:
@@ -69,7 +69,7 @@ class ParamTag extends Tag
|
|||||||
: trim($type);
|
: trim($type);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $types;
|
return array_values(array_unique($types, SORT_REGULAR));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user