Remove misleading default value for NetworkInventoryAction windowId

This commit is contained in:
Dylan K. Taylor 2018-12-12 16:08:47 +00:00
parent dfeb62491a
commit 69cdc6f13a

View File

@ -81,7 +81,7 @@ class NetworkInventoryAction{
/** @var int */
public $sourceType;
/** @var int */
public $windowId = ContainerIds::NONE;
public $windowId;
/** @var int */
public $sourceFlags = 0;
/** @var int */