Greg Korba

Results 540 comments of Greg Korba

@sebastiaanluca @enp-mrygiel how do you install Fixer? Shim package or something different?

Interesting, but I still can't reproduce it locally. When I run parallel analysis on Fixer's repo with a directory path as CLI argument, it's running correctly. Please guys, can anyone...

Interesting... I have M1 and even if I explicitly configure more processes than I have available cores, it still works... ```shell ./php-cs-fixer check PHP CS Fixer 3.57.3-DEV 7th Gear by...

[In our CI it works](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/actions/runs/9347558766) on PHP 7.4-8.4, on Linux, MacOS and Windows. Locally I use parallel runner on MacOS (M1) within iTerm2 and PHPStorm's terminal (the new one, but...

Please get familiar with [this comment](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/2325#issuecomment-1690183634). Examples 1 and 3 won't be touched even with `ensure_fully_multiline`, but snippet 2 should be "ensured" 🤔. Please note this mode is only _ensuring_...

@mvorisek no, but probably it should be implemented separately to make code review easier. ~~Also, I am wondering if `fully_qualified_strict_types` is a good place for handling imported functions and consts...

@mvorisek the foundation is there, but importing of functions still needs to be implemented IIRC.

I would also love to see this merged, as I currently struggle with setting up new PHP installations with Homebrew's cURL (because I was getting `curl error 3 while downloading...

I'll work on it tomorrow since there's a green light for this change 😊.

@TomasVotruba can you please provide some context around `tests/Skipper/Skipper`? I see 2 dirs there (`Skip` and `Skipper`), configs for each use `withSkip()` and `Symplify\EasyCodingStandard\Skipper\Skipper\Skipper` in the test. Seems like these...