Skip to content

Commit 7d573a1

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

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
@@ -489,7 +489,7 @@ Add the ``--format`` option to get the output in JSON format:
489489

490490
.. code-block:: terminal
491491
492-
$ php lint.php path/to/file.yaml --format json
492+
$ php lint.php path/to/file.yaml --format=json
493493
494494
.. tip::
495495

0 commit comments

Comments
 (0)