From beb14ea95ad5964bed49e4d96b7afc287f27b1c7 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Mon, 11 Mar 2024 20:04:40 +0100 Subject: [PATCH] Update the prepare_item_string() comments --- modules/ppcp-api-client/src/Helper/ItemTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-api-client/src/Helper/ItemTrait.php b/modules/ppcp-api-client/src/Helper/ItemTrait.php index 4a93e3914..289889290 100644 --- a/modules/ppcp-api-client/src/Helper/ItemTrait.php +++ b/modules/ppcp-api-client/src/Helper/ItemTrait.php @@ -14,7 +14,7 @@ trait ItemTrait { /** * Cleans up item strings (title and description for example) and prepares them for sending to PayPal. * - * @param string $description Item description. + * @param string $string Item string. * @return string */ protected function prepare_item_string( string $string ): string {