Skip to content

Commit

Permalink
More PHP 8.2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-deboer authored Apr 24, 2023
1 parent 1fc89e1 commit eb4da19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Migration/Step/Customer/Model/SourceRecordsCounter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ class SourceRecordsCounter
*/
private $source;

/**
* @var EntityTypeCode
*/
private $entityTypeCode;

/**
* @var AttributesDataToSkip
*/
Expand Down
5 changes: 5 additions & 0 deletions src/Migration/Step/Eav/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ class Helper
*/
protected $destination;

/**
* @var Source
*/
protected $source;

/**
* @var RecordTransformerFactory
*/
Expand Down

0 comments on commit eb4da19

Please sign in to comment.