diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-07-13 04:22:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 04:22:56 +0000 |
commit | 5ad017447ba7d8373e17226a181e78fd06836be6 (patch) | |
tree | 3e32bdd896e4fb22c7c25faaf5a0b1338325ec36 /build | |
parent | 0607904bb9bac1227c6bd1ef5fe3a7c58801ef37 (diff) | |
download | nextcloud-server-5ad017447ba7d8373e17226a181e78fd06836be6.tar.gz nextcloud-server-5ad017447ba7d8373e17226a181e78fd06836be6.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 d03ca6f55d1..f8192736826 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2455,11 +2455,6 @@ <file src="lib/private/Authentication/WebAuthn/CredentialRepository.php"> <InvalidCatch occurrences="2"/> </file> - <file src="lib/private/BackgroundJob/JobList.php"> - <InvalidScalarArgument occurrences="1"> - <code>$job->getId()</code> - </InvalidScalarArgument> - </file> <file src="lib/private/BackgroundJob/QueuedJob.php"> <MoreSpecificImplementedParamType occurrences="1"> <code>$jobList</code> |