Skip to content

Commit 16d965c

Browse files
committed
Nit
1 parent e8be193 commit 16d965c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/mysqli/mysqli_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,6 @@ PHP_FUNCTION(mysqli_stmt_attr_set)
22532253
if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll", &mysql_stmt, mysqli_stmt_class_entry, &attr, &mode_in) == FAILURE) {
22542254
RETURN_THROWS();
22552255
}
2256-
22572256
MYSQLI_FETCH_RESOURCE_STMT(stmt, mysql_stmt, MYSQLI_STATUS_VALID);
22582257

22592258
switch (attr) {

0 commit comments

Comments
 (0)