mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
datatable - row actions - allow returning null
This commit is contained in:
@@ -56,9 +56,9 @@ trait tTableRowActions
|
||||
/**
|
||||
* Get row actions.
|
||||
*
|
||||
* @return array
|
||||
* @return array|null
|
||||
*/
|
||||
public function GetRowActions(): array
|
||||
public function GetRowActions(): ?array
|
||||
{
|
||||
return $this->aRowActions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user