diff options
author | Daniel <mail@danielkesselberg.de> | 2022-07-13 10:03:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 10:03:32 +0200 |
commit | 929adb6abae3766353b97b6ba39ba54257039c7a (patch) | |
tree | 3e32bdd896e4fb22c7c25faaf5a0b1338325ec36 | |
parent | 0607904bb9bac1227c6bd1ef5fe3a7c58801ef37 (diff) | |
parent | 5ad017447ba7d8373e17226a181e78fd06836be6 (diff) | |
download | nextcloud-server-929adb6abae3766353b97b6ba39ba54257039c7a.tar.gz nextcloud-server-929adb6abae3766353b97b6ba39ba54257039c7a.zip |
Merge pull request #33218 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-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> |