Greg Korba
Greg Korba
This looks pretty neat! 💪
Another use case is that I (and probably not only I) create `.Stuff` directory inside every project and I store there any project-related non-commitable things ONLY FOR ME. I don't...
I get the idea behind the plugin (shim package + UX), I was just confused by the requirement of base package, since it looks superfluous in terms of running the...
I won't reopen this because this did not get any interest from the community, and - most importantly - it won't be picked by the core team. Please open Discussion...
@mvorisek FYI: I did not merge it yet because we need to clarify historical reason why it was excluded from SA. Most probably it was done this way to pseudo-support...
It is most probably caused by race condition around process pool - I'll try to look at it at some point, I just didn't have much time lately for OSS...
I would exclude this test from MacOS and leave it only for Linux for now. It's not that crucial IMHO. I will try to look at it anyway, but I...
I think such a fixer should support both strategies and depending on the config it should group or ungroup attributes.
> I wonder what should be done for (1) though. Should we force grouped attributes to be on the same line when they can be and separate them otherwise? Always...
Hi @uuf6429! When it comes to `Config::$phpExecutable` and its getter/setter, you most probably are right that these are not used anywhere. I believe we now use `Symfony\Component\Process\PhpExecutableFinder` and configuration of...