[ci skip] Remove confusing comments

They are readonly / not readonly depending on the class where they're used.
However, the comment makes this confusing [1].

[1] https://github.com/php/php-src/issues/15578#issuecomment-2310389300
This commit is contained in:
Niels Dossche 2024-08-27 22:24:39 +02:00
parent 88393cfaf7
commit 067eb8c0d7
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -133,7 +133,6 @@ zend_result dom_node_node_name_read(dom_object *obj, zval *retval)
/* }}} */
/* {{{ nodeValue string
readonly=no
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-F68D080
Modern spec URL: https://dom.spec.whatwg.org/#dom-node-nodevalue
Since:
@ -671,7 +670,6 @@ zend_result dom_node_base_uri_read(dom_object *obj, zval *retval)
/* }}} */
/* {{{ textContent string
readonly=no
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-textContent
Modern spec URL: https://dom.spec.whatwg.org/#dom-node-textcontent
Since: DOM Level 3