standalone: improve docblock
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 10 Feb 2023 11:22:25 +0000 (11:22 +0000)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 23 Jun 2023 10:49:20 +0000 (11:49 +0100)
setup/src/Setup.php

index 0ad56851d802b4c9f86d97e52b155a7587f99356..18e38b89641e08b6f5434f614022bbacd266b683 100644 (file)
@@ -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.