From 70035c8170d1c2b3be328f3553bdb969ef79c5cc Mon Sep 17 00:00:00 2001 From: Nicky Gerritsen Date: Tue, 13 Feb 2024 18:37:03 +0100 Subject: [PATCH] Fix some array shapes related to importing. --- webapp/src/Service/ImportExportService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/Service/ImportExportService.php b/webapp/src/Service/ImportExportService.php index 9a74c24341..48618d23bd 100644 --- a/webapp/src/Service/ImportExportService.php +++ b/webapp/src/Service/ImportExportService.php @@ -641,8 +641,8 @@ protected function importGroupsTsv(array $content, ?string &$message = null): in /** * Import groups JSON * - * @param array $data + * @param array $data * @param TeamCategory[]|null $saved The saved groups */ public function importGroupsJson(array $data, ?string &$message = null, ?array &$saved = null): int @@ -732,7 +732,7 @@ protected function importGroupData(array $groupData, ?array &$saved = null): int * Import organizations JSON. * * @param array $data * @param TeamAffiliation[]|null $saved The saved groups */