Skip to content

Commit fa128a3

Browse files
authored
Merge pull request #2 from o-tomox/fix-conflict-status-code
fixed CONFLICT 409
2 parents 4204c48 + b5d1f87 commit fa128a3

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)