Hakihiro

Results 7 comments of Hakihiro

I understand your point of view. I'm not a big fan to put an information inside a template message to determine on which target(s) it should be posted. But I...

Hi, thanks for your response. Your proposal seems to be (in my case), what I need. I don't see this as something complicated either for the utilization or the implementation,...

Hi, sorry for the delay. I made it quickly (really inspired by @JonasSchubert suggestion, thanks btw) just to validate the global design. If it's validate by the team, I can...

Thanks to all contributors for this one. Sorry to not following the work, I wasn't able to do it before.

This issue didn't receive an answer, but when you are working on multiple projects with multiple PHP versions it's a must-have.

> @Hakihiro add settings.json to .vscode folder > > ``` > { > "php-cs-fixer.executablePath": "/path/of/your/php/file", > } > ``` php-cs-fixer.executablePath is a path to the php-cs-fixer file right? Not the...

Good to know, but unfortunately this parameter is already used to specify the `php-cs-fixer` in each project under the `vendor/bin/php-cs-fixer`, so I can't have both?