diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-04 05:44:28 -0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-02-04 17:00:24 +0100 |
commit | affc20f8912d53fb9eb75c48968414d129a2a04b (patch) | |
tree | 77065c0f5a41785f321a885df776b7c637670ed5 /ext/dom/text.c | |
parent | 0709eb80f3f20d37680503bd711c86c5834a6528 (diff) | |
download | php-git-affc20f8912d53fb9eb75c48968414d129a2a04b.tar.gz |
Use bool instead of boolean in proto
Diffstat (limited to 'ext/dom/text.c')
-rw-r--r-- | ext/dom/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/text.c b/ext/dom/text.c index b116f5b4ca..a5a6323ef2 100644 --- a/ext/dom/text.c +++ b/ext/dom/text.c @@ -194,7 +194,7 @@ PHP_FUNCTION(dom_text_split_text) } /* }}} end dom_text_split_text */ -/* {{{ proto boolean dom_text_is_whitespace_in_element_content() +/* {{{ proto bool dom_text_is_whitespace_in_element_content() URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-isWhitespaceInElementContent Since: DOM Level 3 */ |