diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-24 16:52:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 16:52:19 +0200 |
commit | b6265a825560b57d635f23075de5d21282dc1c27 (patch) | |
tree | 9c431fa87106f3e5edecafe2144786d7182452f8 | |
parent | 68f9df289110da763c2a238f14ace1c12786f9cf (diff) | |
parent | fc309e5963105311bfdab99dbb33f20504e5bbc6 (diff) | |
download | nextcloud-server-b6265a825560b57d635f23075de5d21282dc1c27.tar.gz nextcloud-server-b6265a825560b57d635f23075de5d21282dc1c27.zip |
Merge pull request #33662 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index a14659149c8..39947ac0315 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1741,9 +1741,6 @@ <code>0</code> <code>self::MIN_INTERVAL</code> </InvalidScalarArgument> - <MoreSpecificImplementedParamType occurrences="1"> - <code>$argument</code> - </MoreSpecificImplementedParamType> <NullArgument occurrences="1"> <code>null</code> </NullArgument> @@ -3517,11 +3514,6 @@ <code>exec</code> </InvalidMethodCall> </file> - <file src="lib/private/Migration/BackgroundRepair.php"> - <MoreSpecificImplementedParamType occurrences="1"> - <code>$jobList</code> - </MoreSpecificImplementedParamType> - </file> <file src="lib/private/NavigationManager.php"> <ParamNameMismatch occurrences="1"> <code>$id</code> |