Skip to content

Commit 7df4d41

Browse files
abdounikarimfabpot
authored andcommitted
Update Response.php
Hello, I just added a missing comment for HTTP 451 status code to the associated RFC.
1 parent 73ed81e commit 7df4d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Response
7777
public const HTTP_PRECONDITION_REQUIRED = 428; // RFC6585
7878
public const HTTP_TOO_MANY_REQUESTS = 429; // RFC6585
7979
public const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431; // RFC6585
80-
public const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
80+
public const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451; // RFC7725
8181
public const HTTP_INTERNAL_SERVER_ERROR = 500;
8282
public const HTTP_NOT_IMPLEMENTED = 501;
8383
public const HTTP_BAD_GATEWAY = 502;

0 commit comments

Comments
 (0)