mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Apply rector rules: symfony up to 54
This commit is contained in:
@@ -33,9 +33,8 @@ class SavedExport implements TrackCreationInterface, TrackUpdateInterface
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="text", nullable=false, options={"default": ""})
|
||||
*
|
||||
* @Assert\NotBlank
|
||||
*/
|
||||
#[Assert\NotBlank]
|
||||
private string $description = '';
|
||||
|
||||
/**
|
||||
@@ -59,9 +58,8 @@ class SavedExport implements TrackCreationInterface, TrackUpdateInterface
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="text", nullable=false, options={"default": ""})
|
||||
*
|
||||
* @Assert\NotBlank
|
||||
*/
|
||||
#[Assert\NotBlank]
|
||||
private string $title = '';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user