Skip to content

Commit 31ec8b5

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ function (TestResult $testResult) {
168168
/**
169169
* Function to add test under the suites.
170170
*
171-
* @param object $lifecycle
172-
* @param Test $cest
171+
* @param string $lifecycle
172+
* @param string $cest
173+
*
173174
* @return void
174175
*/
175176
private function addTestsInSuites($lifecycle, $cest): void

0 commit comments

Comments
 (0)