apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -46,10 +46,9 @@ class Charge extends AbstractElement implements HasCentersInterface
private ?ChargeKind $charge = null;
/**
* @var string
* @ORM\Column(name="help", type="string", nullable=true)
*/
private $help = self::HELP_NOT_RELEVANT;
private string $help = self::HELP_NOT_RELEVANT;
/**
* @ORM\Column(name="id", type="integer")