I want to use php-cs-fixer with a custom ruleset, so I have created a .php-cs-fixer.php in the document root. In the settings>php>quality tools>php cs fixer I have set the option ruleset to custom and added the path to .php-cs-fixer.php. On save I get no errors, so it is reading the file correctly (or so I […]