Passed
Push — master ( 3d8f92...e539e7 )
by Andreas
21:32
created
lib/org/openpsa/directmarketing/handler/message/compose.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
         }
65 65
 
66 66
         //Substyle handling
67
-        if (   !empty($data['message_array']['substyle'])
67
+        if (!empty($data['message_array']['substyle'])
68 68
             && !str_starts_with($data['message_array']['substyle'], 'builtin:')) {
69 69
             debug_add("Appending substyle {$data['message_array']['substyle']}");
70 70
             midcom::get()->style->append_substyle($data['message_array']['substyle']);
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     private function _real_show_compose(array $data)
114 114
     {
115 115
         $prefix = '';
116
-        if (   !empty($data['message_array']['substyle'])
116
+        if (!empty($data['message_array']['substyle'])
117 117
             && preg_match('/^builtin:(.*)/', $data['message_array']['substyle'], $matches_style)) {
118 118
             $prefix = $matches_style[1] . '-';
119 119
         }
Please login to merge, or discard this patch.