Skip to content

Commit 01aa96e

Browse files
committed
Remove unneeded versionadded directives
1 parent 699a4a2 commit 01aa96e

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

components/lock.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ Locks can be serialized using both the native PHP serialization system
132132
and its :phpfunction:`serialize` function, or using the Serializer
133133
component.
134134

135-
.. versionadded:: 7.4
136-
137-
The support for serializing locks with the Serializer component was
138-
introduced in Symfony 7.4.
139-
140135
.. _lock-blocking-locks:
141136

142137
Blocking Locks

messenger.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,10 +2071,6 @@ When signing is enabled:
20712071
:class:`Symfony\\Component\\Messenger\\Exception\\InvalidMessageSignatureException`
20722072
is thrown, and the message will not be handled.
20732073

2074-
.. versionadded:: 7.4
2075-
2076-
Message signing support was introduced in Symfony 7.4.
2077-
20782074
Pinging A Webservice
20792075
--------------------
20802076

@@ -2304,10 +2300,6 @@ Possible options to configure with tags are:
23042300
to prevent tampering. When enabled, messages are signed using HMAC with the
23052301
application's secret key. Default: ``false``.
23062302

2307-
.. versionadded:: 7.4
2308-
2309-
The ``sign`` option was introduced in Symfony 7.4.
2310-
23112303
.. _handler-subscriber-options:
23122304

23132305
Handling Multiple Messages
@@ -2850,10 +2842,6 @@ of the process. For each, the event class is the event name:
28502842
* :class:`Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent`
28512843
* :class:`Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent`
28522844

2853-
.. versionadded:: 7.4
2854-
2855-
The ``MessageSentToTransportsEvent`` event was introduced in Symfony 7.4.
2856-
28572845
.. note::
28582846

28592847
The ``MessageSentToTransportsEvent`` event is dispatched **only** after a

reference/configuration/framework.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,10 +1780,6 @@ named ``kernel.http_method_override``.
17801780
allowed_http_method_override
17811781
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17821782

1783-
.. versionadded:: 7.4
1784-
1785-
The ``allowed_http_method_override`` option was introduced in Symfony 7.4.
1786-
17871783
**type**: ``array`` **default**: ``null``
17881784

17891785
This option controls which HTTP methods can be overridden via the ``_method``

reference/configuration/kernel.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,6 @@ application. The default value is the current cache directory.
344344
This value is also exposed via the :method:`Symfony\\Component\\HttpKernel\\Kernel::getShareDir`
345345
method of the kernel class, which you can override to return a different value.
346346

347-
.. versionadded:: 7.4
348-
349-
The ``Kernel::getShareDir()`` method and the ``%kernel.share_dir`` parameter
350-
were introduced in Symfony 7.4.
351-
352347
``kernel.trust_x_sendfile_type_header``
353348
---------------------------------------
354349

security.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,10 +1895,6 @@ Users with ``ROLE_SUPER_ADMIN``, will automatically have ``ROLE_ADMIN``,
18951895
18961896
You can then open the ``roles.svg`` file to see the generated graph.
18971897

1898-
.. versionadded:: 7.4
1899-
1900-
The ``debug:security:role-hierarchy`` command was introduced in Symfony 7.4.
1901-
19021898
.. _security-role-authorization:
19031899

19041900
Add Code to Deny Access

0 commit comments

Comments
 (0)