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
This commit is contained in:
Christoph Michael Becker 2020-06-20 15:03:12 +00:00
parent c1434c95fc
commit 7f940ab1e9

View file

@ -16,12 +16,12 @@
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::free</methodname>
<void />
</methodsynopsis>
<methodsynopsis>
<type>void</type><methodname>mysqli_result::close</methodname>
<methodsynopsis role="oop">
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::close</methodname>
<void />
</methodsynopsis>
<methodsynopsis>
<type>void</type><methodname>mysqli_result::free_result</methodname>
<methodsynopsis role="oop">
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::free_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>