Skip to content

Commit 8bbaa7e

Browse files
committed
Fix code formatting to pass all travis tests
1 parent b9a74c5 commit 8bbaa7e

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
@@ -321,7 +321,8 @@ protected function populateSelectionTemplate($selection, $optionId, $parentId, $
321321
/**
322322
* @deprecated Misspelled method - use retrieveProductsByCachedSkus() instead
323323
*/
324-
protected function retrieveProducsByCachedSkus() {
324+
protected function retrieveProducsByCachedSkus()
325+
{
325326
return $this->retrieveProductsByCachedSkus();
326327
}
327328

0 commit comments

Comments
 (0)