From 90b256daafde518449a9cd5d70f3c73a3ee576bd Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 3 Nov 2021 10:14:10 +0100 Subject: [PATCH] fix: Remove extra comma. --- .../ChillPersonBundle/Service/Import/SocialWorkMetadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php b/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php index 28bb212ea..f7fb59742 100644 --- a/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php +++ b/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadata.php @@ -145,7 +145,7 @@ final class SocialWorkMetadata implements SocialWorkMetadataInterface ?string $socialIssueTitle, ?string $socialIssueChildTitle, ?SocialIssue $previousSocialIssue, - ?SocialIssue $previousSocialIssueChild, + ?SocialIssue $previousSocialIssueChild ): array { if (null !== $previousSocialIssue && ($socialIssueTitle === $previousSocialIssue->getTitle())) { $return = [