Skip to content

Commit 37f8a42

Browse files
committed
mysqli_field_seek now has true return type
1 parent 7fcfaae commit 37f8a42

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
@@ -1457,7 +1457,7 @@ function mysqli_fetch_column(mysqli_result $result, int $column = 0): null|int|f
14571457

14581458
function mysqli_field_count(mysqli $mysql): int {}
14591459

1460-
function mysqli_field_seek(mysqli_result $result, int $index): bool {}
1460+
function mysqli_field_seek(mysqli_result $result, int $index): true {} // TODO make return type void
14611461

14621462
function mysqli_field_tell(mysqli_result $result): int {}
14631463

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)