Skip to content

Parameters of a function are not displayed if the are in a newlineΒ #533

Open
@Syphdias

Description

@Syphdias
private function function_with_many_params(
  $param1='Default of param1',
  $param2='Super default for the second',
  $param3=null, $param4='Why did you not put this param on a separte line?',
  $param5='maybe even another parameter'
){
  return 0;
}

Resulting in:
image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions