1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

feature/online-consultant: code styling for psr2 - attempt three

This commit is contained in:
Sergey Chazov 2020-08-04 14:01:48 +03:00
parent 849c3a43b1
commit 71a51e2f9b

View file

@ -576,6 +576,7 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
if (!empty($onlineAssistant) && is_string($onlineAssistant)) {
return wp_unslash($onlineAssistant);
}
return '';
}