From 802b577a4bf6ec8eafebfcd18a9f6dd5e40d7769 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Jun 2020 15:00:42 +0000 Subject: [PATCH] MySQLi: various updates [9] - mysqli_stmt class synopsis incomplete A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-stmt.php#mysqli-stmt.synopsis). Looking at the docs, I suspect this was caused by the ` (method):` after the `&style.oop;` annotation and/or the missing `role="oop"` for the `methodsynopsis` element. Includes minor indentation fixes. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350066 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_stmt/more-results.xml | 6 +++--- reference/mysqli/mysqli_stmt/next-result.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/mysqli/mysqli_stmt/more-results.xml b/reference/mysqli/mysqli_stmt/more-results.xml index fb60b04c91..4ba53d9432 100644 --- a/reference/mysqli/mysqli_stmt/more-results.xml +++ b/reference/mysqli/mysqli_stmt/more-results.xml @@ -10,11 +10,11 @@ &reftitle.description; - &style.oop; (method): - + &style.oop; + public boolmysqli_stmt::more_results - + &style.procedural;: boolmysqli_stmt_more_results diff --git a/reference/mysqli/mysqli_stmt/next-result.xml b/reference/mysqli/mysqli_stmt/next-result.xml index 8c452418e6..0a86fbec25 100644 --- a/reference/mysqli/mysqli_stmt/next-result.xml +++ b/reference/mysqli/mysqli_stmt/next-result.xml @@ -10,11 +10,11 @@ &reftitle.description; - &style.oop; (method): - + &style.oop; + public boolmysqli_stmt::next_result - + &style.procedural;: boolmysqli_stmt_next_result