Skip to content

Commit 4a065b4

Browse files
committed
added missing constant in Response
1 parent 58f8f51 commit 4a065b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class Response
5959
const HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = 416;
6060
const HTTP_EXPECTATION_FAILED = 417;
6161
const HTTP_I_AM_A_TEAPOT = 418; // RFC2324
62+
const HTTP_MISDIRECTED_REQUEST = 421; // RFC7540
6263
const HTTP_UNPROCESSABLE_ENTITY = 422; // RFC4918
6364
const HTTP_LOCKED = 423; // RFC4918
6465
const HTTP_FAILED_DEPENDENCY = 424; // RFC4918

0 commit comments

Comments
 (0)