From 3d757b9847e9fc0db0dd215dddb510cbf9b4466b Mon Sep 17 00:00:00 2001 From: Romain Canon Date: Tue, 8 Aug 2023 18:04:17 +0200 Subject: [PATCH] doc: format code sample properly --- docs/pages/other/static-analysis.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pages/other/static-analysis.md b/docs/pages/other/static-analysis.md index 1ba8af37..07f4968b 100644 --- a/docs/pages/other/static-analysis.md +++ b/docs/pages/other/static-analysis.md @@ -17,12 +17,12 @@ better understand the behaviour of the mapper. === "Psalm" - ```json title="composer.json" - "autoload-dev": { - "files": [ - "vendor/cuyz/valinor/qa/Psalm/ValinorPsalmPlugin.php" - ] - } + ```json title="composer.json" + "autoload-dev": { + "files": [ + "vendor/cuyz/valinor/qa/Psalm/ValinorPsalmPlugin.php" + ] + } ``` ```xml title="psalm.xml"