From 8362efc21e1d40077275f608b4f7f996588ceddb Mon Sep 17 00:00:00 2001
From: Antony Le Courtes <antony.lecourtes@unicaen.fr>
Date: Thu, 30 Jan 2025 15:00:06 +0100
Subject: [PATCH] correction typage process step

---
 src/Entity/Db/ProcessStep.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Entity/Db/ProcessStep.php b/src/Entity/Db/ProcessStep.php
index d7aed7a..5b498b2 100644
--- a/src/Entity/Db/ProcessStep.php
+++ b/src/Entity/Db/ProcessStep.php
@@ -93,7 +93,7 @@ class ProcessStep
         return $this;
     }
 
-    public function setLabel(?string $label): ?string {
+    public function setLabel(?string $label): self {
         $this->label = $label;
 
         return $this;
-- 
GitLab