Fix the CS

This commit is contained in:
Narek Zakarian 2025-02-13 19:45:27 +04:00
parent d25084aa00
commit 897106499c
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -39,7 +39,7 @@ class SettingsTabMapHelper {
/**
* Retrieves the value of a mapped key from the new settings.
*
* @param string $old_key The key from the legacy settings.
* @param string $old_key The key from the legacy settings.
* @param array<string, scalar|array> $settings_model The new settings model data as an array.
* @return mixed The value of the mapped setting, (null if not found).
*/