From 87a139971f8154afeb124240ea0111f942d34880 Mon Sep 17 00:00:00 2001 From: Antony Le Courtes <antony.lecourtes@unicaen.fr> Date: Thu, 30 Jan 2025 15:00:28 +0100 Subject: [PATCH] correction typage process --- src/Entity/Db/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Db/Process.php b/src/Entity/Db/Process.php index af0597b..e576482 100644 --- a/src/Entity/Db/Process.php +++ b/src/Entity/Db/Process.php @@ -195,7 +195,7 @@ class Process return $this->label; } - public function setLabel(?string $label): ?string + public function setLabel(?string $label): self { $this->label = $label; -- GitLab