Skip to content

Commit

Permalink
[HttpFoundation] Added RFC reference to 308
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 29, 2012
1 parent 468ad40 commit c73748f
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',
308 => 'Permanent Redirect', // RFC-reschke-http-status-308-07
400 => 'Bad Request',
401 => 'Unauthorized',
402 => 'Payment Required',
Expand Down

0 comments on commit c73748f

Please sign in to comment.