Skip to content

Commit 1ec3e51

Browse files
committed
added missing constant
1 parent 8ef7c53 commit 1ec3e51

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
@@ -67,6 +67,7 @@ class Response
6767
const HTTP_PRECONDITION_REQUIRED = 428; // RFC6585
6868
const HTTP_TOO_MANY_REQUESTS = 429; // RFC6585
6969
const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431; // RFC6585
70+
const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
7071
const HTTP_INTERNAL_SERVER_ERROR = 500;
7172
const HTTP_NOT_IMPLEMENTED = 501;
7273
const HTTP_BAD_GATEWAY = 502;

0 commit comments

Comments
 (0)