Skip to content

Commit c1b23eb

Browse files
Temporary assignment for "Upload_Resumption_Supported (104)" status code got extended (#334)
Co-authored-by: PrinsFrank <[email protected]>
1 parent 56304c9 commit c1b23eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/HttpStatusCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enum HttpStatusCode: int {
1818
case Processing = 102;
1919
case Early_Hints = 103;
2020

21-
#[TemporaryAssignment(new DateTimeImmutable('2025-11-13'))]
21+
#[TemporaryAssignment(new DateTimeImmutable('2026-11-13'))]
2222
case Upload_Resumption_Supported = 104;
2323
case OK = 200;
2424
case Created = 201;

0 commit comments

Comments
 (0)