Skip to content

Commit b5a3a56

Browse files
committed
minor symfony#17982 [HttpFoundation] Add missing RFC comment (dosten)
This PR was merged into the 2.3 branch. Discussion ---------- [HttpFoundation] Add missing RFC comment | Q | A | ------------- | --- | Branch | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - See https://tools.ietf.org/html/rfc7725 Commits ------- 7901307 Add missing RFC comment
2 parents 17e8780 + 7901307 commit b5a3a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class Response
109109
428 => 'Precondition Required', // RFC6585
110110
429 => 'Too Many Requests', // RFC6585
111111
431 => 'Request Header Fields Too Large', // RFC6585
112-
451 => 'Unavailable For Legal Reasons',
112+
451 => 'Unavailable For Legal Reasons', // RFC7725
113113
500 => 'Internal Server Error',
114114
501 => 'Not Implemented',
115115
502 => 'Bad Gateway',

0 commit comments

Comments
 (0)