Skip to content

Commit 0cda667

Browse files
committed
Revert "Fix Lint (DOCtor-RST) remarks (including versionadded to deprecated changes in mailer.rst)"
1 parent 87f1757 commit 0cda667

20 files changed

+27
-27
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ A validation rule also requires a "then" part:
834834
Usually, "then" is a closure. Its return value will be used as a new value
835835
for the node, instead of the node's original value.
836836

837-
.. deprecated:: 7.3
837+
.. versionadded:: 7.3
838838

839839
The ``ifFalse()`` method was introduced in Symfony 7.3.
840840

components/console/helpers/formatterhelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ precision (default ``1``) of the result::
136136
Helper::formatTime(172799, 4); // 1 d, 23 h, 59 min, 59 s
137137
Helper::formatTime(172799.056, 5); // 1 d, 23 h, 59 min, 59 s, 56 ms
138138

139-
.. deprecated:: 7.3
139+
.. versionadded:: 7.3
140140

141141
Support for formatting up to milliseconds was introduced in Symfony 7.3.
142142

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ a PHP callable::
721721
// disables FastCGI buffering in nginx only for this response
722722
$response->headers->set('X-Accel-Buffering', 'no');
723723

724-
.. deprecated:: 7.3
724+
.. versionadded:: 7.3
725725

726726
Support for using string iterables was introduced in Symfony 7.3.
727727

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ correctly. To validate the types of the options, call
316316
}
317317
}
318318

319-
.. deprecated:: 7.3
319+
.. versionadded:: 7.3
320320

321321
Defining type unions with the ``|`` syntax was introduced in Symfony 7.3.
322322

components/property_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ information from annotations of properties and methods, such as ``@var``,
476476
$phpStanExtractor->getShortDescription($class, 'bar');
477477
$phpStanExtractor->getLongDescription($class, 'bar');
478478

479-
.. deprecated:: 7.3
479+
.. versionadded:: 7.3
480480

481481
The :method:`Symfony\\Component\\PropertyInfo\\Extractor\\PhpStanExtractor::getShortDescription`
482482
and :method:`Symfony\\Component\\PropertyInfo\\Extractor\\PhpStanExtractor::getLongDescription`

components/type_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Checking if a type **accepts a value**::
153153
$type->accepts(123); // true
154154
$type->accepts('z'); // true
155155

156-
.. deprecated:: 7.3
156+
.. versionadded:: 7.3
157157

158158
The :method:`Symfony\\Component\\TypeInfo\\Type::accepts`
159159
method was introduced in Symfony 7.3.

components/yaml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ use the ``DUMP_NULL_AS_EMPTY`` flag to dump null values as empty strings::
434434
$dumped = Yaml::dump(['foo' => null], 2, 4, Yaml::DUMP_NULL_AS_EMPTY);
435435
// foo:
436436

437-
.. deprecated:: 7.3
437+
.. versionadded:: 7.3
438438

439439
The ``DUMP_NULL_AS_EMPTY`` flag was introduced in Symfony 7.3.
440440

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ set the ``key`` option in the ``#[MapQueryString]`` attribute::
459459
// ...
460460
}
461461

462-
.. deprecated:: 7.3
462+
.. versionadded:: 7.3
463463

464464
The ``key`` option of ``#[MapQueryString]`` was introduced in Symfony 7.3.
465465

mailer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Service Install with Webhook su
128128

129129
The Mailomat, Mailtrap, Postal and Sweego integrations were introduced in Symfony 7.2.
130130

131-
.. deprecated:: 7.3
131+
.. versionadded:: 7.3
132132

133133
The AhaSend integration was introduced in Symfony 7.3.
134134

@@ -347,7 +347,7 @@ the retry period by setting the ``retry_period`` option in the DSN:
347347
348348
MAILER_DSN="failover(postmark+api://ID@default sendgrid+smtp://KEY@default)?retry_period=15"
349349
350-
.. deprecated:: 7.3
350+
.. versionadded:: 7.3
351351

352352
The ``retry_period`` option was introduced in Symfony 7.3.
353353

@@ -378,7 +378,7 @@ the retry period by setting the ``retry_period`` option in the DSN:
378378
379379
MAILER_DSN="roundrobin(postmark+api://ID@default sendgrid+smtp://KEY@default)?retry_period=15"
380380
381-
.. deprecated:: 7.3
381+
.. versionadded:: 7.3
382382

383383
The ``retry_period`` option was introduced in Symfony 7.3.
384384

@@ -429,7 +429,7 @@ setting the ``auto_tls`` option to ``false`` in the DSN::
429429
Binding to IPv4 or IPv6
430430
~~~~~~~~~~~~~~~~~~~~~~~
431431

432-
.. deprecated:: 7.3
432+
.. versionadded:: 7.3
433433

434434
The option to bind to IPv4 or IPv6 or a specific IP address was introduced in Symfony 7.3.
435435

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Service
236236

237237
The ``Primotexto``, ``Sipgate`` and ``Sweego`` integrations were introduced in Symfony 7.2.
238238

239-
.. deprecated:: 7.3
239+
.. versionadded:: 7.3
240240

241241
Webhook support for the ``Brevo`` integration was introduced in Symfony 7.3.
242242

reference/constraints/DateTime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Parameter Description
107107
``{{ format }}`` The date format defined in ``format``
108108
================ ==============================================================
109109

110-
.. deprecated:: 7.3
110+
.. versionadded:: 7.3
111111

112112
The ``{{ format }}`` parameter was introduced in Symfony 7.3.
113113

reference/constraints/Image.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ add several other options.
210210

211211
If this option is false, the image cannot be landscape oriented.
212212

213-
.. deprecated:: 7.3
213+
.. versionadded:: 7.3
214214

215215
The ``allowLandscape`` option support for SVG files was introduced in Symfony 7.3.
216216

@@ -238,7 +238,7 @@ Parameter Description
238238

239239
If this option is false, the image cannot be portrait oriented.
240240

241-
.. deprecated:: 7.3
241+
.. versionadded:: 7.3
242242

243243
The ``allowPortrait`` option support for SVG files was introduced in Symfony 7.3.
244244

@@ -268,7 +268,7 @@ If this option is false, the image cannot be a square. If you want to force
268268
a square image, then leave this option as its default ``true`` value
269269
and set `allowLandscape`_ and `allowPortrait`_ both to ``false``.
270270

271-
.. deprecated:: 7.3
271+
.. versionadded:: 7.3
272272

273273
The ``allowSquare`` option support for SVG files was introduced in Symfony 7.3.
274274

@@ -370,7 +370,7 @@ Parameter Description
370370
If set, the aspect ratio (``width / height``) of the image file must be less
371371
than or equal to this value.
372372

373-
.. deprecated:: 7.3
373+
.. versionadded:: 7.3
374374

375375
The ``maxRatio`` option support for SVG files was introduced in Symfony 7.3.
376376

@@ -493,7 +493,7 @@ Parameter Description
493493
If set, the aspect ratio (``width / height``) of the image file must be greater
494494
than or equal to this value.
495495

496-
.. deprecated:: 7.3
496+
.. versionadded:: 7.3
497497

498498
The ``minRatio`` option support for SVG files was introduced in Symfony 7.3.
499499

reference/constraints/Slug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Slug
22
====
33

4-
.. deprecated:: 7.3
4+
.. versionadded:: 7.3
55

66
The ``Slug`` constraint was introduced in Symfony 7.3.
77

reference/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ can be found in :ref:`security-template`.
175175
is_granted_for_user
176176
~~~~~~~~~~~~~~~~~~~
177177

178-
.. deprecated:: 7.3
178+
.. versionadded:: 7.3
179179

180180
The ``is_granted_for_user()`` function was introduced in Symfony 7.3.
181181

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@ argument of :method:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::
28022802

28032803
The feature to add an expiration date for a signed URI was introduced in Symfony 7.1.
28042804

2805-
.. deprecated:: 7.3
2805+
.. versionadded:: 7.3
28062806

28072807
Starting with Symfony 7.3, signed URI hashes no longer include the ``/`` or
28082808
``+`` characters, as these may cause issues with certain clients.

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
26042604
is unavailable (e.g., in a CLI context such as a message queue or cron job), you
26052605
can use the ``isGrantedForUser()`` method to explicitly set the target user.
26062606

2607-
.. deprecated:: 7.3
2607+
.. versionadded:: 7.3
26082608

26092609
The :method:`Symfony\\Bundle\\SecurityBundle\\Security::isGrantedForUser`
26102610
method was introduced in Symfony 7.3.

service_container/service_closures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ argument of type ``service_closure``:
9797
// ->args([service_closure('mailer')->ignoreOnInvalid()]);
9898
};
9999
100-
.. deprecated:: 7.3
100+
.. versionadded:: 7.3
101101

102102
The ``@>`` shortcut syntax for YAML was introduced in Symfony 7.3.
103103

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ same service under different indexes:
12911291
// ...
12921292
}
12931293

1294-
.. deprecated:: 7.3
1294+
.. versionadded:: 7.3
12951295

12961296
The feature to apply the ``#[AsTaggedItem]`` attribute multiple times was
12971297
introduced in Symfony 7.3.

string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Methods to Change Case
248248

249249
The ``kebab()`` method was introduced in Symfony 7.2.
250250

251-
.. deprecated:: 7.3
251+
.. versionadded:: 7.3
252252

253253
The ``pascal()`` method was introduced in Symfony 7.3.
254254

webhook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Sweego ``mailer.webhook.request_parser.sweego``
4646
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, and ``Sweego`` integrations were introduced in
4747
Symfony 7.2.
4848

49-
.. deprecated:: 7.3
49+
.. versionadded:: 7.3
5050

5151
The ``AhaSend`` integration was introduced in Symfony 7.3.
5252

0 commit comments

Comments
 (0)