Skip to content

Commit 9c63c3e

Browse files
committed
Update stubs
1 parent 47186c5 commit 9c63c3e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

stubs/ext/date/DateRangeError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* @strict-properties
55
*/
66
#[\Since('8.3')]
7-
class DateRangeError extends \DateRangeError
7+
class DateRangeError extends \DateError
88
{
99
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<?php
22

33
/** @alias snmp_set_oid_output_format */
4+
#[\Until('8.3')]
45
function snmp_set_oid_numeric_print(int $format): bool
56
{
7+
}
8+
/** @alias snmp_set_oid_output_format */
9+
#[\Since('8.3')]
10+
function snmp_set_oid_numeric_print(int $format): true
11+
{
612
}

0 commit comments

Comments
 (0)