Skip to content
Snippets Groups Projects
Commit 87a13997 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

correction typage process

parent 8362efc2
No related branches found
No related tags found
No related merge requests found
Pipeline #34751 passed
......@@ -195,7 +195,7 @@ class Process
return $this->label;
}
public function setLabel(?string $label): ?string
public function setLabel(?string $label): self
{
$this->label = $label;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment