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

File tree

20 files changed

+27
-27
lines changed

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

0 commit comments

Comments
 (0)