Commit 87a13997 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

correction typage process

parent 8362efc2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ class Process
        return $this->label;
    }

    public function setLabel(?string $label): ?string
    public function setLabel(?string $label): self
    {
        $this->label = $label;