From 79bfb37f766f81de408e5afaf963b0f1c1ecd030 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Wed, 31 Aug 2022 11:57:06 +0100 Subject: [PATCH] Docblock fix - findOrphanedFiles method --- CRM/Utils/Check/Component/Source.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Source.php b/CRM/Utils/Check/Component/Source.php index 683f7cd3e3..d54b81298a 100644 --- a/CRM/Utils/Check/Component/Source.php +++ b/CRM/Utils/Check/Component/Source.php @@ -58,7 +58,7 @@ class CRM_Utils_Check_Component_Source extends CRM_Utils_Check_Component { } /** - * @return CRM_Utils_Check_Message[] + * @return array * Each item is an array with keys: * - name: string, an abstract name * - path: string, a full file path -- 2.25.1