Skip to content

Commit 80910ef

Browse files
committed
Fix Lint (DOCtor-RST) remarks
1 parent 64841c2 commit 80910ef

File tree

20 files changed

+24
-24
lines changed

20 files changed

+24
-24
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-
.. versionadded:: 7.3
837+
.. deprecated:: 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-
.. versionadded:: 7.3
139+
.. deprecated:: 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-
.. versionadded:: 7.3
724+
.. deprecated:: 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-
.. versionadded:: 7.3
319+
.. deprecated:: 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-
.. versionadded:: 7.3
479+
.. deprecated:: 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-
.. versionadded:: 7.3
156+
.. deprecated:: 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-
.. versionadded:: 7.3
437+
.. deprecated:: 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-
.. versionadded:: 7.3
462+
.. deprecated:: 7.3
463463

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

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-
.. versionadded:: 7.3
239+
.. deprecated:: 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-
.. versionadded:: 7.3
110+
.. deprecated:: 7.3
111111

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

0 commit comments

Comments
 (0)