diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-18 12:22:40 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-10-18 12:28:34 +0200 |
commit | 732badf552c91733192e87d6ceb2848b4b75d439 (patch) | |
tree | 79003c742613b0794210a2ff17973efd32ba64b3 /build/psalm-baseline.xml | |
parent | 94a0b270005ef95ccfbbe486fc7e37ac225e5afb (diff) | |
download | nextcloud-server-732badf552c91733192e87d6ceb2848b4b75d439.tar.gz nextcloud-server-732badf552c91733192e87d6ceb2848b4b75d439.zip |
Additional type hinting found by psalm
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 1b0dda5af75..795f34eda67 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1104,6 +1104,14 @@ <code>test</code> </TooManyArguments> </file> + <file src="apps/files_external/lib/Service/BackendService.php"> + <TooManyArguments occurrences="1"> + <code>dispatch</code> + </TooManyArguments> + <InvalidArgument occurrences="1"> + <code>dispatch</code> + </InvalidArgument> + </file> <file src="apps/files_sharing/lib/AppInfo/Application.php"> <InvalidArgument occurrences="6"> <code>addServiceListener</code> |