diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-03 02:31:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 02:31:40 +0000 |
commit | 1cc0e753fabe0dbbc44b6c0de6569b52417bc01e (patch) | |
tree | 7c7fefd35b3dbc86b1f164d704e3feb430fa4498 /build | |
parent | 86bcafd3668f6c305b9db1b6e5bb6ff2129d5d66 (diff) | |
download | nextcloud-server-1cc0e753fabe0dbbc44b6c0de6569b52417bc01e.tar.gz nextcloud-server-1cc0e753fabe0dbbc44b6c0de6569b52417bc01e.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 17ba1cd2250..95e0703c233 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2583,19 +2583,6 @@ <code><![CDATA[$this->collectionName]]></code> </NullableReturnStatement> </file> - <file src="lib/private/Search.php"> - <RedundantCondition> - <code><![CDATA[$provider instanceof Provider]]></code> - </RedundantCondition> - </file> - <file src="lib/private/Search/Result/File.php"> - <InvalidPropertyAssignmentValue> - <code><![CDATA[$data->getId()]]></code> - <code><![CDATA[$data->getMtime()]]></code> - <code><![CDATA[$data->getPermissions()]]></code> - <code><![CDATA[$this->hasPreview($data)]]></code> - </InvalidPropertyAssignmentValue> - </file> <file src="lib/private/Security/Bruteforce/Throttler.php"> <NullArgument> <code><![CDATA[null]]></code> |