Update the prepare_item_string() comments

This commit is contained in:
Daniel Dudzic 2024-03-11 20:04:40 +01:00
parent 27b8155766
commit beb14ea95a
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -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 {