Kevin Masseix

Results 16 comments of Kevin Masseix

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...

@loranger SQLite3 must be enabled in your PHP configuration. The generated file will be named '.php.tools.cache'

NormaliseIsNotEquals will replace any by != when interpreted as a T_IS_NOT_EQUAL token by the Zend Engine. Did you try disabling this pass in the package user settings (not the default...

The Yoda style is disabled by default. If enabled then it probably means that the user settings configuration of this package has it activated. To disable this pass you must...

Well, ClassToStatic extends ClassToSelf and was using a constant to determine the placeholder to replace. So there is ClassToSelf::PLACEHOLDER = 'self' and ClassToStatic::PLACEHOLDER = 'static'. But the ClassToSelf::convertToPlaceholder is using...

You can either disable the ResizeSpaces pass but you will lose some of its functionalities. Otherwise you should probably consider adding your own pass that will extends the ResizeSpaces but...

Bonjour @maxgfr , je m'occupe de l'infrastructure de l'annuaire, dont la gestion des rate limiting de l'API. Est-ce que vous êtes en mesure de nous fournir la liste exhaustive de...

To do so you should probably disable this pass "ResizeSpaces" and the "psr2" formatter but it may have a lot of side effects.

I solved this problem there : https://github.com/MKCG/phpfmt_7-1