Skip to content

Commit 0b06b5d

Browse files
committed
AC-711::::Fixed Automation Failed Tests
1 parent 47ead28 commit 0b06b5d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
9898
protected $_addFinalPrice = false;
9999

100100
/**
101-
* Cache for all ids
101+
* All ids cache
102102
*
103103
* @var array
104104
*/
105105
protected $_allIdsCache = null;
106106

107107
/**
108-
* Is add tax percents to product collection flag
108+
* Is add tax percents flag to product collection
109109
*
110110
* @var bool
111111
*/
@@ -136,42 +136,42 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
136136
protected $_priceDataFieldFilters = [];
137137

138138
/**
139-
* Price expression sql
139+
* Product Price expression sql
140140
*
141141
* @var string|null
142142
*/
143143
protected $_priceExpression;
144144

145145
/**
146-
* Additional price expression sql part
146+
* Additional product price expression sql part
147147
*
148148
* @var string|null
149149
*/
150150
protected $_additionalPriceExpression;
151151

152152
/**
153-
* Max prise (statistics data)
153+
* Product max price (statistics data)
154154
*
155155
* @var float
156156
*/
157157
protected $_maxPrice;
158158

159159
/**
160-
* Min prise (statistics data)
160+
* Product min price (statistics data)
161161
*
162162
* @var float
163163
*/
164164
protected $_minPrice;
165165

166166
/**
167-
* Prise standard deviation (statistics data)
167+
* Standard deviation of product price (statistics data)
168168
*
169169
* @var float
170170
*/
171171
protected $_priceStandardDeviation;
172172

173173
/**
174-
* Prises count (statistics data)
174+
* Product Prices count (statistics data)
175175
*
176176
* @var int
177177
*/
@@ -249,7 +249,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
249249
protected $_groupManagement;
250250

251251
/**
252-
* Need to add websites to result flag
252+
* Need to add website names to result flag
253253
*
254254
* @var bool
255255
*/

0 commit comments

Comments
 (0)