1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

NULL » null

This commit is contained in:
Emanuil 2013-09-19 23:12:48 +03:00
parent f13214cfa7
commit 34035316df

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