(to rebase/fixup later) Fix documentation.

This commit is contained in:
Pol Dellaiera 2021-06-24 16:01:41 +02:00
parent 4a2ada784a
commit d71c3f310e

View File

@ -66,10 +66,10 @@ final class SocialWorkMetadata implements SocialWorkMetadataInterface
private function import1(array $row): void private function import1(array $row): void
{ {
// Structure: // Structure:
// Index 0: SocialIssue // Index 0: SocialIssue.parent
// Index 1: SocialIssue.children // Index 1: SocialIssue
// Index 2: SocialAction // Index 2: SocialAction.parent
// Index 3: SocialAction.children // Index 3: SocialAction
// Index 4: Goal // Index 4: Goal
// Index 5: Result // Index 5: Result
// Index 6: Evaluation // Index 6: Evaluation