mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -36,7 +36,7 @@ class DoNotShowAgainOptionBlock extends UIContentBlock
|
||||
*
|
||||
* @param string|null $sId
|
||||
*/
|
||||
public function __construct(string $sId = null)
|
||||
public function __construct(?string $sId = null)
|
||||
{
|
||||
parent::__construct($sId, ['ibo-modal-option--do-not-show-again']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user