Ensured key consistency.

This commit is contained in:
Vasil Rangelov
2012-08-12 23:53:31 +03:00
parent e8ccebaf17
commit 9e0a3921b3
@@ -69,7 +69,7 @@ class ParamTag extends Tag
: trim($type);
}
return array_unique($types, SORT_NUMERIC);
return array_values(array_unique($types, SORT_REGULAR));
}
/**