Closed cezarpopa closed 2 years ago
Now CI says
Attempt to read property "post_type" on null
Now CI says
Attempt to read property "post_type" on null
This should be fixed now, the culprit was that the type of $string
was int in some cases.
Thank you @cezarpopa !
Hi,
i believe this commit should fix the CI phpunit task from failing under php 8 and also will close #55
Thank you, Cezar