Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 43c791e

Browse files
committed
Merge branch 'hotfix/iana-425-change'
Close #313
2 parents 87928a5 + 4527c29 commit 43c791e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13-
- Nothing.
13+
- [#313](https://github.com/zendframework/zend-diactoros/pull/313) changes the reason phrase associated with the status code 425
14+
to "Too Early", corresponding to a new definition of the code as specified by the IANA.
1415

1516
### Deprecated
1617

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Response implements ResponseInterface
8787
422 => 'Unprocessable Entity',
8888
423 => 'Locked',
8989
424 => 'Failed Dependency',
90-
425 => 'Unordered Collection',
90+
425 => 'Too Early',
9191
426 => 'Upgrade Required',
9292
428 => 'Precondition Required',
9393
429 => 'Too Many Requests',

0 commit comments

Comments
 (0)