erusev / parsedown-extra

Markdown Extra Extension for Parsedown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parsedown-extra package shows notice after upgrading to php 7.4

milon opened this issue · comments

I recently update my PHP version to 7.4 and after that every time I try to compile, I am getting a bunch of PHP Notice like the following-

Notice: Trying to access array offset on value of type null in /Users/milon/Code/resume/vendor/erusev/parsedown-extra/ParsedownExtra.php on line 241

I am not sure how to fix this?

It seems to be fixed here:
#135
But the merge haven't been done yet.

commented

#135 is merged in master, but not on packagist yet since tests are broken
fixed in #142
Hopefully this gets merged quickly.

commented

fixed in #143 -> v0.8.0 is online