diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-10-03 12:52:26 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2024-11-18 20:11:31 -0100 |
commit | 65e24f7def517d33ccaac15946db882fe35d8175 (patch) | |
tree | 8f614704c627c0f124441a41706262d0697762b3 /build | |
parent | 4b769f661dba7032b9502ecaaf6a71cba5588dfa (diff) | |
download | nextcloud-server-65e24f7def517d33ccaac15946db882fe35d8175.tar.gz nextcloud-server-65e24f7def517d33ccaac15946db882fe35d8175.zip |
feat(user-prefs): IUserPreferences
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 437be7441f8..ed96e4391f9 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1328,9 +1328,6 @@ <MoreSpecificImplementedParamType> <code><![CDATA[$key]]></code> </MoreSpecificImplementedParamType> - <TypeDoesNotContainType> - <code><![CDATA[!is_array($userIds)]]></code> - </TypeDoesNotContainType> </file> <file src="lib/private/App/AppStore/Fetcher/Fetcher.php"> <TooManyArguments> |