From 0cca26ce0fc0711dbc5d8239d965c8ed5878daa4 Mon Sep 17 00:00:00 2001 From: Ruslan Efanov Date: Fri, 16 Jul 2021 10:26:22 +0300 Subject: [PATCH] fixed incorrect annotation --- .../system/library/retailcrm/lib/service/OrderManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upload/system/library/retailcrm/lib/service/OrderManager.php b/src/upload/system/library/retailcrm/lib/service/OrderManager.php index 64ad1a5..fe80f76 100644 --- a/src/upload/system/library/retailcrm/lib/service/OrderManager.php +++ b/src/upload/system/library/retailcrm/lib/service/OrderManager.php @@ -172,7 +172,7 @@ class OrderManager { } /** - * @param $customerExternalId + * @param string $customerExternalId Customer's external id * * @return bool */