diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-10-21 15:06:22 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2022-10-21 15:19:03 +0000 |
commit | 102093b1a2c8fd96585394da5d5541273fa686ad (patch) | |
tree | ae321fd6ca86977d3b774a00253a86ec54c6573c /build | |
parent | a0930d01b1d1bf66d6dc5af7d96b6d6faf4551cc (diff) | |
download | nextcloud-server-102093b1a2c8fd96585394da5d5541273fa686ad.tar.gz nextcloud-server-102093b1a2c8fd96585394da5d5541273fa686ad.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 efcf731e24f..85a71d74567 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3658,6 +3658,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"> |