Update mysqli_stmt::get_warnings() parameters

This commit is contained in:
KapitanOczywisty 2019-09-10 00:30:09 +02:00 committed by GitHub
parent cccf793a5c
commit 19b8d7f876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1383,11 +1383,10 @@ class mysqli_stmt {
/**
* Get result of SHOW WARNINGS
* @link https://php.net/manual/en/mysqli-stmt.get-warnings.php
* @param mysqli_stmt $stmt
* @return object
* @since 5.1.0
*/
public function get_warnings (mysqli_stmt $stmt) {}
public function get_warnings () {}
/**
* Returns result set metadata from a prepared statement