diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-11-06 09:11:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 09:11:33 +0100 |
commit | 9feaceebcfd6ac4dcc26b18024da46ea4bbedc8f (patch) | |
tree | e8f4e6ecb71e867079caa4baa25246b23c4bc7a6 | |
parent | 404785dd2bbddc644fd2064f83160904f770fc0d (diff) | |
parent | 4c61d528793dd9bceda0af180a1c14201c19a128 (diff) | |
download | nextcloud-server-9feaceebcfd6ac4dcc26b18024da46ea4bbedc8f.tar.gz nextcloud-server-9feaceebcfd6ac4dcc26b18024da46ea4bbedc8f.zip |
Merge pull request #23918 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 6c44bba0929..78eba6401be 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<files psalm-version="4.0.1@b1e2e30026936ef8d5bf6a354d1c3959b6231f44"> +<files psalm-version="4.1.1@16bfbd9224698bd738c665f33039fade2a1a3977"> <file src="3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php"> <ImplementedReturnTypeMismatch occurrences="1"> <code>string|null</code> @@ -635,9 +635,6 @@ <InvalidScalarArgument occurrences="1"> <code>$node->getId()</code> </InvalidScalarArgument> - <UndefinedFunction occurrences="1"> - <code>\Sabre\Uri\split($node->getPath())</code> - </UndefinedFunction> </file> <file src="apps/dav/lib/Connector/Sabre/Directory.php"> <InvalidPropertyAssignmentValue occurrences="1"> @@ -1268,13 +1265,6 @@ <code>10 * 1024 * 1024</code> </InvalidScalarArgument> </file> - <file src="apps/files/lib/BackgroundJob/ScanFiles.php"> - <InvalidScalarArgument occurrences="3"> - <code>$offset</code> - <code>$offset</code> - <code>0</code> - </InvalidScalarArgument> - </file> <file src="apps/files/lib/Command/Scan.php"> <InvalidReturnStatement occurrences="1"> <code>$connection</code> |