15
15
16
16
* The ` choices_as_values ` option of the ` ChoiceType ` has been deprecated and
17
17
will be removed in Symfony 4.0.
18
+
18
19
* Support for data objects that implements both ` Traversable ` and ` ArrayAccess `
19
20
in ` ResizeFormListener::preSubmit ` method has been deprecated and will be
20
21
removed in Symfony 4.0.
@@ -25,8 +26,8 @@ FrameworkBundle
25
26
* As it was never an officially supported feature, the support for absolute
26
27
template paths has been deprecated and will be removed in Symfony 4.0.
27
28
28
- * The following form types registered as services are deprecated since 3.1
29
- and will be removed in 4.0; use their fully-qualified class name instead:
29
+ * The following form types registered as services have been deprecated and
30
+ will be removed in Symfony 4.0; use their fully-qualified class name instead:
30
31
31
32
- ` "form.type.birthday" `
32
33
- ` "form.type.checkbox" `
@@ -75,7 +76,8 @@ Serializer
75
76
Yaml
76
77
----
77
78
78
- * Deprecated usage of ` % ` at the beginning of an unquoted string.
79
+ * Usage of ` % ` at the beginning of an unquoted string has been deprecated and
80
+ will lead to a ` ParseException ` in Symfony 4.0.
79
81
80
82
* The ` Dumper::setIndentation() ` method is deprecated and will be removed in
81
83
Symfony 4.0. Pass the indentation level to the constructor instead.
140
142
Yaml::dump(array('foo' => new A(), 'bar' => 1), 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE);
141
143
```
142
144
143
- * Deprecated support for passing ` true ` /` false ` as the fifth argument to the ` dump() ` method to toggle object support.
145
+ * Deprecated support for passing ` true ` /` false ` as the fifth argument to the
146
+ ` dump() ` method to toggle object support.
144
147
145
148
Before:
146
149
160
163
Validator
161
164
---------
162
165
163
- * The ` DateTimeValidator::PATTERN ` constant is deprecated and will be removed in
164
- Symfony 4.0.
166
+ * The ` DateTimeValidator::PATTERN ` constant has been deprecated and will be
167
+ removed in Symfony 4.0.
0 commit comments