8000
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 1b57d28 commit 3f08f94Copy full SHA for 3f08f94
src/Symfony/Component/HttpFoundation/Response.php
@@ -72,7 +72,7 @@ class Response
72
public const HTTP_PRECONDITION_REQUIRED = 428; // RFC6585
73
public const HTTP_TOO_MANY_REQUESTS = 429; // RFC6585
74
public const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431; // RFC6585
75
- public const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
+ public const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451; // RFC7725
76
public const HTTP_INTERNAL_SERVER_ERROR = 500;
77
public const HTTP_NOT_IMPLEMENTED = 501;
78
public const HTTP_BAD_GATEWAY = 502;
0 commit comments