diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-10-21 15:06:22 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-10-21 15:35:35 +0200 |
commit | 2ef9826c3b293816a092db2eee670ea48b4df1eb (patch) | |
tree | 31908e03e98270061bcf3c32daa37b01cd1f2ade /build | |
parent | 403923d72cc9509ee7df3d8b2044adb6c69a84fe (diff) | |
download | nextcloud-server-2ef9826c3b293816a092db2eee670ea48b4df1eb.tar.gz nextcloud-server-2ef9826c3b293816a092db2eee670ea48b4df1eb.zip |
silence psalm
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 9d33b9cf3d8..18eb5af458a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3371,6 +3371,9 @@ <code>$content !== ''</code> <code>$type === 'pdo'</code> </RedundantCondition> + <UndefinedVariable occurrences="1"> + <code>$vendor</code> + </UndefinedVariable> </file> <file src="lib/private/Setup/AbstractDatabase.php"> <UndefinedThisPropertyFetch occurrences="4"> |