We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20604f1 commit 72911c5Copy full SHA for 72911c5
README.md
@@ -71,6 +71,14 @@ Example:
71
</pluginClass>
72
```
73
74
+If you're using PHP config files for Symfony 5.3+, you also need this for auto-loading of `Symfony\Config`:
75
+
76
+```xml
77
+<extraFiles>
78
+ <directory name="var/cache/dev/Symfony/Config" /> <!-- https://github.com/psalm/psalm-plugin-symfony/issues/201 -->
79
+</extraFiles>
80
+```
81
82
### Twig tainting (experimental)
83
84
When it comes to taint analysis for Twig templates, there are currently two approaches:
0 commit comments