diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-12-06 15:21:28 +0100 |
---|---|---|
committer | Côme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com> | 2022-12-19 09:10:41 +0000 |
commit | 585cf0022c589f85c05de67e82f0234f77dd9dd9 (patch) | |
tree | 5f7953362cc3edf9608fca639e0257bf9dd0b876 /build | |
parent | a1301de7fa5cb2d4ac2a894689cb22cb5c8f494e (diff) | |
download | nextcloud-server-585cf0022c589f85c05de67e82f0234f77dd9dd9.tar.gz nextcloud-server-585cf0022c589f85c05de67e82f0234f77dd9dd9.zip |
Put back baseline for the enableAppForGroups type mismatch
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
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 b4162099598..fce42b059b5 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1789,6 +1789,9 @@ <code>getAppsNeedingUpgrade</code> <code>getIncompatibleApps</code> </InternalMethod> + <InvalidArgument occurrences="1"> + <code>$restrictions</code> + </InvalidArgument> </file> <file src="lib/private/Accounts/AccountManager.php"> <InvalidArgument occurrences="1"> |