mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
Rector: apply rules for doctrine code quality
This commit is contained in:
@@ -35,7 +35,7 @@ class CommentEmbeddable
|
||||
* @var int
|
||||
* @ORM\Column(type="integer", nullable=true)
|
||||
*/
|
||||
private $userId;
|
||||
private ?int $userId = null;
|
||||
|
||||
public function getComment(): ?string
|
||||
{
|
||||
|
Reference in New Issue
Block a user