Skip to content

Commit 1ccc224

Browse files
committed
[symfony#7618] add versionadded directive
1 parent 6a405f4 commit 1ccc224

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

translation/lint.rst

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ translation file using the ``lint:yaml`` and ``lint:xliff`` commands:
2626
$ ./bin/console lint:yaml @AppBundle
2727
$ ./bin/console lint:xliff @AppBundle
2828
29+
.. versionadded:: 3.3
30+
The ``lint:xliff`` command was introduced in Symfony 3.3.
31+
2932
The linter results can be exported to JSON using the ``--format`` option:
3033

3134
.. code-block:: terminal

0 commit comments

Comments
 (0)