We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4204c48 + b5d1f87 commit fa128a3Copy full SHA for fa128a3
src/StatusCode.php
@@ -56,7 +56,7 @@ final class StatusCode
56
const NOT_ACCEPTABLE = 406;
57
const PROXY_AUTHENTICATION_REQUIRED = 407;
58
const REQUEST_TIME_OUT = 408;
59
- const CONFLICT = 408;
+ const CONFLICT = 409;
60
const GONE = 410;
61
const LENGTH_REQUIRED = 411;
62
const PRECONDITION_FAILED = 412;
0 commit comments