Skip to content

Commit 90f81ca

Browse files
committed
[ci skip] Exchange TODO comment for an explanation
Such that nobody actually attempts to implement this.
1 parent 5dd8bb0 commit 90f81ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/dom/attr.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ Since: DOM Level 3
177177
*/
178178
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval)
179179
{
180-
/* TODO */
180+
/* This was never implemented, and is dropped from teh modern-day DOM spec.
181+
* It only exists in old DOM to preserve BC. */
181182
ZVAL_NULL(retval);
182183
return SUCCESS;
183184
}

0 commit comments

Comments
 (0)