PHPDoc & code cleanup

This commit is contained in:
Molkobain
2020-07-31 10:45:03 +02:00
parent 7b13078bf9
commit f59de920c1
5 changed files with 96 additions and 53 deletions

View File

@@ -82,7 +82,7 @@ class GlobalSearch extends UIBlock
/**
* Return the absolute URL of the search form
*
* @return $this
* @return string
* @throws \Exception
*/
public function GetEndpoint()

View File

@@ -99,6 +99,7 @@ class PopoverMenuFactory
*
* @return \Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem\PopoverMenuItem[]
* @throws \CoreException
* @throws \Exception
*/
protected static function PrepareUserRelatedItemsForUserMenu()
{