8000 merged branch drak/patch-2 (PR #3556) · symfony/symfony@71bf0f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71bf0f2

Browse files
committed
merged branch drak/patch-2 (PR #3556)
Commits ------- 0761b8a [HttpFoundation] Restore compliance with RFC2324 Discussion ---------- [HttpFoundation] Restore compliance with RFC2324 Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: -
2 parents 7ac13e3 + 0761b8a commit 71bf0f2

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
@@ -101,6 +101,7 @@ class Response
101101
415 => 'Unsupported Media Type',
102102
416 => 'Requested Range Not Satisfiable',
103103
417 => 'Expectation Failed',
104+
418 => 'I\'m a teapot',
104105
422 => 'Unprocessable Entity', // RFC4918
105106
423 => 'Locked', // RFC4918
106107
424 => 'Failed Dependency', // RFC4918

0 commit comments

Comments
 (0)
0