phpfmt_stable icon indicating copy to clipboard operation
phpfmt_stable copied to clipboard

how to disable order method

Open zuitu opened this issue 8 years ago • 1 comments

"excludes": [ "OrderMethod" ], invalid

zuitu avatar Apr 06 '17 10:04 zuitu

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

MKCG avatar Dec 07 '17 00:12 MKCG