Skip to content

Commit 503f21b

Browse files
committed
MC-29401: PHPStan: "Access to an undefined property" errors
1 parent 655b403 commit 503f21b

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+7
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
115115
*/
116116
protected $_productTypeModels = [];
117117

118+
/**
119+
* Array of pairs store ID to its code.
120+
*
121+
* @var array
122+
*/
123+
protected $_storeIdToCode = [];
124+
118125
/**
119126
* Website ID-to-code.
120127
*

0 commit comments

Comments
 (0)