The variable folder which can be used in the variable config always points the first project folder . When multiple projects are open, using that value is not preferable.
So it's better to change the variable value to the proper one for the current file.
This PR is for a follow-up change for the PR #15.
https://github.com/adael/SublimePhpCsFixer/pull/15#issuecomment-331310095
The variable
folder
which can be used in the variableconfig
always points the first project folder . When multiple projects are open, using that value is not preferable.So it's better to change the variable value to the proper one for the current file.