diff options
author | provokateurin <kate@provokateurin.de> | 2024-09-19 15:47:26 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-09-26 18:13:03 +0200 |
commit | 227609a95412644087522d7762de7c6683cbc35c (patch) | |
tree | 3d5dc2249ecedb76f64d8b03ce6228a24bc45d33 /build | |
parent | 7cdccd058f98a5e4164fc314f06f62fd8dfcd73c (diff) | |
download | nextcloud-server-227609a95412644087522d7762de7c6683cbc35c.tar.gz nextcloud-server-227609a95412644087522d7762de7c6683cbc35c.zip |
fix(IStorage): Use false instead of bool intersection type to match implementationsfix/istorage/return-types
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index c093a8792de..5bd84ba170b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2066,11 +2066,6 @@ <code><![CDATA[remove]]></code> </UndefinedMethod> </file> - <file src="lib/private/Files/ObjectStore/ObjectStoreStorage.php"> - <InvalidScalarArgument> - <code><![CDATA[$source]]></code> - </InvalidScalarArgument> - </file> <file src="lib/private/Files/ObjectStore/S3ConnectionTrait.php"> <InternalClass> <code><![CDATA[ClientResolver::_default_signature_provider()]]></code> @@ -2165,16 +2160,6 @@ <code><![CDATA[$size]]></code> </InvalidScalarArgument> </file> - <file src="lib/private/Files/Storage/Wrapper/Jail.php"> - <InvalidReturnStatement> - <code><![CDATA[$this->getWrapperStorage()->filetype($this->getUnjailedPath($path))]]></code> - </InvalidReturnStatement> - <InvalidReturnType/> - </file> - <file src="lib/private/Files/Storage/Wrapper/Wrapper.php"> - <InvalidReturnStatement/> - <InvalidReturnType/> - </file> <file src="lib/private/Files/Stream/SeekableHttpStream.php"> <InvalidReturnType> <code><![CDATA[stream_close]]></code> |