]> granicus.if.org Git - php/commit
Fix arginfo for tidy::__construct()
authorTyson Andre <tysonandre775@hotmail.com>
Mon, 13 Aug 2018 12:44:33 +0000 (08:44 -0400)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 13 Aug 2018 14:09:32 +0000 (16:09 +0200)
commitdcd4b321859cdf494cb85ac937ad6339121a8c29
tree0b04348da160d05395819813edbd9eb9c5084a55
parent8270c7d94723adf05df44267a4a04a22079577d0
Fix arginfo for tidy::__construct()

This was split out of PR #3439

Previously, the arginfo was wrong for these methods.
getNumberOfRequiredParameters() was 4 for that method.
Compare with http://php.net/manual/en/tidy.construct.php)

This fixes the arginfo added to PHP 7.3 in 97353cda99
NEWS
ext/tidy/tidy.c