Skip to content

Commit 5dde652

Browse files
committed
Fixed static check error
1 parent 5366534 commit 5dde652

File tree

1 file changed

+1
-1
lines changed
  • src/Magento/FunctionalTestingFramework/Codeception/Module

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function _initialize(): void
4040
}
4141

4242
/**
43-
* @phpcs:ignore
43+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4444
* after method
4545
* @return void
4646
*/

0 commit comments

Comments
 (0)