diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-10-23 10:53:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 10:53:22 +0200 |
commit | a06001e0851abc6073af678b742da3e1aa96eec9 (patch) | |
tree | 1fefd580e28d0c5d74b8503b6a22bf00a09bcbaf /build | |
parent | 7e117da4357cda049bc41c1e146e1b0f8a06ddee (diff) | |
parent | 6f7ca3432c0e6d1e1925179e952f79c6273295f3 (diff) | |
download | nextcloud-server-a06001e0851abc6073af678b742da3e1aa96eec9.tar.gz nextcloud-server-a06001e0851abc6073af678b742da3e1aa96eec9.zip |
Merge pull request #29363 from nextcloud/fair-use-push
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index a55b6a2dac1..9ec176a4ae9 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4253,6 +4253,7 @@ </ParamNameMismatch> </file> <file src="lib/private/Notification/Manager.php"> + <InvalidCatch occurrences="3"/> <TypeDoesNotContainType occurrences="2"> <code>!($notification instanceof INotification)</code> <code>!($notification instanceof INotification)</code> |