set typed ?string properties to '= null'

This commit is contained in:
2025-05-28 10:47:23 +02:00
parent b5bbf929f6
commit 228b4f0b3d
4 changed files with 8 additions and 8 deletions

View File

@@ -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 = [];