From 284577bed0396867436c98dc25e014f16f28f212 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 10 Jun 2023 17:35:58 +0100 Subject: [PATCH] [NFC] Change PHPDoc return type (findById) --- CRM/Core/DAO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/DAO.php b/CRM/Core/DAO.php index 0cd2218572..77dba37b84 100644 --- a/CRM/Core/DAO.php +++ b/CRM/Core/DAO.php @@ -1303,7 +1303,7 @@ LIKE %1 * @param int $id * Id of the DAO object being searched for. * - * @return CRM_Core_DAO + * @return static * Object of the type of the class that called this function. * * @throws Exception -- 2.25.1