mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -77,7 +77,7 @@ class CRUDEventReceiver
|
||||
}
|
||||
}
|
||||
|
||||
public function RegisterCRUDEventListeners(string $sEvent = null, $mEventSource = null)
|
||||
public function RegisterCRUDEventListeners(?string $sEvent = null, $mEventSource = null)
|
||||
{
|
||||
$this->Debug('Registering Test event listeners');
|
||||
if (is_null($sEvent)) {
|
||||
|
||||
Reference in New Issue
Block a user