diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-04-06 04:11:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 04:11:24 +0000 |
commit | d4b5b24439ab1b0b3ac8642c59448c59202fa68a (patch) | |
tree | 6b010ee07cba2c4ee8997813dc38d5e3c94dae92 /build | |
parent | d2289519a3284f89f264de4d14aed565b66c46d7 (diff) | |
download | nextcloud-server-d4b5b24439ab1b0b3ac8642c59448c59202fa68a.tar.gz nextcloud-server-d4b5b24439ab1b0b3ac8642c59448c59202fa68a.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 8884bc18612..3ce0ea65c58 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3216,7 +3216,6 @@ </UndefinedThisPropertyAssignment> </file> <file src="lib/private/Files/Node/Folder.php"> - <InvalidArgument occurrences="1"/> <InvalidReturnStatement occurrences="1"> <code>new NonExistingFolder($this->root, $this->view, $path)</code> </InvalidReturnStatement> @@ -3672,11 +3671,7 @@ <code>null</code> <code>null</code> </NullableReturnStatement> - <RedundantCondition occurrences="5"> - <code>$result</code> - <code>$result && in_array('delete', $hooks) and $result</code> - <code>Constants::PERMISSION_READ</code> - <code>Constants::PERMISSION_READ</code> + <RedundantCondition occurrences="1"> <code>is_resource($source)</code> </RedundantCondition> <UndefinedDocblockClass occurrences="2"> |