Revert the callable part

This commit is contained in:
Narek Zakarian 2025-02-21 13:21:49 +04:00
parent 7254771eaf
commit ee9ac2fd21
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -14,7 +14,7 @@ use WooCommerce\PayPalCommerce\Settings\Data\AbstractDataModel;
/**
* A map of old to new settings.
*
* @psalm-type newSettingsKey = string|callable
* @psalm-type newSettingsKey = string
* @psalm-type oldSettingsKey = string
*/
class SettingsMap {