Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ced4201

Browse files
[2.7] Make CI green
1 parent 3425d87 commit ced4201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ before_install:
144144
tfold ext.apcu tpecl apcu-4.0.11 apcu.so $INI
145145
elif [[ ! $skip && $PHP = 7.* ]]; then
146146
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
147-
tfold ext.mongodb tpecl mongodb-1.4.0RC1 mongodb.so $INI
147+
tfold ext.mongodb tpecl mongodb-1.5.0 mongodb.so $INI
148148
fi
149149
150150
install:

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Response
170170
422 => 'Unprocessable Entity', // RFC4918
171171
423 => 'Locked', // RFC4918
172172
424 => 'Failed Dependency', // RFC4918
173-
425 => 'Reserved for WebDAV advanced collections expired proposal', // RFC2817
173+
425 => 'Too Early', // RFC-ietf-httpbis-replay-04
174174
426 => 'Upgrade Required', // RFC2817
175175
428 => 'Precondition Required', // RFC6585
176176
429 => 'Too Many Requests', // RFC6585

0 commit comments

Comments
 (0)