From e47c181e4d8b66e8cf65510598e228c20a9ba430 Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Mon, 11 May 2026 11:08:14 +0200 Subject: [PATCH] fix rebase --- synchro/synchrodatasource.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro/synchrodatasource.class.inc.php b/synchro/synchrodatasource.class.inc.php index 508f8317da..f074139cac 100644 --- a/synchro/synchrodatasource.class.inc.php +++ b/synchro/synchrodatasource.class.inc.php @@ -2898,7 +2898,7 @@ class SynchroReplica extends DBObject implements iDisplay return $oBlock; } - public function DisplayBareProperties(WebPage $oPage, $bEditMode = false, $sPrefix = '', $aExtraParams = array()) + public function DisplayBareProperties(WebPage $oPage, $bEditMode = false, $sPrefix = '', $aExtraParams = []) { if ($bEditMode) { return;