Commit 1718dc26 by Damien Moulard

add comment

parent 65bf1fe3
...@@ -142,6 +142,9 @@ class GlobalParameter ...@@ -142,6 +142,9 @@ class GlobalParameter
return $this->value; return $this->value;
} }
/**
* Allow to set null value with '?string'
*/
public function setValue(?string $value): self public function setValue(?string $value): self
{ {
$this->value = $value; $this->value = $value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment