Skip to content

Commit d0af336

Browse files
author
Andrey Helldar
authored
Update Formatter.php
1 parent 53b6176 commit d0af336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class Formatter
1313

1414
protected $pad_length = 4;
1515

16-
protected $line_break = "\r\n";
16+
protected $line_break = PHP_EOL;
1717

1818
public static function make(): self
1919
{

0 commit comments

Comments
 (0)