@@ -98,14 +98,14 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
98
98
protected $ _addFinalPrice = false ;
99
99
100
100
/**
101
- * Cache for all ids
101
+ * All ids cache
102
102
*
103
103
* @var array
104
104
*/
105
105
protected $ _allIdsCache = null ;
106
106
107
107
/**
108
- * Is add tax percents to product collection flag
108
+ * Is add tax percents flag to product collection
109
109
*
110
110
* @var bool
111
111
*/
@@ -136,42 +136,42 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
136
136
protected $ _priceDataFieldFilters = [];
137
137
138
138
/**
139
- * Price expression sql
139
+ * Product Price expression sql
140
140
*
141
141
* @var string|null
142
142
*/
143
143
protected $ _priceExpression ;
144
144
145
145
/**
146
- * Additional price expression sql part
146
+ * Additional product price expression sql part
147
147
*
148
148
* @var string|null
149
149
*/
150
150
protected $ _additionalPriceExpression ;
151
151
152
152
/**
153
- * Max prise (statistics data)
153
+ * Product max price (statistics data)
154
154
*
155
155
* @var float
156
156
*/
157
157
protected $ _maxPrice ;
158
158
159
159
/**
160
- * Min prise (statistics data)
160
+ * Product min price (statistics data)
161
161
*
162
162
* @var float
163
163
*/
164
164
protected $ _minPrice ;
165
165
166
166
/**
167
- * Prise standard deviation (statistics data)
167
+ * Standard deviation of product price (statistics data)
168
168
*
169
169
* @var float
170
170
*/
171
171
protected $ _priceStandardDeviation ;
172
172
173
173
/**
174
- * Prises count (statistics data)
174
+ * Product Prices count (statistics data)
175
175
*
176
176
* @var int
177
177
*/
@@ -249,7 +249,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
249
249
protected $ _groupManagement ;
250
250
251
251
/**
252
- * Need to add websites to result flag
252
+ * Need to add website names to result flag
253
253
*
254
254
* @var bool
255
255
*/
0 commit comments