mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-05 13:19:35 -05:00
BpConfig::hasChanges(): Fix incorrect return type
This commit is contained in:
parent
3643c799d0
commit
ae8e71106f
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class BpConfig
|
|||
/**
|
||||
* Whether changes have been applied to this configuration
|
||||
*
|
||||
* @return int
|
||||
* @return bool
|
||||
*/
|
||||
public function hasChanges()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue