Skip to content

Commit

Permalink
doc: update section about Psalm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aboyton committed Aug 8, 2023
1 parent 044072e commit 48eca3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/pages/other/static-analysis.md
Expand Up @@ -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"
<plugins>
<pluginClass class="CuyZ\Valinor\QA\Psalm\ValinorPsalmPlugin"/>
Expand Down

0 comments on commit 48eca3e

Please sign in to comment.