@@ -227,7 +227,7 @@ class Product extends AbstractEntity
227
227
* Links attribute name-to-link type ID.
228
228
*
229
229
* @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
230
- * @see It is possible to supply additional link types via DI
230
+ *
231
231
* @var array
232
232
*/
233
233
protected $ _linkNameToId = [
@@ -548,7 +548,6 @@ class Product extends AbstractEntity
548
548
/**
549
549
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
550
550
* @deprecated 101.0.0 this variable isn't used anymore.
551
- * @see avoid using this variable
552
551
*/
553
552
protected $ _stockResItemFac ;
554
553
@@ -614,7 +613,6 @@ class Product extends AbstractEntity
614
613
* @var array
615
614
* @deprecated 100.0.3
616
615
* @since 100.0.3
617
- * @see avoid using this variable
618
616
*/
619
617
protected $ productUrlKeys = [];
620
618
@@ -1282,7 +1280,6 @@ protected function _prepareRowForDb(array $rowData)
1282
1280
* Must be called after ALL products saving done.
1283
1281
*
1284
1282
* @deprecated 101.1.0 use linkProcessor Directly
1285
- * @see \Magento\CatalogImportExport\Model\Import\Product\linkProcessor::saveLinks
1286
1283
*
1287
1284
* @return $this
1288
1285
*/
@@ -1492,7 +1489,6 @@ private function getNewSkuFieldsForSelect()
1492
1489
* @return void
1493
1490
* @since 100.0.4
1494
1491
* @deprecated 100.2.3
1495
- * @see avoid using this function
1496
1492
*/
1497
1493
protected function initMediaGalleryResources ()
1498
1494
{
@@ -2340,7 +2336,6 @@ protected function _saveStockItem()
2340
2336
$ stockItem = $ this ->getRowExistingStockItem ($ rowData );
2341
2337
$ existingStockItemData = $ stockItem ->getData ();
2342
2338
$ row = $ this ->formatStockDataForRow ($ rowData );
2343
- $ row ['explicit_qty ' ] = array_key_exists ('qty ' , $ rowData );
2344
2339
$ productIdsToReindex [] = $ row ['product_id ' ];
2345
2340
$ storeId = $ this ->getRowStoreId ($ rowData );
2346
2341
if (!empty (array_diff_assoc ($ row , $ existingStockItemData ))
0 commit comments