mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°8851 - Explicit nullable in functions parameters (#857)
This commit is contained in:
@@ -34,7 +34,7 @@ class FormOutput extends AbstractFormIO
|
||||
*
|
||||
* @throws FormBlockIOException
|
||||
*/
|
||||
public function __construct(string $sName, string $sType, bool $bIsArray = false, AbstractConverter $oConverter = null)
|
||||
public function __construct(string $sName, string $sType, bool $bIsArray = false, ?AbstractConverter $oConverter = null)
|
||||
{
|
||||
parent::__construct($sName, $sType, $bIsArray);
|
||||
$this->oConverter = $oConverter;
|
||||
|
||||
Reference in New Issue
Block a user