Skip to content

Commit a2abfd9

Browse files
authored
Merge pull request #5 from magebitcom/feature/m247
Fixes for php 8.3
2 parents 26caa36 + 152b20d commit a2abfd9

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

Model/Indexer/DataProvider/Category/WysiwygBlockData.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ class WysiwygBlockData implements DataProviderInterface
3838
*/
3939
private $scopeConfig;
4040

41+
/**
42+
* @var GetAttributeCodesByIds
43+
*/
44+
private $getAttributeCodesByIds;
45+
4146
/**
4247
* ContentData constructor.
4348
*

Model/Indexer/DataProvider/Product/WysiwygBlockData.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ class WysiwygBlockData implements DataProviderInterface
3939
*/
4040
private $scopeConfig;
4141

42+
/**
43+
* @var GetAttributeCodesByIds
44+
*/
45+
private $getAttributeCodesByIds;
46+
4247
/**
4348
* ContentData constructor.
4449
*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Converts magento URL's to VSF during indexation",
44
"license": "GPL-3.0-only",
55
"type": "magento2-component",
6-
"version": "2.0.3",
6+
"version": "2.0.4",
77
"authors": [
88
{
99
"name": "Kristofers Ozolins"

0 commit comments

Comments
 (0)