Skip to content

Commit f6d4575

Browse files
committed
Add comment on the selection cache variable
1 parent 5b99562 commit f6d4575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Tax/Observer/GetPriceConfigurationObserver.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ class GetPriceConfigurationObserver implements ObserverInterface
2323
*/
2424
protected $registry;
2525

26+
/**
27+
* @var array Cache of the current bundle selection items
28+
*/
2629
private $selectionCache = [];
2730

2831
/**

0 commit comments

Comments
 (0)