Start your All-Access Pass to unlock this challenge
How could we refactor this old way of defining an entity's property to use PHP attributes so that it can be null at initialization?
/**
* @var string
* @ORM\Column(type="string")
*/
private $name;