From d71c3f310e8b93fd1afabd55052d30927c53c984 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 24 Jun 2021 16:01:41 +0200 Subject: [PATCH] (to rebase/fixup later) Fix documentation. --- .../Service/Import/SocialWorkMetadata.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php b/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php index 0896021f1..4683344dd 100644 --- a/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php +++ b/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php @@ -66,10 +66,10 @@ final class SocialWorkMetadata implements SocialWorkMetadataInterface private function import1(array $row): void { // Structure: - // Index 0: SocialIssue - // Index 1: SocialIssue.children - // Index 2: SocialAction - // Index 3: SocialAction.children + // Index 0: SocialIssue.parent + // Index 1: SocialIssue + // Index 2: SocialAction.parent + // Index 3: SocialAction // Index 4: Goal // Index 5: Result // Index 6: Evaluation