Fix the CS

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

View file

@ -62,7 +62,7 @@ class SettingsTabMapHelper {
* @return 'extra_line'|'ditch'|null The mapped mismatch_behavior value.
*/
protected function mapped_mismatch_behavior_value( array $settings_model ): ?string {
$subtotal_adjustment = $settings_model[ 'subtotal_adjustment' ] ?? false;
$subtotal_adjustment = $settings_model['subtotal_adjustment'] ?? false;
if ( ! $subtotal_adjustment ) {
return null;