Skip to content

Commit 7bfea16

Browse files
authored
ENGCOM-5832: Added newline to the end of var/report reports output #24559
2 parents 8eb50bf + 5abd6e8 commit 7bfea16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/errors/processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public function saveReport($reportData)
489489
@mkdir($this->_reportDir, 0777, true);
490490
}
491491

492-
@file_put_contents($this->_reportFile, $this->serializer->serialize($reportData));
492+
@file_put_contents($this->_reportFile, $this->serializer->serialize($reportData). PHP_EOL);
493493

494494
if (isset($reportData['skin']) && self::DEFAULT_SKIN != $reportData['skin']) {
495495
$this->_setSkin($reportData['skin']);

0 commit comments

Comments
 (0)