@@ -35,9 +35,9 @@ |
||
35 | 35 | return [ |
36 | 36 | 'label' => __('Import Contacts'), |
37 | 37 | 'class' => 'primary', |
38 | - 'on_click' => 'deleteConfirm(\'' . __( |
|
38 | + 'on_click' => 'deleteConfirm(\''.__( |
|
39 | 39 | 'Are you sure you want to do this?' |
40 | - ) . '\', \'' . $this->getImportUrl() . '\', {"data": {}})', |
|
40 | + ).'\', \''.$this->getImportUrl().'\', {"data": {}})', |
|
41 | 41 | ]; |
42 | 42 | } |
43 | 43 |
@@ -77,7 +77,7 @@ |
||
77 | 77 | return; |
78 | 78 | } |
79 | 79 | |
80 | - $contacts = array_map(function (array $item) { |
|
80 | + $contacts = array_map(function(array $item) { |
|
81 | 81 | return [ |
82 | 82 | ContactInterface::EMAIL => $item['email'], |
83 | 83 | ContactInterface::ACTIVE_CAMPAIGN_ID => $item['id'] |