phpcbf: Automatically fix Generic.PHP.RequireStrictTypes.MissingDeclaration rule?
I’ve managed to enforce strict types, but now I need to declare them in every file.
PHP-CS-FIXER: Remove extra indentation on multi-line shorthand if else (ternary operator)
Is it possible to remove extra indentation on multiple line shorthand if/else statement in PHP-CS-FIXER?