mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Improve PHPDoc and type hints
This commit is contained in:
@@ -468,11 +468,11 @@ JS
|
||||
/**
|
||||
* Return row actions.
|
||||
*
|
||||
* @param $oHostObject
|
||||
* @param \DBObject $oHostObject
|
||||
*
|
||||
* @return \string[][]
|
||||
*/
|
||||
private function GetRowActions($oHostObject): array
|
||||
private function GetRowActions(DBObject $oHostObject): array
|
||||
{
|
||||
$aRowActions = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user