mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
Fix possible null values or not null values in some entity / string properties
This commit is contained in:
@@ -62,7 +62,7 @@ class AccompanyingPeriodWorkGoal
|
||||
* @Serializer\Groups({"accompanying_period_work:edit"})
|
||||
* @Serializer\Groups({"read"})
|
||||
*/
|
||||
private ?string $note = null;
|
||||
private string $note = '';
|
||||
|
||||
/**
|
||||
* @var Collection<Result>
|
||||
|
Reference in New Issue
Block a user