rtek
rtek
Thanks for the update. I think the fix is to change this https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/src/Runner/FileFilterIterator.php#L90 from `$file->getPathName()` to `$file->getRealPath()`. That should be BC safe. My other comment was more related to a...
Two things that should demonstrate it: 1) Cache file has to be in a subfolder thats not a descendant of the finder root such that the `Directory` class returns the...
Confirmed as fixed as of 3.72.0. TY