Skip to content

Commit 6e8d0cb

Browse files
committed
clean up 7.4 versionadded directives
1 parent 51d2678 commit 6e8d0cb

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

components/intl.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,6 @@ numeric country codes::
208208
the Symfony Intl component will also recognize user-assigned codes: ``XK``, ``XKK``, and ``983``.
209209
This allows applications to handle these codes, which is useful for supporting regions that need to use them.
210210

211-
.. versionadded:: 7.4
212-
213-
Support for ``SYMFONY_INTL_WITH_USER_ASSIGNED`` was introduced in Symfony 7.4.
214-
215211
Locales
216212
~~~~~~~
217213

routing.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,6 @@ given value:
319319
}
320320
};
321321
322-
.. versionadded:: 7.4
323-
324-
The ability to pass an array of environments to the ``env`` argument was introduced in Symfony 7.4.
325-
326322
.. _routing-matching-expressions:
327323

328324
Matching Expressions

security.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,11 +2532,6 @@ You can also extend the ``IsGranted`` attribute to create meaningful shortcuts::
25322532
}
25332533
}
25342534

2535-
.. versionadded:: 7.4
2536-
2537-
The :class:`Symfony\\Component\\Security\\Http\\Attribute\\IsGranted`
2538-
attribute is extendable since Symfony 7.4.
2539-
25402535
You can restrict access validation to specific HTTP methods
25412536
by using the ``methods`` argument::
25422537

@@ -2556,10 +2551,6 @@ by using the ``methods`` argument::
25562551
}
25572552
}
25582553

2559-
.. versionadded:: 7.4
2560-
2561-
The ``methods`` argument was introduced in Symfony 7.4.
2562-
25632554
.. _security-template:
25642555

25652556
Access Control in Templates

serializer/streaming_json.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,6 @@ When callables are not enough, you can use a service implementing the
542542
option called ``_current_object`` which gives access to the object holding
543543
the current property (or ``null`` if there's none).
544544

545-
.. versionadded:: 7.4
546-
547-
The ``_current_object`` option was introduced in Symfony 7.4.
548-
549545
To use this transformer in a class, configure the ``#[ValueTransformer]`` attribute::
550546

551547
// src/Dto/Dog.php

0 commit comments

Comments
 (0)