We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf8bef commit 23f6465Copy full SHA for 23f6465
components/yaml.rst
@@ -423,6 +423,9 @@ Then, execute the script for validating contents:
423
# or contents passed to STDIN
424
$ cat path/to/file.yaml | php lint.php
425
426
+.. versionadded:: 4.2
427
+ The feature to lint multiple files and directories was introduced in Symfony 4.2.
428
+
429
The result is written to STDOUT and uses a plain text format by default.
430
Add the ``--format`` option to get the output in JSON format:
431
0 commit comments