phpfmt_stable
phpfmt_stable copied to clipboard
how to disable order method
"excludes": [ "OrderMethod" ], invalid
You probably want to also disable "OrganizeClass" and "OrderMethodAndVisibility" if enabled.
"OrderMethod" extends "OrganizeClass" without doing anything more.
"OrderMethodAndVisibility" extends "OrganizeClass" to typehint any method parameters and return type using the PHPDoc of the method