summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-31 13:59:53 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-31 14:29:04 +0200
commit02026811d6571ebbc5afb0cf70db898155c09f16 (patch)
tree552362cce26b027d0ac93e9057de1febf33c37f7 /psalm.xml
parent93cddaa69af8fda4d969dbac207eaa40b5d00c08 (diff)
fix(dev): Fix autoloader populating dev dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 611762eb5..ec9632331 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -16,6 +16,10 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
+ <extraFiles>
+ <directory name="lib/Vendor" />
+ <directory name="vendor" />
+ </extraFiles>
<issueHandlers>
<LessSpecificReturnStatement errorLevel="error"/>
<LessSpecificReturnType errorLevel="error"/>