Skip to content

Commit 1b07772

Browse files
committed
[ci skip] Remove outdated comment
1 parent 7d99a9c commit 1b07772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/dom/inner_html_mixin.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ zend_result dom_element_inner_html_write(dom_object *obj, zval *newval)
359359
}
360360
}
361361

362-
/* We skip the steps involving the template element as context node since we don't do special handling for that. */
363362
dom_remove_all_children(context_node);
364363
return php_dom_pre_insert(obj->document, fragment, context_node, NULL) ? SUCCESS : FAILURE;
365364
}

0 commit comments

Comments
 (0)