mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
N°2847 - Form: Fix return type in Form::GetAction()
This commit is contained in:
@@ -49,7 +49,7 @@ class Form extends UIContentBlock
|
|||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function GetAction(): string
|
public function GetAction(): ?string
|
||||||
{
|
{
|
||||||
return $this->sAction;
|
return $this->sAction;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user