mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
620b6220c2
Because we check the list with dom_sanity_check_node_list_for_insertion() before dom_is_node_in_list(), then we don't have to check the object type anymore in dom_is_node_in_list(), because dom_sanity_check_node_list_for_insertion() will have already done that. Closes GH-11914.