junstyle
junstyle
`require_once(./lib/composer/autoload.php) ` to absolute path: `require_once(__DIR__ . '/lib/composer/autoload.php') ` because php-cs-fixer execute in itself path, the relative path is to php-cs-fixer path.
i see what you want to do, you can format your code on your local pc, after format the code, restore the config file: .php_cs.dist and then pull the PR,...
you can check you php path, can you execute php without full path? php -v
see: https://github.com/junstyle/vscode-php-cs-fixer/issues/91
@brendan8c **vscode menu: Help -> Toggle Developer Tools** in the console, you can find the error logs. please paste your logs if you can't resolve.
@WybeBosch path filtering? what's your config? please paste