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
This commit is contained in:
Christoph Michael Becker 2020-06-20 15:00:42 +00:00
parent ac2f69b3d0
commit 802b577a4b
2 changed files with 6 additions and 6 deletions

View file

@ -10,11 +10,11 @@
<refsect1 role="description">
&reftitle.description;
<para>&style.oop; (method):</para>
<methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::more_results</methodname>
<void />
</methodsynopsis>
</methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_stmt_more_results</methodname>

View file

@ -10,11 +10,11 @@
<refsect1 role="description">
&reftitle.description;
<para>&style.oop; (method):</para>
<methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::next_result</methodname>
<void />
</methodsynopsis>
</methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_stmt_next_result</methodname>