codeguy/php-the-right-way

End of Line

Pen-y-Fan opened this issue · 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.

I'll create a pull request with the change.