mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-24 23:55:02 +00:00
Fix possible null values or not null values in some entity / string properties
This commit is contained in:
@@ -49,7 +49,7 @@ class Charge extends AbstractElement implements HasCentersInterface
|
||||
/**
|
||||
* @ORM\Column(name="help", type="string", nullable=true)
|
||||
*/
|
||||
private string $help = self::HELP_NOT_RELEVANT;
|
||||
private ?string $help = self::HELP_NOT_RELEVANT;
|
||||
|
||||
/**
|
||||
* @ORM\Column(name="id", type="integer")
|
||||
|
Reference in New Issue
Block a user