IcingaConfigHelper: extend reserved words list

This commit is contained in:
Thomas Gelf 2016-08-25 11:26:14 +00:00
parent 9fb547a849
commit 601e182b15
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class IcingaConfigHelper
'template', 'template',
'include', 'include',
'include_recursive', 'include_recursive',
'ignore_on_error',
'library', 'library',
'null', 'null',
'true', 'true',
@ -35,6 +36,8 @@ class IcingaConfigHelper
'if', 'if',
'else', 'else',
'in', 'in',
'current_filename',
'current_line',
); );
public static function renderKeyValue($key, $value, $prefix = ' ') public static function renderKeyValue($key, $value, $prefix = ' ')