mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
Merge pull request #3508 from UFTimmy/patch-2
Fix regex to account for windows.
This commit is contained in:
commit
8f995ca6b2
@ -9,5 +9,5 @@ final class SplitLine
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public const SPLIT_LINE = '#-----' . PHP_EOL . '#';
|
||||
public const SPLIT_LINE = "#-----\r?\n#";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user