Commit 8362efc2 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

correction typage process step

parent 30e4797b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;