mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -107,7 +107,7 @@ class NavigationMenu extends UIBlock implements iKeyboardShortcut
|
||||
public function __construct(
|
||||
ApplicationContext $oAppContext,
|
||||
PopoverMenu $oUserMenu,
|
||||
NewsroomMenu $oNewsroomMenu = null,
|
||||
?NewsroomMenu $oNewsroomMenu = null,
|
||||
?string $sId = null
|
||||
) {
|
||||
parent::__construct($sId);
|
||||
|
||||
Reference in New Issue
Block a user