mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Rector: apply rules for doctrine code quality
This commit is contained in:
@@ -36,7 +36,7 @@ class ActivityReasonCategory implements \Stringable
|
||||
* @ORM\Column(name="id", type="integer")
|
||||
* @ORM\GeneratedValue(strategy="AUTO")
|
||||
*/
|
||||
private $id;
|
||||
private ?int $id = null;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
Reference in New Issue
Block a user