[HttpFoundation] Restore compliance with RFC2324

This commit is contained in:
Drak 2012-03-11 11:04:36 +05:45
parent fb053f6e1f
commit 0761b8a107

View File

@ -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