Loading src/Entity/Db/ProcessStep.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/Entity/Db/ProcessStep.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading