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 90ef45e commit 4673e72Copy full SHA for 4673e72
src/Loader/JSONStreamLoader.php
@@ -6,6 +6,6 @@ final class JSONStreamLoader extends StreamLoader
6
{
7
protected function formatLine($line)
8
9
- return \json_encode($line);
+ return \json_encode($line) . PHP_EOL;
10
}
11
0 commit comments