Passed
Push — master ( 1983cd...315991 )
by
unknown
18:02
created
typo3/sysext/core/Classes/TypoScript/Parser/ConstantConfigurationParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@
 block discarded – undo
261 261
                                     $editableComments[$const]['subcat_name'] = $catSplit[1];
262 262
                                     $orderIdentifier = isset($catSplit[2]) ? trim($catSplit[2]) : $counter;
263 263
                                     $editableComments[$const]['subcat'] = ($this->subCategories[$catSplit[1]][1] ?? '')
264
-                                                                          . '/' . $catSplit[1] . '/' . $orderIdentifier . 'z';
264
+                                                                            . '/' . $catSplit[1] . '/' . $orderIdentifier . 'z';
265 265
                                 } elseif (isset($catSplit[2])) {
266 266
                                     $editableComments[$const]['subcat'] = 'x/' . trim($catSplit[2]) . 'z';
267 267
                                 } else {
Please login to merge, or discard this patch.