BpConfig::hasChanges(): Fix incorrect return type

This commit is contained in:
Sukhwinder Dhillon 2023-08-14 11:18:03 +02:00
parent 3643c799d0
commit ae8e71106f

View file

@ -226,7 +226,7 @@ class BpConfig
/**
* Whether changes have been applied to this configuration
*
* @return int
* @return bool
*/
public function hasChanges()
{