aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/config.sample.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 74254ccdd04..4494cd8c481 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2644,9 +2644,7 @@ $CONFIG = [
* from ``OC\Accounts\AccountManager``.
*
* Example: Set phone property to private scope:
- * [
- * \OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE
- * ]
+ * ``[\OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE]``
*/
'account_manager.default_property_scope' => [],