You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 8.0.0 The firstElementChild, lastElementChild, childElementCount, previousElementSibling, and nextElementSibling properties have been added
I was not aware of that, so the current code requires in fact PHP 8+.
But making a version compatible with PHP 7.4 would not be that difficult, but it would be a bit poorer: by changing all instances of firstElementChild to firstChild, etc.
I am facing this error on PHP 7.4, but it functions correctly on PHP 8.1. How can I make it work on PHP 7.4?
The text was updated successfully, but these errors were encountered: