mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -05:00
Node: var_export() param#2 expects bool
This commit is contained in:
parent
ad3cb81dc9
commit
6934016ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ abstract class Node
|
||||||
throw new ProgrammingError(
|
throw new ProgrammingError(
|
||||||
'Got invalid state for node %s: %s',
|
'Got invalid state for node %s: %s',
|
||||||
$this->getName(),
|
$this->getName(),
|
||||||
var_export($state, 1) . var_export($this->stateToSortStateMap, 1)
|
var_export($state, true) . var_export($this->stateToSortStateMap, true)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue