Skip to content

Commit

Permalink
[docs] Fix outdated Twig Analyzer configuration documentation (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooky committed Feb 5, 2024
1 parent f23ec34 commit 4df3118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To leverage the real Twig file analyzer, you have to configure a checker for the
```xml
<fileExtensions>
<extension name=".php" />
<extension name=".twig" checker="./vendor/psalm/plugin-symfony/src/Twig/TemplateFileAnalyzer.php"/>
<extension name=".twig" checker="/vendor/psalm/plugin-symfony/src/Twig/TemplateFileAnalyzer.php"/>
</fileExtensions>
```

Expand Down

0 comments on commit 4df3118

Please sign in to comment.