diff --git a/Parsedown.php b/Parsedown.php index 9532e6e..2c4208d 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -113,7 +113,7 @@ class Parsedown private function parse_lines($text, $context = null) { $lines = explode("\n", $text); - $lines []= NULL; + $lines []= null; $line_count = count($lines);