diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-10 18:26:52 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-14 16:04:13 +0200 |
commit | 980ab1f56bbcffa5905c9978f53a27a973952161 (patch) | |
tree | d691ba007716f6d29258c110f36e9485d5603a91 /build | |
parent | ef532fefdacb34a4411e0b7c3193dff4c738aae2 (diff) | |
download | nextcloud-server-980ab1f56bbcffa5905c9978f53a27a973952161.tar.gz nextcloud-server-980ab1f56bbcffa5905c9978f53a27a973952161.zip |
fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-version
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 16fe161a9ba..1a9b15c00cd 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2693,12 +2693,8 @@ <code><![CDATA[string]]></code> </InvalidParamDefault> <InvalidScalarArgument> - <code><![CDATA[$appName]]></code> - <code><![CDATA[$appName]]></code> + <code><![CDATA[$appId]]></code> </InvalidScalarArgument> - <UndefinedInterfaceMethod> - <code><![CDATA[getInitialStates]]></code> - </UndefinedInterfaceMethod> </file> <file src="lib/private/URLGenerator.php"> <InvalidReturnStatement> |