Add space between switch and ‘(‘

[MAILPOET-1791]
This commit is contained in:
Ján Mikláš
2019-02-13 12:54:08 +01:00
committed by M. Shull
parent ebbdec5ebd
commit a8972ca281
27 changed files with 43 additions and 43 deletions

View File

@ -28,7 +28,7 @@ class MailPoetMapper {
$subscribers_errors = [];
$result_code = !empty($result['code']) ? $result['code'] : null;
switch($result_code) {
switch ($result_code) {
case API::RESPONSE_CODE_NOT_ARRAY:
$message = __('JSON input is not an array', 'mailpoet');
break;