mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
set typed ?string properties to '= null'
This commit is contained in:
@@ -46,7 +46,7 @@ class EntityWorkflowStep
|
||||
private string $comment = '';
|
||||
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::TEXT)]
|
||||
private ?string $currentStep = '';
|
||||
private ?string $currentStep = null;
|
||||
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::JSON)]
|
||||
private array $destEmail = [];
|
||||
|
Reference in New Issue
Block a user