mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Ensured key consistency.
This commit is contained in:
@@ -69,7 +69,7 @@ class ParamTag extends Tag
|
|||||||
: trim($type);
|
: trim($type);
|
||||||
}
|
}
|
||||||
|
|
||||||
return array_unique($types, SORT_NUMERIC);
|
return array_values(array_unique($types, SORT_REGULAR));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user