diff options
author | MichaIng <micha@dietpi.com> | 2022-05-22 19:29:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 19:29:19 +0200 |
commit | 3b8a0053d9c07cf824d7d6fedf90333c71661f8e (patch) | |
tree | 8462f868516741974e7eadc815a745de54c17853 | |
parent | f0e75d9c6495856e089b3f0175d443fdf21b5da7 (diff) | |
parent | 14907ee098e8a842d67db00bed6a7809b4a35e39 (diff) | |
download | nextcloud-server-3b8a0053d9c07cf824d7d6fedf90333c71661f8e.tar.gz nextcloud-server-3b8a0053d9c07cf824d7d6fedf90333c71661f8e.zip |
Merge pull request #32539 from nextcloud/automated/noid/psalm-baseline-update-1653192698
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f6843dcf86b..fbcbe1ebb62 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -97,17 +97,6 @@ <code>$baseuri</code> </UndefinedGlobalVariable> </file> - <file src="apps/dav/bin/chunkperf.php"> - <InvalidOperand occurrences="1"> - <code>$argv[5]</code> - </InvalidOperand> - <InvalidScalarArgument occurrences="1"> - <code>$chunkSize</code> - </InvalidScalarArgument> - <MissingFile occurrences="1"> - <code>require '../../../../3rdparty/autoload.php'</code> - </MissingFile> - </file> <file src="apps/dav/lib/AppInfo/Application.php"> <InvalidArgument occurrences="1"/> <UndefinedInterfaceMethod occurrences="1"> @@ -1695,11 +1684,6 @@ <code>isReady</code> </UndefinedInterfaceMethod> </file> - <file src="apps/settings/lib/Settings/Admin/Server.php"> - <InvalidArgument occurrences="1"> - <code>false</code> - </InvalidArgument> - </file> <file src="apps/settings/lib/Settings/Admin/Sharing.php"> <InvalidScalarArgument occurrences="1"> <code>Constants::PERMISSION_ALL</code> @@ -3735,9 +3719,6 @@ <MismatchingDocblockParamType occurrences="1"> <code>ISimpleFile</code> </MismatchingDocblockParamType> - <NullableReturnStatement occurrences="1"> - <code>$preview</code> - </NullableReturnStatement> <TooManyArguments occurrences="1"> <code>dispatch</code> </TooManyArguments> @@ -3927,29 +3908,6 @@ <code>$this->dbprettyname</code> </UndefinedThisPropertyFetch> </file> - <file src="lib/private/Setup/MySQL.php"> - <InvalidReturnType occurrences="1"> - <code>array</code> - </InvalidReturnType> - <ParamNameMismatch occurrences="1"> - <code>$username</code> - </ParamNameMismatch> - </file> - <file src="lib/private/Setup/OCI.php"> - <ParamNameMismatch occurrences="1"> - <code>$username</code> - </ParamNameMismatch> - </file> - <file src="lib/private/Setup/PostgreSQL.php"> - <ParamNameMismatch occurrences="1"> - <code>$username</code> - </ParamNameMismatch> - </file> - <file src="lib/private/Setup/Sqlite.php"> - <ParamNameMismatch occurrences="1"> - <code>$username</code> - </ParamNameMismatch> - </file> <file src="lib/private/Share/Share.php"> <FalsableReturnStatement occurrences="1"> <code>false</code> @@ -4468,11 +4426,6 @@ <code>ContainerExceptionInterface</code> </InvalidThrow> </file> - <file src="lib/public/IDBConnection.php"> - <InvalidClass occurrences="1"> - <code>PreconditionNotMetException</code> - </InvalidClass> - </file> <file src="remote.php"> <InvalidScalarArgument occurrences="1"> <code>$e->getCode()</code> |