|
@@ -379,7 +379,7 @@ discard block |
|
|
block discarded – undo |
|
379
|
379
|
*/ |
|
380
|
380
|
public function dump() |
|
381
|
381
|
{ |
|
382
|
|
- $flows =[ |
|
|
382
|
+ $flows = [ |
|
383
|
383
|
0 => $this->flowType.' flow', |
|
384
|
384
|
'ItemValidator' => $this->itemValidators->toArray(), |
|
385
|
385
|
'ItemHolderValidator' => $this->itemHolderValidators->toArray(), |
|
@@ -388,7 +388,7 @@ discard block |
|
|
block discarded – undo |
|
388
|
388
|
'DiscountProcessor' => $this->discountProcessors->toArray(), |
|
389
|
389
|
'ItemHolderPostValidator' => $this->itemHolderPostValidators->toArray() |
|
390
|
390
|
]; |
|
391
|
|
- $tree = new \RecursiveTreeIterator(new \RecursiveArrayIterator($flows)); |
|
|
391
|
+ $tree = new \RecursiveTreeIterator(new \RecursiveArrayIterator($flows)); |
|
392
|
392
|
$tree->setPrefixPart(\RecursiveTreeIterator::PREFIX_RIGHT, ' '); |
|
393
|
393
|
$tree->setPrefixPart(\RecursiveTreeIterator::PREFIX_MID_LAST, ' '); |
|
394
|
394
|
$tree->setPrefixPart(\RecursiveTreeIterator::PREFIX_MID_HAS_NEXT, '│'); |
Please login to merge, or discard this patch.