Skip to content

Commit

Permalink
PHP requires HEREDOCs to have a newline after them.
Browse files Browse the repository at this point in the history
See:
http://www.php.net/manual/en/language.types.string.php#language.types.st
ring.syntax.heredoc

> The closing delimiter must also be followed by a newline.
  • Loading branch information
George Stephanis committed Jan 31, 2014
1 parent 124ea29 commit 99f351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/lib/markdown/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
* the best code is that which need not be written
Selah.
EOD;
EOD;

0 comments on commit 99f351c

Please sign in to comment.