phpfmt_stable
phpfmt_stable copied to clipboard
function named "list" messes with the formatting
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)