Skip to content

Commit 037167c

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

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

478478
.. code-block:: terminal
479479
480-
$ php lint.php path/to/file.yaml --format json
480+
$ php lint.php path/to/file.yaml --format=json
481481
482482
.. tip::
483483

0 commit comments

Comments
 (0)