Skip to content

Commit 7b23253

Browse files
committed
[HttpFoundation] Officialize the 308 redirect RFC
1 parent 5ee6f13 commit 7b23253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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', // RFC-reschke-http-status-308-07
86+
308 => 'Permanent Redirect', // RFC7238
8787
400 => 'Bad Request',
8888
401 => 'Unauthorized',
8989
402 => 'Payment Required',

0 commit comments

Comments
 (0)