/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sending_type;
->add('sending_type', \Symfony\Component\Form\Extension\Core\Type\IntegerType::class, [
'required' => false
])
Expected argument of type "string", "null" given at property path "sending_type".