diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-05-13 04:29:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 04:29:28 +0000 |
commit | 44bf17999bbb883f289b690c679a97446bd37116 (patch) | |
tree | 1d412b1625e4b228c8f23ec7d5736ebd5db5e008 /build/psalm-baseline.xml | |
parent | 48bb547e8a24dab04bcc18df9bf5f50aa6b7462a (diff) | |
download | nextcloud-server-44bf17999bbb883f289b690c679a97446bd37116.tar.gz nextcloud-server-44bf17999bbb883f289b690c679a97446bd37116.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b2953298fa9..7e58bd75080 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2310,11 +2310,6 @@ <code>searchCollections</code> </UndefinedInterfaceMethod> </file> - <file src="core/Controller/SvgController.php"> - <TypeDoesNotContainNull occurrences="1"> - <code>$svg === null</code> - </TypeDoesNotContainNull> - </file> <file src="core/Controller/UnifiedSearchController.php"> <NullArgument occurrences="1"> <code>null</code> |