From ca99831f322200e31f1648149ec1412430d3d741 Mon Sep 17 00:00:00 2001 From: "Matthew Wire (MJW Consulting)" Date: Sat, 22 Jun 2019 13:03:42 +0100 Subject: [PATCH] Cleanup comments --- CRM/Event/BAO/Event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/BAO/Event.php b/CRM/Event/BAO/Event.php index 89d8d909ada..ab90197b4b6 100644 --- a/CRM/Event/BAO/Event.php +++ b/CRM/Event/BAO/Event.php @@ -921,15 +921,15 @@ public static function &getCompleteInfo( * * @param int $id * The event id to copy. - * boolean $afterCreate call to copy after the create function * @param array $params + * * @return CRM_Event_DAO_Event * @throws \CRM_Core_Exception */ public static function copy($id, $params = []) { $eventValues = []; - //get the require event values. + //get the required event values. $eventParams = ['id' => $id]; $returnProperties = [ 'loc_block_id',