Skip to content

Commit

Permalink
[2.7] Make CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 2, 2018
1 parent b045094 commit e8eb43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Response
422 => 'Unprocessable Entity', // RFC4918
423 => 'Locked', // RFC4918
424 => 'Failed Dependency', // RFC4918
425 => 'Reserved for WebDAV advanced collections expired proposal', // RFC2817
425 => 'Too Early', // RFC-ietf-httpbis-replay-04
426 => 'Upgrade Required', // RFC2817
428 => 'Precondition Required', // RFC6585
429 => 'Too Many Requests', // RFC6585
Expand Down

0 comments on commit e8eb43e

Please sign in to comment.