Skip to content

Commit 32747f8

Browse files
committed
MQE-2575: Allow MFTF Helpers to Return Data to MFTF Test
- fix static tests
1 parent 8ad5910 commit 32747f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,10 +2042,10 @@ private function wrapFunctionCall($actor, $action, ...$args)
20422042
/**
20432043
* Wrap parameters into a function call with a return value.
20442044
*
2045-
* @param string $returnVariable
2046-
* @param string $actor
2045+
* @param string $returnVariable
2046+
* @param string $actor
20472047
* @param actionObject $action
2048-
* @param array ...$args
2048+
* @param array ...$args
20492049
* @return string
20502050
* @throws \Exception
20512051
*/

0 commit comments

Comments
 (0)