diff --git a/config/config.sample.php b/config/config.sample.php index 74254ccdd045a..4494cd8c4815e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2644,9 +2644,7 @@ * 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' => [],