`$form = rex_post('form', 'array[string]', []);` should be detected as `array<string>` etc.
$form = rex_post('form', 'array[string]', []);should be detected asarray<string>etc.