@@ -2363,11 +2363,11 @@ |
||
2363 | 2363 | * parameters. If arrays of attribute names and values are provided, only those will be bound to |
2364 | 2364 | * the supplied statement. |
2365 | 2365 | * |
2366 | - * @param mysqli_stmt $stmt The SQL statement to bind to. |
|
2366 | + * @param \mysqli_stmt $stmt The SQL statement to bind to. |
|
2367 | 2367 | * @param array Optional array of BO attributes. |
2368 | 2368 | * @param array Optional array of BO values. |
2369 | 2369 | * |
2370 | - * @return mysqli_stmt |
|
2370 | + * @return \mysqli_stmt |
|
2371 | 2371 | * |
2372 | 2372 | * @since 1.1 |
2373 | 2373 | */ |