diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-19 02:43:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 02:43:59 +0000 |
commit | 854d54dedfec5c74d405fef921b32a9d7564ed4a (patch) | |
tree | 6d3200b4603f0b69dd275d4fdc7a89fb6e7b78d5 | |
parent | 9c0c2859d321fe5eb88c4d22469f2ce6a507e0b1 (diff) | |
parent | bfb016095055ad598b3e573b67ab41fb73122310 (diff) | |
download | nextcloud-server-854d54dedfec5c74d405fef921b32a9d7564ed4a.tar.gz nextcloud-server-854d54dedfec5c74d405fef921b32a9d7564ed4a.zip |
Merge pull request #48154 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index bf6eb530655..4b6629db0c6 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2099,15 +2099,7 @@ <code><![CDATA[\Aws\serialize($command)]]></code> </UndefinedFunction> </file> - <file src="lib/private/Files/ObjectStore/StorageObjectStore.php"> - <InvalidReturnType> - <code><![CDATA[string]]></code> - </InvalidReturnType> - </file> <file src="lib/private/Files/Storage/Common.php"> - <ImplementedReturnTypeMismatch> - <code><![CDATA[string|false]]></code> - </ImplementedReturnTypeMismatch> <InvalidOperand> <code><![CDATA[!$permissions]]></code> <code><![CDATA[$this->copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file)]]></code> @@ -2384,7 +2376,6 @@ </file> <file src="lib/private/Lockdown/Filesystem/NullStorage.php"> <InvalidNullableReturnType> - <code><![CDATA[getOwner]]></code> <code><![CDATA[getPermissions]]></code> </InvalidNullableReturnType> <InvalidReturnStatement> |