mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +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
|
||||
*/
|
||||
public function GetAction(): string
|
||||
public function GetAction(): ?string
|
||||
{
|
||||
return $this->sAction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user