From cf687984732de2079f6a13ad10740faaba84eaa1 Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Sun, 10 Oct 2021 12:06:58 -0700
Subject: [PATCH] (NFC) Update CRM/Upgrade/Incremental/Base.php

---
 CRM/Upgrade/Incremental/Base.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CRM/Upgrade/Incremental/Base.php b/CRM/Upgrade/Incremental/Base.php
index 1fd0db40ac5e..960a413eb3c2 100644
--- a/CRM/Upgrade/Incremental/Base.php
+++ b/CRM/Upgrade/Incremental/Base.php
@@ -325,8 +325,8 @@ public static function updateGreetingOptions($ctx, string $old, string $new, $ve
    * Updated a currency in civicrm_currency and related configurations
    *
    * @param CRM_Queue_TaskContext $ctx
-   * @param string $old
-   * @param string $new
+   * @param string $old_name
+   * @param string $new_name
    *
    * @return bool
    */