Skip to content

Commit

Permalink
Removed old versionadded directives
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Dec 10, 2019
1 parent e6a970b commit b04c20b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ transports, which is useful to debug errors.
ID of the message (being the original random ID generated by Symfony or the
new ID generated by the mailer provider).

.. versionadded:: 4.4

The ``getMessageId()`` method was introduced in Symfony 4.4.

The exceptions related to mailer transports (those which implement
:class:`Symfony\\Component\\Mailer\\Exception\\TransportException`) also provide
this debug information via the ``getDebug()`` method.
Expand Down
4 changes: 0 additions & 4 deletions service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,6 @@ constructor arguments without any configuration.
Linting Service Definitions
---------------------------

.. versionadded:: 4.4

The ``lint:container`` command was introduced in Symfony 4.4.

The ``lint:container`` command checks that the arguments injected into services
match their type declarations. It's useful to run it before deploying your
application to production (e.g. in your continuous integration server):
Expand Down

0 comments on commit b04c20b

Please sign in to comment.