Skip to content

Commit 8b0b760

Browse files
committed
MAGETWO-94347: Implement handling of large number of addresses on storefront Address book
1 parent a5e009f commit 8b0b760

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/Block/Address

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Block/Address/Grid.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ class Grid extends \Magento\Framework\View\Element\Template
3838
private $countryFactory;
3939

4040
/**
41+
* @param \Magento\Framework\View\Element\Template\Context $context
4142
* @param \Magento\Customer\Helper\Session\CurrentCustomer $currentCustomer
4243
* @param AddressCollectionFactory $addressCollectionFactory
4344
* @param CountryFactory $countryFactory
44-
* @param \Magento\Framework\View\Element\Template\Context $context
4545
* @param array $data
4646
*/
4747
public function __construct(
48+
\Magento\Framework\View\Element\Template\Context $context,
4849
\Magento\Customer\Helper\Session\CurrentCustomer $currentCustomer,
4950
AddressCollectionFactory $addressCollectionFactory,
5051
CountryFactory $countryFactory,
51-
\Magento\Framework\View\Element\Template\Context $context,
5252
array $data = []
5353
) {
5454
$this->currentCustomer = $currentCustomer;

0 commit comments

Comments
 (0)