From 68cc0e2e6ccb4b939340279eaccf74301d2bfdd3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 7 Jan 2022 15:05:49 -0500 Subject: [PATCH] NFC - Fix typo in docblock --- CRM/Upgrade/Incremental/php/FiveFortySeven.php | 2 +- CRM/Upgrade/Incremental/php/Template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/Incremental/php/FiveFortySeven.php b/CRM/Upgrade/Incremental/php/FiveFortySeven.php index 44f4cb67a0..1c09908a39 100644 --- a/CRM/Upgrade/Incremental/php/FiveFortySeven.php +++ b/CRM/Upgrade/Incremental/php/FiveFortySeven.php @@ -17,7 +17,7 @@ * If only a .tpl file exists for a version, it will be run automatically. * If the function exists, it must explicitly add the 'runSql' task if there is a corresponding .mysql.tpl. * - * This class may also implement `setPreUpgradeMessage()` and `setPreUpgradeMessage()` functions. + * This class may also implement `setPreUpgradeMessage()` and `setPostUpgradeMessage()` functions. */ class CRM_Upgrade_Incremental_php_FiveFortySeven extends CRM_Upgrade_Incremental_Base { diff --git a/CRM/Upgrade/Incremental/php/Template.php b/CRM/Upgrade/Incremental/php/Template.php index 8400001ecf..4cefb200aa 100644 --- a/CRM/Upgrade/Incremental/php/Template.php +++ b/CRM/Upgrade/Incremental/php/Template.php @@ -22,7 +22,7 @@ echo " extends CRM_Upgrade_Incremental_Base { -- 2.25.1