Changie and php style fixes

This commit is contained in:
Julie Lenaerts 2024-02-26 13:30:26 +01:00
parent 569aeeef87
commit d713087dcb
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
kind: Fixed
body: Fix translation of user job -> 'service' must be 'métier'
time: 2024-02-26T12:22:41.140939553+01:00
custom:
Issue: "236"

View File

@ -95,7 +95,7 @@ class ActivityType extends AbstractType
]);
}
/** @var \Chill\PersonBundle\Entity\AccompanyingPeriod|null $accompanyingPeriod */
/** @var AccompanyingPeriod|null $accompanyingPeriod */
$accompanyingPeriod = null;
if ($options['accompanyingPeriod'] instanceof AccompanyingPeriod) {