microformats / php-mf2

php-mf2 is a pure, generic microformats-2 parser for PHP. It makes HTML as easy to consume as JSON.
Creative Commons Zero v1.0 Universal
191 stars 38 forks source link

Check for createDocumentFragment returning false. #215

Closed mblaney closed 4 years ago

mblaney commented 5 years ago

I get a lot of notices in PHP for empty nodes here and making sure there's a return value fixes it.

gRegorLove commented 4 years ago

@mblaney I just merged https://github.com/microformats/php-mf2/pull/217 which fixes the failing tests here. Can you rebase on master? Sorry for the inconvenience.

mblaney commented 4 years ago

no worries @gRegorLove not sure if merge instead of rebase causes any problems here... hope it's ok!