diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-10-02 04:39:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 04:39:59 +0000 |
commit | 705082199c0c6dc85a9ec65afaa589228130256f (patch) | |
tree | 45e1d2b7ca9f18a654b1b32572c2fcd40476e8ae /build | |
parent | 08b1a25cbe89cbb08221a626a1f647ccfd4451b4 (diff) | |
download | nextcloud-server-705082199c0c6dc85a9ec65afaa589228130256f.tar.gz nextcloud-server-705082199c0c6dc85a9ec65afaa589228130256f.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index efcf731e24f..ac4a7fafcdf 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2092,10 +2092,8 @@ <code>getAppsNeedingUpgrade</code> <code>getIncompatibleApps</code> </InternalMethod> - <InvalidArgument occurrences="3"> + <InvalidArgument occurrences="1"> <code>$restrictions</code> - <code>addServiceListener</code> - <code>addServiceListener</code> </InvalidArgument> <RedundantCondition occurrences="1"> <code>((array)$request->getParam('appid')) !== ''</code> @@ -3668,12 +3666,6 @@ </UndefinedThisPropertyFetch> </file> <file src="lib/private/Share/Share.php"> - <FalsableReturnStatement occurrences="1"> - <code>false</code> - </FalsableReturnStatement> - <InvalidArgument occurrences="1"> - <code>$arguments</code> - </InvalidArgument> <InvalidOperand occurrences="1"> <code>!self::isResharingAllowed()</code> </InvalidOperand> @@ -3825,9 +3817,6 @@ </NullableReturnStatement> </file> <file src="lib/private/Tags.php"> - <InvalidArgument occurrences="1"> - <code>[$this->user, $this->type, $chunk]</code> - </InvalidArgument> <InvalidScalarArgument occurrences="2"> <code>$from</code> <code>$names</code> @@ -3974,14 +3963,6 @@ <code>$appId === null</code> </TypeDoesNotContainNull> </file> - <file src="lib/private/legacy/OC_DB.php"> - <InvalidReturnStatement occurrences="1"> - <code>$result</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>OC_DB_StatementWrapper</code> - </InvalidReturnType> - </file> <file src="lib/private/legacy/OC_FileChunking.php"> <UndefinedDocblockClass occurrences="1"> <code>\OC\InsufficientStorageException</code> |