mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°8851 - Explicit nullable in functions parameters (#857)
This commit is contained in:
@@ -18,7 +18,7 @@ use utils;
|
||||
*/
|
||||
class PropertyTypeDesign extends DesignDocument
|
||||
{
|
||||
public function __construct(string $sDesignSourceId = null, string $sType = 'Default')
|
||||
public function __construct(?string $sDesignSourceId = null, string $sType = 'Default')
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user