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.
2 parents 8eb50bf + 5abd6e8 commit 7bfea16Copy full SHA for 7bfea16
pub/errors/processor.php
@@ -489,7 +489,7 @@ public function saveReport($reportData)
489
@mkdir($this->_reportDir, 0777, true);
490
}
491
492
- @file_put_contents($this->_reportFile, $this->serializer->serialize($reportData));
+ @file_put_contents($this->_reportFile, $this->serializer->serialize($reportData). PHP_EOL);
493
494
if (isset($reportData['skin']) && self::DEFAULT_SKIN != $reportData['skin']) {
495
$this->_setSkin($reportData['skin']);
0 commit comments