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"