🎨 Add type annotation

This commit is contained in:
Daniel Dudzic 2025-04-23 18:42:26 +02:00
parent 7c61dc1d0f
commit b99b14d71f
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -25,6 +25,8 @@ class SettingsTabMapHelper {
/**
* A map of new to old 3d secure values.
*
* @var array<string, string>
*/
protected const THREE_D_SECURE_VALUES_MAP = array(
'no-3d-secure' => 'NO_3D_SECURE',