Skip to content

Commit 7901307

Browse files
committed
Add missing RFC comment
1 parent 17e8780 commit 7901307

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)