diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-04 02:29:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 02:29:30 +0000 |
commit | a30d9a7926804a90b18729fe79291a919c6de345 (patch) | |
tree | de9177a91b8ef33cd66ba500062a8c03f2f8db9e /build/psalm-baseline.xml | |
parent | 94d259e75048665718bef82ae4b94e521a78bbcb (diff) | |
download | nextcloud-server-a30d9a7926804a90b18729fe79291a919c6de345.tar.gz nextcloud-server-a30d9a7926804a90b18729fe79291a919c6de345.zip |
chore(tests): 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 bbc66be43f5..564236c360d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1373,11 +1373,6 @@ <code><![CDATA[$this->request->server]]></code> </NoInterfaceProperties> </file> - <file src="core/templates/layout.public.php"> - <UndefinedInterfaceMethod> - <code><![CDATA[getIcon]]></code> - </UndefinedInterfaceMethod> - </file> <file src="lib/autoloader.php"> <RedundantCondition> <code><![CDATA[$this->memoryCache]]></code> |