Skip to content

Commit d7db41a

Browse files
committed
Drop 5.4 versionadded directives
1 parent 9159e13 commit d7db41a

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

reference/constraints/All.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
116111
be blank and to be at least 5 characters long.
117112

reference/constraints/AtLeastOneOf.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

reference/constraints/Collection.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

reference/constraints/Sequentially.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)