Pen-y-Fan opened this issue 5 years ago · 0 comments
There are several code snippets with the new line as \n, I think the right PHP way should be PHP_EOL for compatibility with Linux, Mac and Windows.
\n
PHP_EOL
I'll create a pull request with the change.