Merge pull request #19321 from colemanw/profileGetFieldsFix
[civicrm-core.git] / CRM / Utils / Check / Component / Source.php
index 7a31d3341aa30fd55bc5a0f813d940ec9d81c677..683f7cd3e38fedaf68608e7add122d8939271bf1 100644 (file)
@@ -58,7 +58,7 @@ class CRM_Utils_Check_Component_Source extends CRM_Utils_Check_Component {
   }
 
   /**
-   * @return array
+   * @return CRM_Utils_Check_Message[]
    *   Each item is an array with keys:
    *     - name: string, an abstract name
    *     - path: string, a full file path
@@ -99,7 +99,7 @@ class CRM_Utils_Check_Component_Source extends CRM_Utils_Check_Component {
   }
 
   /**
-   * @return array
+   * @return CRM_Utils_Check_Message[]
    */
   public function checkOrphans() {
     $orphans = $this->findOrphanedFiles();