Skip to content

Commit 8a424e0

Browse files
committed
Remove some versionadded directives
1 parent 32a0605 commit 8a424e0

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

event_dispatcher.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,6 @@ can also be applied to methods directly::
234234
Note that the attribute doesn't require its ``event`` parameter to be set
235235
if the method already type-hints the expected event.
236236

237-
.. versionadded:: 7.4
238-
239-
Support for union types in the ``$event`` argument of methods using the
240-
``#[AsEventListener]`` attribute was introduced in Symfony 7.4.
241-
242237
.. _events-subscriber:
243238

244239
Creating an Event Subscriber

security/voters.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ would look like this::
214214

215215
$vote->extraData['key'] = 'value'; // values can be of any type
216216

217-
.. versionadded:: 7.4
218-
219-
The ``$extraData`` property was introduced in Symfony 7.4.
220-
221217
That's it! The voter is done! Next, :ref:`configure it <declaring-the-voter-as-a-service>`.
222218

223219
To recap, here's what's expected from the two abstract methods:
@@ -568,10 +564,6 @@ Then, access that value when counting votes to make a decision::
568564
}
569565
}
570566

571-
.. versionadded:: 7.4
572-
573-
The feature to store arbitrary data inside votes was introduced in Symfony 7.4.
574-
575567
Custom Access Decision Manager
576568
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
577569

0 commit comments

Comments
 (0)