Commit cf62b6c0588 for php.net

commit cf62b6c0588a637a7155bec92b949dbf9e23916d
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Thu Dec 18 22:38:21 2025 +0100

    [ci skip] dom: Remove outdated comment

diff --git a/ext/dom/notation.c b/ext/dom/notation.c
index a15fae9ee9d..f83b31428e1 100644
--- a/ext/dom/notation.c
+++ b/ext/dom/notation.c
@@ -31,8 +31,6 @@
 * Since:
 */

-/* {{{ attribute protos, not implemented yet */
-
 /* {{{ publicId	string
 readonly=yes
 URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-54F2B4D0
@@ -73,6 +71,4 @@ zend_result dom_notation_system_id_read(dom_object *obj, zval *retval)

 /* }}} */

-/* }}} */
-
 #endif