diff options
author | provokateurin <kate@provokateurin.de> | 2025-02-18 12:30:33 +0100 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2025-03-04 07:50:44 +0100 |
commit | 7e8ffd332b95a1be75c966ccef3500e39ef7bb38 (patch) | |
tree | 8fe00a4b0eca7af9c421a2307a9a97d4484daed1 /build | |
parent | c4b98bf8e78ce40fdae002369a87d672dfc8b910 (diff) | |
download | nextcloud-server-7e8ffd332b95a1be75c966ccef3500e39ef7bb38.tar.gz nextcloud-server-7e8ffd332b95a1be75c966ccef3500e39ef7bb38.zip |
refactor(TempManager): Simplify and unify implementations and remove legacy behaviorbackport/51194/stable29
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index be0729a3929..caac4904706 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3194,12 +3194,6 @@ <code><![CDATA[$tag]]></code> </MoreSpecificImplementedParamType> </file> - <file src="lib/private/TempManager.php"> - <FalsableReturnStatement> - <code><![CDATA[false]]></code> - <code><![CDATA[false]]></code> - </FalsableReturnStatement> - </file> <file src="lib/private/Template/CSSResourceLocator.php"> <ParamNameMismatch> <code><![CDATA[$style]]></code> |