Passed
Push — master ( 05de31...1adf39 )
by Ralf
08:10
created
Configuration/TCA/tx_dpf_domain_model_metadatapage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
                         'type'                     => 'popup',
191 191
                         'title'                    => 'Edit',
192 192
                         'module' => array(
193
-                          'name' => 'wizard_edit',
193
+                            'name' => 'wizard_edit',
194 194
                         ),
195 195
                         'icon'                     => 'EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_edit.gif',
196 196
                         'popup_onlyOpenIfSelected' => 1,
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
                             'setValue' => 'prepend',
207 207
                         ),
208 208
                         'module' => array(
209
-                          'name' => 'wizard_add',
209
+                            'name' => 'wizard_add',
210 210
                         ),
211 211
                     ),
212 212
                 ),
Please login to merge, or discard this patch.