Skip to content

Commit 291990e

Browse files
committed
ACQE-4973 | Fix static checks
1 parent 31ec8b5 commit 291990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ function (TestResult $testResult) {
168168
/**
169169
* Function to add test under the suites.
170170
*
171-
* @param string $lifecycle
172-
* @param string $cest
171+
* @param object $lifecycle
172+
* @param object $cest
173173
*
174174
* @return void
175175
*/

0 commit comments

Comments
 (0)