Ensured key consistency.

This commit is contained in:
Vasil Rangelov
2012-08-12 23:53:31 +03:00
parent e0d8988490
commit f3cca4b7c7
@@ -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));
} }
/** /**