|
@@ -391,7 +391,7 @@ |
|
|
block discarded – undo |
|
391
|
391
|
'DiscountProcessor' => array_map($callback, $this->discountProcessors->toArray()), |
|
392
|
392
|
'ItemHolderPostValidator' => array_map($callback, $this->itemHolderPostValidators->toArray()) |
|
393
|
393
|
]; |
|
394
|
|
- $tree = new \RecursiveTreeIterator(new \RecursiveArrayIterator($flows)); |
|
|
394
|
+ $tree = new \RecursiveTreeIterator(new \RecursiveArrayIterator($flows)); |
|
395
|
395
|
$tree->setPrefixPart(\RecursiveTreeIterator::PREFIX_RIGHT, ' '); |
|
396
|
396
|
$tree->setPrefixPart(\RecursiveTreeIterator::PREFIX_MID_LAST, ' '); |
|
397
|
397
|
$tree->setPrefixPart(\RecursiveTreeIterator::PREFIX_MID_HAS_NEXT, '│'); |
Please login to merge, or discard this patch.