diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 5f0f782eeb8..0abdbcc4459 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -707,7 +707,6 @@ <code>string[]</code> </InvalidReturnType> <NullableReturnStatement occurrences="8"> - <code>$this->circleToPrincipal($name)</code> <code>null</code> <code>null</code> <code>null</code> @@ -2171,9 +2170,6 @@ <code>!is_null($attr) && !is_array($attr)</code> <code>isset($ldapRecord[$this->connection->$uuidAttr])</code> </TypeDoesNotContainType> - <UndefinedVariable occurrences="1"> - <code>$uidsByDn</code> - </UndefinedVariable> </file> <file src="apps/user_ldap/lib/AppInfo/Application.php"> <InvalidArgument occurrences="1"> |