Skip to content

Commit b4d7fb8

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Yaml] Minor fix when using the format option in the lint command
2 parents fa16d24 + 037167c commit b4d7fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ Add the ``--format`` option to get the output in JSON format:
469469

470470
.. code-block:: terminal
471471
472-
$ php lint.php path/to/file.yaml --format json
472+
$ php lint.php path/to/file.yaml --format=json
473473
474474
.. tip::
475475

0 commit comments

Comments
 (0)