diff options
Diffstat (limited to 'vendor/doctrine/event-manager/psalm.xml')
-rw-r--r-- | vendor/doctrine/event-manager/psalm.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/doctrine/event-manager/psalm.xml b/vendor/doctrine/event-manager/psalm.xml new file mode 100644 index 0000000..4e9226b --- /dev/null +++ b/vendor/doctrine/event-manager/psalm.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <psalm | ||
3 | errorLevel="2" | ||
4 | resolveFromConfigFile="true" | ||
5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
6 | xmlns="https://getpsalm.org/schema/config" | ||
7 | xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" | ||
8 | > | ||
9 | <projectFiles> | ||
10 | <directory name="src" /> | ||
11 | <ignoreFiles> | ||
12 | <directory name="vendor" /> | ||
13 | </ignoreFiles> | ||
14 | </projectFiles> | ||
15 | </psalm> | ||