diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-08-30 14:47:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 14:47:05 +0200 |
commit | f56ecf92426026c913497bea9f7ca99e8d3ac631 (patch) | |
tree | 4e3f02de1eae3ff03e5f23e15b12195b4aee4255 /build | |
parent | 66648011c6bc278ace57230db44fd6d63d67b864 (diff) | |
parent | 0b9a878250d79101756d881d15d22acda2dbeddc (diff) | |
download | nextcloud-server-f56ecf92426026c913497bea9f7ca99e8d3ac631.tar.gz nextcloud-server-f56ecf92426026c913497bea9f7ca99e8d3ac631.zip |
Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing
Port Repair and Migrator events to IEventDispatcher
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 39947ac0315..d70c2822bfa 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3946,23 +3946,6 @@ <code>$path</code> </InvalidReturnStatement> </file> - <file src="lib/private/Updater.php"> - <InvalidScalarArgument occurrences="13"> - <code>0</code> - <code>0</code> - <code>0</code> - <code>0</code> - <code>0</code> - <code>0</code> - <code>0</code> - <code>0</code> - <code>0</code> - <code>1</code> - <code>1</code> - <code>1</code> - <code>1</code> - </InvalidScalarArgument> - </file> <file src="lib/private/Updater/VersionCheck.php"> <InvalidScalarArgument occurrences="2"> <code>microtime(true)</code> |