We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b6176 commit d0af336Copy full SHA for d0af336
src/Services/Formatter.php
@@ -13,7 +13,7 @@ final class Formatter
13
14
protected $pad_length = 4;
15
16
- protected $line_break = "\r\n";
+ protected $line_break = PHP_EOL;
17
18
public static function make(): self
19
{
0 commit comments