Skip to content

Commit

Permalink
doc: format code sample properly
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Aug 8, 2023
1 parent 781848c commit 3d757b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pages/other/static-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d757b9

Please sign in to comment.