Skip to content

Commit c73748f

Browse files
committed
[HttpFoundation] Added RFC reference to 308
1 parent 468ad40 commit c73748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Response
8383
305 => 'Use Proxy',
8484
306 => 'Reserved',
8585
307 => 'Temporary Redirect',
86-
308 => 'Permanent Redirect',
86+
308 => 'Permanent Redirect', // RFC-reschke-http-status-308-07
8787
400 => 'Bad Request',
8888
401 => 'Unauthorized',
8989
402 => 'Payment Required',

0 commit comments

Comments
 (0)