This repository was archived by the owner on Feb 21, 2022. It is now read-only.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
Sorting replaces \n by \r\n #19
Open
Description
When sorting use clauses in PHP files under a Windows system (I used Windows 7, with PHP 7 RC5), the sorting makes the file invalidate a PSR-2 rule, as the line endings appended are the default from Windows (\r\n), instead of the ones from UNIX (\n).
Please see the attached image to apreciate that the endings have only been replaced in use clauses.
Metadata
Metadata
Assignees
Labels
No labels