Skip to content

Commit 37e5c25

Browse files
committed
Change return type for mysqli_result::field_seek
1 parent 5f5d12c commit 37e5c25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/mysqli/mysqli.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ public function fetch_column(int $column = 0): null|int|float|string|false {}
11441144
* @tentative-return-type
11451145
* @alias mysqli_field_seek
11461146
*/
1147-
public function field_seek(int $index): bool {}
1147+
public function field_seek(int $index): true {}
11481148

11491149
/**
11501150
* @tentative-return-type

ext/mysqli/mysqli_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)