File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Original file line number Diff line number Diff line change @@ -273,10 +273,6 @@ transports, which is useful to debug errors.
273
273
ID of the message (being the original random ID generated by Symfony or the
274
274
new ID generated by the mailer provider).
275
275
276
- .. versionadded :: 4.4
277
-
278
- The ``getMessageId() `` method was introduced in Symfony 4.4.
279
-
280
276
The exceptions related to mailer transports (those which implement
281
277
:class: `Symfony\\ Component\\ Mailer\\ Exception\\ TransportException `) also provide
282
278
this debug information via the ``getDebug() `` method.
Original file line number Diff line number Diff line change @@ -787,10 +787,6 @@ constructor arguments without any configuration.
787
787
Linting Service Definitions
788
788
---------------------------
789
789
790
- .. versionadded :: 4.4
791
-
792
- The ``lint:container `` command was introduced in Symfony 4.4.
793
-
794
790
The ``lint:container `` command checks that the arguments injected into services
795
791
match their type declarations. It's useful to run it before deploying your
796
792
application to production (e.g. in your continuous integration server):
You can’t perform that action at this time.
0 commit comments