mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-30 02:19:34 -05:00
SimulationForm: Property $simulatedNode can be nullable
This commit is contained in:
parent
3fffecca3f
commit
3643c799d0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class SimulationForm extends BpConfigBaseForm
|
|||
/** @var MonitoredNode */
|
||||
protected $node;
|
||||
|
||||
/** @var MonitoredNode */
|
||||
/** @var ?MonitoredNode */
|
||||
protected $simulatedNode;
|
||||
|
||||
/** @var Simulation */
|
||||
|
|
|
|||
Loading…
Reference in a new issue