8000 minor #28110 [2.7] Make CI green (nicolas-grekas) · donquixote/symfony@79e3904 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79e3904

Browse files
committed
minor symfony#28110 [2.7] Make CI green (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7] Make CI green | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - 2.7 still receives security fixes for a few more months, let's keep its CI green. Commits ------- ced4201 [2.7] Make CI green
2 parents 3425d87 + ced4201 commit 79e3904

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)
0