From af46f196c5ba0e156478b2cfeb4b832247e73eb6 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 26 Jun 2024 09:26:18 +0200 Subject: [PATCH] [Yaml] Minor fix when using the format option in the lint command --- components/yaml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml.rst b/components/yaml.rst index e9e16073282..5d007738d09 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -436,7 +436,7 @@ Add the ``--format`` option to get the output in JSON format: .. code-block:: terminal - $ php lint.php path/to/file.yaml --format json + $ php lint.php path/to/file.yaml --format=json .. tip::