mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #5 from boenrobot/patch-1
Fix for phpDocumentor2#562
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