Skip to content

Commit 4204c48

Browse files
committed
1 parent df1bb0b commit 4204c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StatusCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class StatusCode
3939
// 30X Redirection
4040
const MULTIPLE_CHOICES = 300;
4141
const MOVED_PERMANENTLY = 301;
42-
const MOVED_TEMPORARILY = 302;
42+
const FOUND = 302;
4343
const SEE_OTHER = 303;
4444
const NOT_MODIFIED = 304;
4545
const USE_PROXY = 305;

0 commit comments

Comments
 (0)