Skip to content

Commit 53b8206

Browse files
committed
concat dump output
1 parent 8ee43d2 commit 53b8206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function setErrorHandler($errorNumber, $message, $file, $lineNumber)
3030
$this->sendRequest($message, $file, $lineNumber);
3131

3232
if ($this->debug) {
33-
dump($message, $file.':'.$lineNumber);
33+
dump($message . PHP_EOL . $file.':'.$lineNumber);
3434
}
3535

3636
return false;

0 commit comments

Comments
 (0)