NULL » null

This commit is contained in:
Emanuil 2013-09-19 23:12:48 +03:00
parent f13214cfa7
commit 34035316df
1 changed files with 1 additions and 1 deletions

View File

@ -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);