File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ViewModel/Customer/Address
view/adminhtml/templates/order/create/form Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ public function __construct(
3333 $ this ->allowedCountryReader = $ allowedCountryReader ;
3434 }
3535
36-
3736 /**
3837 * Set allowed country filter for customer's addresses
3938 *
Original file line number Diff line number Diff line change 1010 */
1111
1212/**
13- * @var \Magento\Customer\Model\ResourceModel\Address\Collection $addressCollection
14- * @var $viewModel \Magento\Sales\ViewModel\Customer\Address\AddressAttributeFilter
13+ * @var \Magento\Customer\Model\ResourceModel\Address\Collection $addressCollection
14+ * @var \Magento\Sales\ViewModel\Customer\Address\AddressAttributeFilter $viewModel
1515 */
1616
1717$ addressCollection = $ block ->getData ('customerAddressCollection ' );
You can’t perform that action at this time.
0 commit comments