Skip to content

Commit d0c4c64

Browse files
committed
Fixed property type in docblock
1 parent 9a7fa4c commit d0c4c64

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CustomerImportExport/Model/Import

1 file changed

+2
-2
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Address.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ class Address extends AbstractCustomer
104104
/**
105105
* Region collection instance
106106
*
107-
* @var string
107+
* @var \Magento\Directory\Model\ResourceModel\Region\Collection
108108
*/
109-
protected $_regionCollection;
109+
private $_regionCollection;
110110

111111
/**
112112
* Countries and regions

0 commit comments

Comments
 (0)