diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-11-13 04:22:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 04:22:06 +0000 |
commit | 05cd789e9d5855b47fa6aa2c4d075ab6170eac07 (patch) | |
tree | 71b69c444c46417f1380e46d3ae55b07631fe859 /build | |
parent | fe5482e2f54c5c3dbfdfb87cb086c4de3a8c92c3 (diff) | |
download | nextcloud-server-05cd789e9d5855b47fa6aa2c4d075ab6170eac07.tar.gz nextcloud-server-05cd789e9d5855b47fa6aa2c4d075ab6170eac07.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e033bab7b37..f721a65c5d4 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -41,15 +41,6 @@ <code>array</code> </LessSpecificImplementedReturnType> </file> - <file src="apps/accessibility/lib/Controller/AccessibilityController.php"> - <UndefinedThisPropertyAssignment occurrences="1"> - <code>$this->appRoot</code> - </UndefinedThisPropertyAssignment> - <UndefinedThisPropertyFetch occurrences="2"> - <code>$this->appRoot</code> - <code>$this->appRoot</code> - </UndefinedThisPropertyFetch> - </file> <file src="apps/cloud_federation_api/lib/Controller/RequestHandlerController.php"> <InvalidScalarArgument occurrences="1"> <code>$e->getCode()</code> |