mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Changie and php style fixes
This commit is contained in:
parent
569aeeef87
commit
d713087dcb
5
.changes/unreleased/Fixed-20240226-122241.yaml
Normal file
5
.changes/unreleased/Fixed-20240226-122241.yaml
Normal 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"
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user