Skip to content

Commit 4e9cd70

Browse files
committed
minor #19993 [Yaml] Minor fix when using the format option in the lint command (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- [Yaml] Minor fix when using the format option in the lint command While reviewing #19991 I found this and I think it's an error. Commits ------- af46f19 [Yaml] Minor fix when using the format option in the lint command
2 parents 506830a + af46f19 commit 4e9cd70

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

437437
.. code-block:: terminal
438438
439-
$ php lint.php path/to/file.yaml --format json
439+
$ php lint.php path/to/file.yaml --format=json
440440
441441
.. tip::
442442

0 commit comments

Comments
 (0)