When this package is active in VScode and i have php-cs-fixer set to run on Save in VSCode settings then php-cs-fixer is never executed. Only when I set "phpstan.enabled": false then php-cs-fixer runs on save.
Is there any way to run both? Preferably php-cs-fixer first.
When this package is active in VScode and i have php-cs-fixer set to run on Save in VSCode settings then php-cs-fixer is never executed. Only when I set
"phpstan.enabled": falsethen php-cs-fixer runs on save.Is there any way to run both? Preferably php-cs-fixer first.