Skip to content

Commit

Permalink
Update property read handler comments for DOMEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 26, 2021
1 parent 6434c93 commit 267c24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/dom/entity.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int dom_entity_notation_name_read(dom_object *obj, zval *retval)
/* }}} */

/* {{{ actualEncoding string
readonly=no
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-actualEncoding
Since: DOM Level 3
*/
Expand All @@ -123,7 +123,7 @@ int dom_entity_actual_encoding_read(dom_object *obj, zval *retval)
/* }}} */

/* {{{ encoding string
readonly=no
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-encoding
Since: DOM Level 3
*/
Expand All @@ -136,7 +136,7 @@ int dom_entity_encoding_read(dom_object *obj, zval *retval)
/* }}} */

/* {{{ version string
readonly=no
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-version
Since: DOM Level 3
*/
Expand Down

0 comments on commit 267c24e

Please sign in to comment.