From: Rich Lott / Artful Robot Date: Fri, 10 Feb 2023 11:22:25 +0000 (+0000) Subject: standalone: improve docblock X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e89a9384179172043f93c7e430a7ff988a412849;p=civicrm-core.git standalone: improve docblock --- diff --git a/setup/src/Setup.php b/setup/src/Setup.php index 0ad56851d8..18e38b8964 100644 --- a/setup/src/Setup.php +++ b/setup/src/Setup.php @@ -54,7 +54,8 @@ class Setup { * * @param array $modelValues * List of default configuration options. - * Recommended fields: 'srcPath', 'cms' + * - cms: string name + * - srcPath: Path to CiviCRM-core source tree, i.e. .../vendor/civicrm/civicrm-core/ * @param callable $pluginCallback * Function which manipulates the list of plugin files. * Use this to add, remove, or re-order callbacks.