diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-10-13 04:28:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 04:28:02 +0000 |
commit | 035346a5d3184dab2521598a49cf56acb032672c (patch) | |
tree | 643f3a38616395c0156660ef26936bb2e2f01b98 /build | |
parent | 85570abc9ac723758f3f62ec4f957da0ed5d6247 (diff) | |
download | nextcloud-server-035346a5d3184dab2521598a49cf56acb032672c.tar.gz nextcloud-server-035346a5d3184dab2521598a49cf56acb032672c.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 7b50b52b053..0f347785f3b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3300,11 +3300,6 @@ <code>parent::getExpires()</code> </UndefinedMethod> </file> - <file src="lib/private/Authentication/Token/DefaultTokenProvider.php"> - <InvalidArgument occurrences="1"> - <code>$token</code> - </InvalidArgument> - </file> <file src="lib/private/Authentication/Token/PublicKeyToken.php"> <UndefinedMethod occurrences="16"> <code>parent::getLoginName()</code> |