mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-31 18:59:34 -05:00
LegacyConfigParser: Property $prevKey can be null
This commit is contained in:
parent
6f81fed8e7
commit
7605d5e007
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use Icinga\Module\Businessprocess\Metadata;
|
|||
|
||||
class LegacyConfigParser
|
||||
{
|
||||
/** @var string */
|
||||
/** @var ?string */
|
||||
protected static $prevKey;
|
||||
|
||||
/** @var int */
|
||||
|
|
|
|||
Loading…
Reference in a new issue