diff options
author | kesselb <mail@danielkesselberg.de> | 2021-06-11 10:53:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 10:53:08 +0200 |
commit | 6f894c8748267a7d5119c517a37c117faf142982 (patch) | |
tree | e1fa12b2eacc02ef7b1fe3211111f50179c87662 | |
parent | 85fde55314e66845a55037d22491abca4eccfa6a (diff) | |
parent | ecbc8c4f51bf1de965251be8a2435eaa83fb1ca0 (diff) | |
download | nextcloud-server-6f894c8748267a7d5119c517a37c117faf142982.tar.gz nextcloud-server-6f894c8748267a7d5119c517a37c117faf142982.zip |
Merge pull request #27469 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 641b6b9f3ae..5189604d9ad 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -538,11 +538,6 @@ <code>\Sabre\Uri\split($principal)</code> </UndefinedFunction> </file> - <file src="apps/dav/lib/Connector/PublicAuth.php"> - <InvalidScalarArgument occurrences="1"> - <code>'DummyBasic realm="' . $this->realm . '"'</code> - </InvalidScalarArgument> - </file> <file src="apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php"> <InvalidNullableReturnType occurrences="1"> <code>bool</code> @@ -1338,10 +1333,6 @@ </ParamNameMismatch> </file> <file src="apps/files_external/lib/Lib/Storage/SFTPReadStream.php"> - <FalsableReturnStatement occurrences="2"> - <code>false</code> - <code>false</code> - </FalsableReturnStatement> <InvalidArgument occurrences="2"> <code>$this->handle</code> <code>$this->handle</code> @@ -1360,11 +1351,6 @@ </InvalidReturnType> </file> <file src="apps/files_external/lib/Lib/Storage/SFTPWriteStream.php"> - <FalsableReturnStatement occurrences="3"> - <code>false</code> - <code>false</code> - <code>false</code> - </FalsableReturnStatement> <InvalidArgument occurrences="2"> <code>$this->handle</code> <code>$this->handle</code> @@ -3898,11 +3884,6 @@ </InvalidReturnType> </file> <file src="lib/private/Files/Stream/SeekableHttpStream.php"> - <FalsableReturnStatement occurrences="3"> - <code>false</code> - <code>false</code> - <code>false</code> - </FalsableReturnStatement> <InvalidPropertyAssignmentValue occurrences="2"> <code>$this->current</code> <code>$this->current</code> |