Loading src/Entity/Db/ProcessStep.php +2 −2 Original line number Diff line number Diff line Loading @@ -93,13 +93,13 @@ class ProcessStep return $this; } public function setLabel($label) :ProcessStep { public function setLabel(?string $label): ?string { $this->label = $label; return $this; } public function getLabel() :string { public function getLabel(): ?string { return $this->label; } Loading Loading
src/Entity/Db/ProcessStep.php +2 −2 Original line number Diff line number Diff line Loading @@ -93,13 +93,13 @@ class ProcessStep return $this; } public function setLabel($label) :ProcessStep { public function setLabel(?string $label): ?string { $this->label = $label; return $this; } public function getLabel() :string { public function getLabel(): ?string { return $this->label; } Loading