diff options
-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"> |