Merge branch 'master' into findById
[civicrm-core.git] / CRM / Case / XMLProcessor / Settings.php
index c03a619f333046c9acafdd422ed98c30f66ffa44..ebf77564487c4797bead85f4e2c899a9dc2aaa2d 100644 (file)
@@ -38,6 +38,11 @@ class CRM_Case_XMLProcessor_Settings extends CRM_Case_XMLProcessor {
 
   // Input: The base filename without the .xml extension
   // Output: An array of settings.
+  /**
+   * @param string $filename
+   *
+   * @return array
+   */
   function run($filename = 'settings') {
     $xml = $this->retrieve($filename);