Skip to content

Commit f2ceadd

Browse files
committed
ACP2E-2112: [Cloud] Data migration tool PHP 8.2 compatibility issue
1 parent eb4da19 commit f2ceadd

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

src/Migration/Step/UrlRewrite/Model/Version11410to2000/ProductRewritesWithoutCategories.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class ProductRewritesWithoutCategories implements ProductRewritesWithoutCategori
3434
*/
3535
private $sourceAdapter;
3636

37+
private $suffix;
38+
3739
/**
3840
* @param Source $source
3941
* @param Suffix $suffix

src/Migration/Step/UrlRewrite/Model/VersionCommerce/TemporaryTable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ class TemporaryTable
125125
*/
126126
private $suffix;
127127

128+
private $configReader;
129+
128130
/**
129131
* @var string[]
130132
*/

src/Migration/Step/VisualMerchandiser/Volume.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
use Migration\Reader\MapFactory;
1212
use Migration\ResourceModel;
1313
use Migration\App\ProgressBar;
14+
use Migration\Reader\Map;
15+
use Migration\Reader\Groups;
1416

1517
/**
1618
* Class Volume
@@ -39,6 +41,16 @@ class Volume extends AbstractVolume
3941
*/
4042
protected $logger;
4143

44+
/*
45+
* Map
46+
*/
47+
protected $map;
48+
49+
/*
50+
* Groups
51+
*/
52+
protected $groups;
53+
4254
/**
4355
* @param Logger $logger
4456
* @param ResourceModel\Source $source

0 commit comments

Comments
 (0)