Skip to content

Commit 8ad9bad

Browse files
committed
Added Comment Block
- Explaining class can be removed if 8.4 compatibility is updated
1 parent 2fbf68c commit 8ad9bad

File tree

1 file changed

+5
-0
lines changed
  • src/Magento/FunctionalTestingFramework/Codeception/Module

1 file changed

+5
-0
lines changed

src/Magento/FunctionalTestingFramework/Codeception/Module/Sequence.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
use Codeception\Exception\ModuleException;
1313
use Codeception\TestInterface;
1414

15+
/**
16+
* Class Sequence
17+
* Implemented here as a replacement for codeception/module-sequence due to PHP 8.4 deprecation errors.
18+
* This class can be removed when PHP 8.4 compatibility is updated in codeception/module-sequence.
19+
*/
1520
class Sequence extends Module
1621
{
1722
/**

0 commit comments

Comments
 (0)