Skip to content

Commit fec58c2

Browse files
authored
Update processor.php
Added PHP_EOL to the report output.
1 parent 32305e0 commit fec58c2

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
@@ -480,7 +480,7 @@ protected function _setReportData($reportData)
480480
*/
481481
public function saveReport($reportData)
482482
{
483-
$this->reportData = $reportData;
483+
$this->reportData = $reportData . PHP_EOL;
484484
$this->reportId = abs((int)(microtime(true) * random_int(100, 1000)));
485485
$this->_reportFile = $this->_reportDir . '/' . $this->reportId;
486486
$this->_setReportData($reportData);

0 commit comments

Comments
 (0)