diff --git a/Entity/WidgetUser.php b/Entity/WidgetUser.php index ddfd4bc..b3df16d 100644 --- a/Entity/WidgetUser.php +++ b/Entity/WidgetUser.php @@ -45,7 +45,7 @@ class WidgetUser /** * Get id. */ - public function getId(): int + public function getId(): ?int { return $this->id; } @@ -57,7 +57,7 @@ public function setConfig(array $config): self return $this; } - public function getConfig(): array + public function getConfig(): ?array { return $this->config; }