File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,6 @@ entry in that array:
107
107
}
108
108
}
109
109
110
- .. versionadded :: 5.4
111
-
112
- The ``#[All] `` PHP attribute was introduced in Symfony 5.4 and requires
113
- PHP 8.1 (which added nested attribute support).
114
-
115
110
Now, each entry in the ``favoriteColors `` array will be validated to not
116
111
be blank and to be at least 5 characters long.
117
112
Original file line number Diff line number Diff line change @@ -164,11 +164,6 @@ The following constraints ensure that:
164
164
}
165
165
}
166
166
167
- .. versionadded :: 5.4
168
-
169
- The ``#[AtLeastOneOf] `` PHP attribute was introduced in Symfony 5.4 and
170
- requires PHP 8.1 (which added nested attribute support).
171
-
172
167
Options
173
168
-------
174
169
Original file line number Diff line number Diff line change @@ -184,11 +184,6 @@ following:
184
184
}
185
185
}
186
186
187
- .. versionadded :: 5.4
188
-
189
- The ``#[Collection] `` PHP attribute was introduced in Symfony 5.4 and
190
- requires PHP 8.1 (which added nested attribute support).
191
-
192
187
Presence and Absence of Fields
193
188
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194
189
Original file line number Diff line number Diff line change @@ -142,11 +142,6 @@ You can validate each of these constraints sequentially to solve these issues:
142
142
}
143
143
}
144
144
145
- .. versionadded :: 5.4
146
-
147
- The ``#[Sequentially] `` PHP attribute was introduced in Symfony 5.4 and
148
- requires PHP 8.1 (which added nested attribute support).
149
-
150
145
Options
151
146
-------
152
147
You can’t perform that action at this time.
0 commit comments