From 0761b8a107f35872c370d788f588c5c99b2d5a01 Mon Sep 17 00:00:00 2001 From: Drak Date: Sun, 11 Mar 2012 11:04:36 +0545 Subject: [PATCH] [HttpFoundation] Restore compliance with RFC2324 --- src/Symfony/Component/HttpFoundation/Response.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/HttpFoundation/Response.php b/src/Symfony/Component/HttpFoundation/Response.php index ddbb4fb049..18516cde7b 100644 --- a/src/Symfony/Component/HttpFoundation/Response.php +++ b/src/Symfony/Component/HttpFoundation/Response.php @@ -101,6 +101,7 @@ class Response 415 => 'Unsupported Media Type', 416 => 'Requested Range Not Satisfiable', 417 => 'Expectation Failed', + 418 => 'I\'m a teapot', 422 => 'Unprocessable Entity', // RFC4918 423 => 'Locked', // RFC4918 424 => 'Failed Dependency', // RFC4918