Skip to content

Commit b5d1f87

Browse files
update CONFLICT to 409
1 parent 4204c48 commit b5d1f87

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
@@ -56,7 +56,7 @@ final class StatusCode
5656
const NOT_ACCEPTABLE = 406;
5757
const PROXY_AUTHENTICATION_REQUIRED = 407;
5858
const REQUEST_TIME_OUT = 408;
59-
const CONFLICT = 408;
59+
const CONFLICT = 409;
6060
const GONE = 410;
6161
const LENGTH_REQUIRED = 411;
6262
const PRECONDITION_FAILED = 412;

0 commit comments

Comments
 (0)