We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56304c9 commit c1b23ebCopy full SHA for c1b23eb
src/Http/HttpStatusCode.php
@@ -18,7 +18,7 @@ enum HttpStatusCode: int {
18
case Processing = 102;
19
case Early_Hints = 103;
20
21
- #[TemporaryAssignment(new DateTimeImmutable('2025-11-13'))]
+ #[TemporaryAssignment(new DateTimeImmutable('2026-11-13'))]
22
case Upload_Resumption_Supported = 104;
23
case OK = 200;
24
case Created = 201;
0 commit comments