Skip to content

Commit d3574d3

Browse files
committed
Add correct method name to @see instead of description of @deprecated
1 parent 8bbaa7e commit d3574d3

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+2
-1
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ protected function populateSelectionTemplate($selection, $optionId, $parentId, $
319319
}
320320

321321
/**
322-
* @deprecated Misspelled method - use retrieveProductsByCachedSkus() instead
322+
* @deprecated Misspelled method
323+
* @see retrieveProductsByCachedSkus
323324
*/
324325
protected function retrieveProducsByCachedSkus()
325326
{

0 commit comments

Comments
 (0)