Skip to content

Commit bf6c57f

Browse files
ENGCOM-3742: Typo corrected in class name UpdateBundleRelatedEntityTytpes -> UpdateBundleRelatedEntityTypes #19954
- Merge Pull Request #19954 from irajneeshgupta/magento2:minor-typo-fix - Merged commits: 1. 4da5bde 2. 28f5f93
2 parents c4fb1ee + 28f5f93 commit bf6c57f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Bundle/Setup/Patch/Data/UpdateBundleRelatedEntityTytpes.php renamed to app/code/Magento/Bundle/Setup/Patch/Data/UpdateBundleRelatedEntityTypes.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
use Magento\Eav\Setup\EavSetup;
1616

1717
/**
18-
* Class UpdateBundleRelatedEntityTytpes
18+
* Class UpdateBundleRelatedEntityTypes
1919
* @package Magento\Bundle\Setup\Patch
2020
*/
21-
class UpdateBundleRelatedEntityTytpes implements DataPatchInterface, PatchVersionInterface
21+
class UpdateBundleRelatedEntityTypes implements DataPatchInterface, PatchVersionInterface
2222
{
2323
/**
2424
* @var ModuleDataSetupInterface
@@ -31,7 +31,7 @@ class UpdateBundleRelatedEntityTytpes implements DataPatchInterface, PatchVersio
3131
private $eavSetupFactory;
3232

3333
/**
34-
* UpdateBundleRelatedEntityTytpes constructor.
34+
* UpdateBundleRelatedEntityTypes constructor.
3535
* @param ModuleDataSetupInterface $moduleDataSetup
3636
* @param EavSetupFactory $eavSetupFactory
3737
*/

0 commit comments

Comments
 (0)