Passed
Push — master ( 49b5a4...bb9b14 )
by
unknown
16:01
created
typo3/sysext/impexp/Classes/Import.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1208,7 +1208,7 @@
 block discarded – undo
1208 1208
     public function remapListedDBRecords_flexFormCallBack($pParams, $dsConf, $dataValue, $dataValue_ext1, $dataValue_ext2, $path)
1209 1209
     {
1210 1210
         // Extract parameters:
1211
-        [, , , $config] = $pParams;
1211
+        [,,, $config] = $pParams;
1212 1212
         // In case the $path is used as index without a trailing slash we will remove that
1213 1213
         if (!is_array($config['flexFormRels']['db'][$path] ?? false) && is_array($config['flexFormRels']['db'][rtrim($path, '/')] ?? false)) {
1214 1214
             $path = rtrim($path, '/');
Please login to merge, or discard this patch.