Skip to content

Commit 0522f11

Browse files
committed
Update stubs
1 parent 9c63c3e commit 0522f11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

stubs/ext/date/DateInvalidTimeZoneException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* @strict-properties
55
*/
66
#[\Since('8.3')]
7-
class DateInvalidTimeZoneException extends \Exception
7+
class DateInvalidTimeZoneException extends \DateException
88
{
99
}
+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
#[\Until('8.3')]
34
function mysqli_field_seek(\mysqli_result $result, int $index): bool
45
{
6+
}
7+
#[\Since('8.3')]
8+
function mysqli_field_seek(\mysqli_result $result, int $index): true
9+
{
510
}

0 commit comments

Comments
 (0)