Skip to content

Commit 3aa90d6

Browse files
committed
ACQE-4973 | Fix static checks
1 parent 7b3e234 commit 3aa90d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,8 @@ function (TestResult $testResult) {
168168
/**
169169
* Function to add test under the suites
170170
*
171-
* @param AllureLifecycleInterface $lifecycle
171+
* @param AllureLifecycleInterface $lifecycle
172172
* @param Test $cest
173-
*
174173
* @return void
175174
*/
176175
private function addTestsInSuites(AllureLifecycleInterface $lifecycle, Test $cest): void

0 commit comments

Comments
 (0)