phpfmt_stable icon indicating copy to clipboard operation
phpfmt_stable copied to clipboard

function named "list" messes with the formatting

Open r4ndsen opened this issue 8 years ago • 0 comments

public function list() 
{
  ...
}

results in

function list() {
  ...
}

removing the access modifier and puts the opening curly brace in the wrong line.

(removing the access modifier was already kindly taken care of by @MKCG in https://github.com/MKCG/phpfmt_7-1)

r4ndsen avatar Dec 14 '17 14:12 r4ndsen