From 48eca3e8d5baa4da4b716961d0bff12b88145564 Mon Sep 17 00:00:00 2001 From: Andrew Boyton Date: Wed, 9 Aug 2023 02:06:07 +1000 Subject: [PATCH] doc: update section about Psalm plugin --- docs/pages/other/static-analysis.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/pages/other/static-analysis.md b/docs/pages/other/static-analysis.md index 35a43eba..07f4968b 100644 --- a/docs/pages/other/static-analysis.md +++ b/docs/pages/other/static-analysis.md @@ -16,7 +16,15 @@ better understand the behaviour of the mapper. ``` === "Psalm" - + + ```json title="composer.json" + "autoload-dev": { + "files": [ + "vendor/cuyz/valinor/qa/Psalm/ValinorPsalmPlugin.php" + ] + } + ``` + ```xml title="psalm.xml"