Skip to content

Commit 18f7d85

Browse files
committed
Fix static test
1 parent 05e0e15 commit 18f7d85

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Attribute

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Attribute/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\Ab
4141
* Product instance
4242
*
4343
* @var \Magento\Catalog\Model\Product
44-
* @deprecated 100.3.0 Now collection supports fetching options for multiple products. This field will be set to first
45-
* element of products array.
44+
* @deprecated 100.3.0 Now collection supports fetching options for multiple products.
45+
* This field will be set to first element of products array.
4646
*/
4747
protected $_product;
4848

0 commit comments

Comments
 (0)