Skip to content

Commit b04c20b

Browse files
committed
Removed old versionadded directives
1 parent e6a970b commit b04c20b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

mailer.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ transports, which is useful to debug errors.
273273
ID of the message (being the original random ID generated by Symfony or the
274274
new ID generated by the mailer provider).
275275

276-
.. versionadded:: 4.4
277-
278-
The ``getMessageId()`` method was introduced in Symfony 4.4.
279-
280276
The exceptions related to mailer transports (those which implement
281277
:class:`Symfony\\Component\\Mailer\\Exception\\TransportException`) also provide
282278
this debug information via the ``getDebug()`` method.

service_container.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,6 @@ constructor arguments without any configuration.
787787
Linting Service Definitions
788788
---------------------------
789789

790-
.. versionadded:: 4.4
791-
792-
The ``lint:container`` command was introduced in Symfony 4.4.
793-
794790
The ``lint:container`` command checks that the arguments injected into services
795791
match their type declarations. It's useful to run it before deploying your
796792
application to production (e.g. in your continuous integration server):

0 commit comments

Comments
 (0)