Skip to content

Commit ee3553e

Browse files
AC-251: Create new Data patch
- update docBlocks
1 parent 8f77eee commit ee3553e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Config/Setup/Patch/Data/RemoveTinymceConfig.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Magento\Framework\Setup\Patch\DataPatchInterface;
1212

1313
/**
14-
* Update bml config settings to the equivalent paylater settings
14+
* Remove old tinymce versions from the configuration
1515
*/
1616
class RemoveTinymceConfig implements DataPatchInterface
1717
{
@@ -21,7 +21,6 @@ class RemoveTinymceConfig implements DataPatchInterface
2121
private $moduleDataSetup;
2222

2323
/**
24-
* PrepareInitialConfig constructor.
2524
* @param ModuleDataSetupInterface $moduleDataSetup
2625
*/
2726
public function __construct(

0 commit comments

Comments
 (0)