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:
107107 }
108108 }
109109
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-
115110 Now, each entry in the ``favoriteColors `` array will be validated to not
116111be blank and to be at least 5 characters long.
117112
Original file line number Diff line number Diff line change @@ -164,11 +164,6 @@ The following constraints ensure that:
164164 }
165165 }
166166
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-
172167 Options
173168-------
174169
Original file line number Diff line number Diff line change @@ -184,11 +184,6 @@ following:
184184 }
185185 }
186186
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-
192187 Presence and Absence of Fields
193188~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194189
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:
142142 }
143143 }
144144
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-
150145 Options
151146-------
152147
You can’t perform that action at this time.
0 commit comments