Skip to content

Commit

Permalink
[HttpFoundation] Officialize the 308 redirect RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 7, 2014
1 parent fddd010 commit 3e62ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/Response.php
Expand Up @@ -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',
Expand Down

0 comments on commit 3e62ad8

Please sign in to comment.