mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-25 17:19:33 -05:00
BpNode: Property $children can be null
This commit is contained in:
parent
598e9a1af0
commit
541ec5da6c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class BpNode extends Node
|
|||
|
||||
protected $display = 0;
|
||||
|
||||
/** @var Node[] */
|
||||
/** @var ?Node[] */
|
||||
protected $children;
|
||||
|
||||
/** @var array */
|
||||
|
|
|
|||
Loading…
Reference in a new issue