From ae8e71106facb632e897ff5987a99216729ddc77 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 14 Aug 2023 11:18:03 +0200 Subject: [PATCH] BpConfig::hasChanges(): Fix incorrect return type --- library/Businessprocess/BpConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/BpConfig.php b/library/Businessprocess/BpConfig.php index 30cdf56..2379cb4 100644 --- a/library/Businessprocess/BpConfig.php +++ b/library/Businessprocess/BpConfig.php @@ -226,7 +226,7 @@ class BpConfig /** * Whether changes have been applied to this configuration * - * @return int + * @return bool */ public function hasChanges() {