diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-06-18 04:11:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 04:11:44 +0000 |
commit | 1fb0dc9eb846150a4b35517029f3d98389008243 (patch) | |
tree | b18420281555fe41131b96a963d06272da13d556 /build | |
parent | 3b70e44f2a1483fe89469e7de9321c2cc79fd720 (diff) | |
download | nextcloud-server-1fb0dc9eb846150a4b35517029f3d98389008243.tar.gz nextcloud-server-1fb0dc9eb846150a4b35517029f3d98389008243.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 259eb35a886..47cc8f2fe89 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1599,9 +1599,6 @@ <NullableReturnStatement occurrences="1"> <code>$this->sourceRootInfo</code> </NullableReturnStatement> - <TooManyArguments occurrences="1"> - <code>new \OCA\Files_Sharing\Cache($storage, $sourceRoot, $this->superShare)</code> - </TooManyArguments> <UndefinedThisPropertyAssignment occurrences="1"> <code>$this->mountOptions</code> </UndefinedThisPropertyAssignment> |