Skip to content

Commit ce1bb4a

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Yaml] Minor fix when using the format option in the lint command
2 parents 21065ac + 7d573a1 commit ce1bb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Add the ``--format`` option to get the output in JSON format:
491491

492492
.. code-block:: terminal
493493
494-
$ php lint.php path/to/file.yaml --format json
494+
$ php lint.php path/to/file.yaml --format=json
495495
496496
.. tip::
497497

0 commit comments

Comments
 (0)