diff --git a/sources/Application/UI/Base/Component/DataTable/tTableRowActions.php b/sources/Application/UI/Base/Component/DataTable/tTableRowActions.php index 9fef83ae2..632d5b3c4 100644 --- a/sources/Application/UI/Base/Component/DataTable/tTableRowActions.php +++ b/sources/Application/UI/Base/Component/DataTable/tTableRowActions.php @@ -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; }