summaryrefslogtreecommitdiff
path: root/ext/tidy
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-25 19:51:39 -0300
committerJoe Watkins <krakjoe@php.net>2018-03-09 12:04:46 +0100
commit701437a94872853026c97b225f9882ed7fa3164c (patch)
treee52d683847f7251a9a024917694962959338ba8a /ext/tidy
parentacda5e084e1382256913b8e873e9017c5bd08e56 (diff)
downloadphp-git-701437a94872853026c97b225f9882ed7fa3164c.tar.gz
Remove return types from some magic method in protos
__construct, __destruct, __wakeup does not have return types defined.
Diffstat (limited to 'ext/tidy')
-rw-r--r--ext/tidy/tidy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c
index 2a0ed7b6e3..61fd0f32cb 100644
--- a/ext/tidy/tidy.c
+++ b/ext/tidy/tidy.c
@@ -1877,7 +1877,7 @@ static TIDY_NODE_METHOD(getParent)
/* }}} */
-/* {{{ proto void tidyNode::__construct()
+/* {{{ proto tidyNode::__construct()
__constructor for tidyNode. */
static TIDY_NODE_METHOD(__construct)
{