mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°8851 - Explicit nullable in functions parameters (#857)
This commit is contained in:
@@ -161,7 +161,7 @@ class DependencyHandler
|
||||
* @return void
|
||||
* @throws FormBlockException
|
||||
*/
|
||||
private function CheckDependencies(FormInterface|FormBuilderInterface $oForm, string $sOutputBlock = null, string $sEventType = null): void
|
||||
private function CheckDependencies(FormInterface|FormBuilderInterface $oForm, ?string $sOutputBlock = null, ?string $sEventType = null): void
|
||||
{
|
||||
$aImpactedBlocks = $this->aDependentBlocks;
|
||||
if ($sOutputBlock !== null) {
|
||||
|
||||
Reference in New Issue
Block a user