From 47751a2aa8abce4ad3ab5008541aca153deba1a3 Mon Sep 17 00:00:00 2001 From: Samuel Vanhove Date: Wed, 14 Apr 2021 12:34:56 -0400 Subject: [PATCH] Checkstyle --- CRM/Core/DAO.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CRM/Core/DAO.php b/CRM/Core/DAO.php index ef759f81ad..a2206b39cd 100644 --- a/CRM/Core/DAO.php +++ b/CRM/Core/DAO.php @@ -1853,7 +1853,6 @@ LIKE %1 return $newObject; } - /** * Method that copies localizable fields from an old entity to a new one. * @@ -1862,6 +1861,9 @@ LIKE %1 * * @param int $entityID * @param int $newEntityID + * @param array $fieldsToPrefix + * @param array $fieldsToSuffix + * @param array $fieldsToReplace */ protected function copyLocalizable($entityID, $newEntityID, $fieldsToPrefix, $fieldsToSuffix, $fieldsToReplace) { $entity = get_class($this); @@ -1912,7 +1914,6 @@ LIKE %1 } } - /** * Method that copies custom fields values from an old entity to a new one. * -- 2.25.1