File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/PageBuilderDataMigration/Setup/DataConverter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function __construct(
48
48
* @param string $value
49
49
* @return string
50
50
*/
51
- public function convert (string $ value )
51
+ public function convert ($ value )
52
52
{
53
53
if (preg_match ('/<!-- ' . Format::BLUEFOOT_KEY . '="(.*)"-->/ ' , $ value , $ matches )) {
54
54
if ($ this ->validator ->validate ($ matches [1 ])) {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function __construct(
47
47
* @param string $value
48
48
* @return string
49
49
*/
50
- public function convert (string $ value )
50
+ public function convert ($ value )
51
51
{
52
52
if (strstr ($ value , Format::UNMIGRATED_KEY ) !== false ) {
53
53
return $ this ->convertMixed ($ value );
You can’t perform that action at this time.
0 commit comments