[HttpFoundation] Officialize the 308 redirect RFC

This commit is contained in:
Fabien Potencier 2014-06-07 17:46:10 +02:00
parent fddd010e49
commit 3e62ad8e53

View File

@ -83,7 +83,7 @@ class Response
305 => 'Use Proxy',
306 => 'Reserved',
307 => 'Temporary Redirect',
308 => 'Permanent Redirect', // RFC-reschke-http-status-308-07
308 => 'Permanent Redirect', // RFC7238
400 => 'Bad Request',
401 => 'Unauthorized',
402 => 'Payment Required',