mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 15:44:11 +01:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -67,7 +67,7 @@ class ButtonJS extends Button
|
||||
*/
|
||||
public function __construct(
|
||||
string $sLabel,
|
||||
string $sId = null,
|
||||
?string $sId = null,
|
||||
string $sName = '',
|
||||
string $sValue = '',
|
||||
string $sType = self::DEFAULT_TYPE,
|
||||
|
||||
Reference in New Issue
Block a user