8000 Use proper line endings · symfony/symfony@800f199 · GitHub
[go: up one dir, main page]

Skip to content

Commit 800f199

Browse files
committed
Use proper line endings
1 parent 6831b98 commit 800f199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Output/BufferedOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function doWrite($message, $newline)
4242
$this->buffer .= $message;
4343

4444
if ($newline) {
45-
$this->buffer .= "\n";
45+
$this->buffer .= PHP_EOL;
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)
0