Skip to content

Commit ddc1ee6

Browse files
committed
minor #11718 Remove old versionadded directives (OskarStark)
This PR was merged into the master branch. Discussion ---------- Remove old versionadded directives <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b270e2d Remove old versionadded directives
2 parents 4c03295 + b270e2d commit ddc1ee6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

reference/constraints/_comparison-propertypath-option.rst.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ with regard to the ``$startDate`` property of the same object, use
1515
``{{ compared_value_path }}`` placeholder. Although it's not intended to
1616
include it in the error messages displayed to end users, it's useful when
1717
using APIs for doing any mapping logic on client-side.
18-
19-
.. versionadded:: 4.4
20-
21-
The ``{{ compared_value_path }}`` placeholder was introduced in Symfony 4.4.

translation/message_format.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
How to Translate Messages using the ICU MessageFormat
55
=====================================================
66

7-
.. versionadded:: 4.2
8-
9-
Support for ICU MessageFormat was introduced in Symfony 4.2.
10-
117
Messages (i.e. strings) in applications are almost never completely static.
128
They contain variables or other complex logic like pluralization. In order to
139
handle this, the Translator component supports the `ICU MessageFormat`_ syntax.

0 commit comments

Comments
 (0)