What's Changed
- fix:
ErrorOutput- do not show "begin diff"/"end diff" when there is no diff by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9361 - fix:
UseArrowFunctionsFixer- don't convert lambda withuse($var)clause if it includes another file by @Copilot in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9389 - DX: use null coalescing operator by @kubawerlo...