We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a405f4 commit 1ccc224Copy full SHA for 1ccc224
translation/lint.rst
@@ -26,6 +26,9 @@ translation file using the ``lint:yaml`` and ``lint:xliff`` commands:
26
$ ./bin/console lint:yaml @AppBundle
27
$ ./bin/console lint:xliff @AppBundle
28
29
+.. versionadded:: 3.3
30
+ The ``lint:xliff`` command was introduced in Symfony 3.3.
31
+
32
The linter results can be exported to JSON using the ``--format`` option:
33
34
.. code-block:: terminal
0 commit comments