File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ CHANGELOG
4
4
7.0
5
5
---
6
6
7
- * Calling ` ParameterBag::filter() ` throws a ` UnexpectedValueException ` when the value is invalid, instead of returning
8
- ` false ` . This behavior can be changed by setting the flag ` FILTER_NULL_ON_FAILURE ` .
9
- * Calling ` ParameterBag::getInt() ` and ` ParameterBag::getBool() ` throws a ` UnexpectedValueException ` when the value is
10
- invalid, instead of returning ` 0 ` or ` false ` .
7
+ * Calling ` ParameterBag::filter() ` throws a ` UnexpectedValueException ` on invalid value,
8
+ unless flag ` FILTER_NULL_ON_FAILURE ` is set
9
+ * Calling ` ParameterBag::getInt() ` and ` ParameterBag::getBool() ` throws a ` UnexpectedValueException ` on invalid value
11
10
* Remove classes ` RequestMatcher ` and ` ExpressionRequestMatcher `
12
11
* Remove ` Request::getContentType() ` , use ` Request::getContentTypeFormat() ` instead
13
12
You can’t perform that action at this time.
0 commit comments