From 7f940ab1e98924a05d7b9dc230a1ac3660c0d86f Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Jun 2020 15:03:12 +0000 Subject: [PATCH] MySQLi: various updates [12] - mysqli_result class synopsis incomplete A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-result.php#mysqli-result.synopsis). I suspect this was caused by the missing `role="oop"` for the `methodsynopsis` element. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350069 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_result/free.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mysqli/mysqli_result/free.xml b/reference/mysqli/mysqli_result/free.xml index f1428ab9ad..adbe184345 100644 --- a/reference/mysqli/mysqli_result/free.xml +++ b/reference/mysqli/mysqli_result/free.xml @@ -16,12 +16,12 @@ public voidmysqli_result::free - - voidmysqli_result::close + + public voidmysqli_result::close - - voidmysqli_result::free_result + + public voidmysqli_result::free_result &style.procedural;