mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
NULL » null
This commit is contained in:
parent
f13214cfa7
commit
34035316df
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user