diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2023-09-11 11:11:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 11:11:00 +0200 |
commit | 4f1e5bc8fd4d611ef1c09bd8e0930566fb2cf26b (patch) | |
tree | 9eab222a064eacd9534cc320d33a83341e01a0ae /build | |
parent | aa241df161054588293dde038104e670626f88e5 (diff) | |
parent | d18bb7e9bb0b350f65157f648e0c5c8c8f0282cf (diff) | |
download | nextcloud-server-4f1e5bc8fd4d611ef1c09bd8e0930566fb2cf26b.tar.gz nextcloud-server-4f1e5bc8fd4d611ef1c09bd8e0930566fb2cf26b.zip |
Merge pull request #32912 from nextcloud/group-backend-batch-method
Add batch methods in user backends
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b97a2962c76..0982147feff 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2905,16 +2905,6 @@ <code><![CDATA[is_null($this->getContent())]]></code> </TypeDoesNotContainNull> </file> - <file src="lib/private/Group/Database.php"> - <InvalidArrayOffset> - <code><![CDATA[$this->groupCache[$gid]['displayname']]]></code> - </InvalidArrayOffset> - <InvalidPropertyAssignmentValue> - <code><![CDATA[$this->groupCache]]></code> - <code><![CDATA[$this->groupCache]]></code> - <code><![CDATA[$this->groupCache]]></code> - </InvalidPropertyAssignmentValue> - </file> <file src="lib/private/Group/DisplayNameCache.php"> <MissingTemplateParam> <code>IEventListener</code> |