Skip to content

Commit 7b3e234

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,10 @@ function (TestResult $testResult) {
170170
*
171171
* @param AllureLifecycleInterface $lifecycle
172172
* @param Test $cest
173+
*
173174
* @return void
174175
*/
175-
private function addTestsInSuites($lifecycle, $cest): void
176+
private function addTestsInSuites(AllureLifecycleInterface $lifecycle, Test $cest): void
176177
{
177178
$groupName = null;
178179
if ($this->options['groups'] !== null) {

0 commit comments

Comments
 (0)