Skip to content

Commit fd4a5a7

Browse files
Apply suggestions from code review
added scope for the const variable. Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 6970b19 commit fd4a5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Address extends AbstractAddress implements
140140

141141
const ADDRESS_TYPE_SHIPPING = 'shipping';
142142

143-
const CACHED_ITEMS_ALL = 'cached_items_all';
143+
private const CACHED_ITEMS_ALL = 'cached_items_all';
144144

145145
/**
146146
* Prefix of model events

0 commit comments

Comments
 (0)