Skip to content

Commit a01b754

Browse files
Manjusha.SManjusha.S
authored andcommitted
Upgrade php 8.2, mftf deprecation error fixes , drop 7.4 support
1 parent 0300d1b commit a01b754

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Magento/FunctionalTestingFramework/Test/Parsers/ActionGroupDataParser.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
/**
1212
* Class ActionGroupDataParser
1313
*/
14-
#[\AllowDynamicProperties]
1514

1615
class ActionGroupDataParser
1716
{
17+
/**
18+
* @var DataInterface
19+
*/
20+
private $actionGroupData;
21+
1822
/**
1923
* ActionGroupDataParser constructor.
2024
*

0 commit comments

Comments
 (0)