Page MenuHomePhabricator

MediaWiki.Commenting.FunctionComment.SpacingAfterParamType false positive
Closed, ResolvedPublic

Event Timeline

The type in that case is extracted with a regex as "string [" and the name is "$parameter,...]" therefor the sniff does not see a space after the type.
I have no idea how to handle such optional parameter, see also T175504 for varargs and how to document them

Umherirrender claimed this task.
Umherirrender triaged this task as Medium priority.

Seems fixed with fix of T198022