mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -33,7 +33,7 @@ class DashletHeaderStatic extends DashletContainer
|
||||
* @param string $sIconUrl
|
||||
* @param string|null $sId
|
||||
*/
|
||||
public function __construct(string $sTitle, string $sIconUrl, string $sId = null)
|
||||
public function __construct(string $sTitle, string $sIconUrl, ?string $sId = null)
|
||||
{
|
||||
parent::__construct($sId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user