Skip to content

Commit f83107a

Browse files
committed
Satisfy ridiculous Coding Standard
1 parent 20a0cef commit f83107a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,10 +1781,9 @@ private function addDollarSign($input)
17811781
/**
17821782
* Wrap parameters into a function call.
17831783
*
1784-
* @param string $actor
1784+
* @param string $actor
17851785
* @param actionObject $action
1786-
* @param string $scope
1787-
* @param array ...$args
1786+
* @param array ...$args
17881787
* @return string
17891788
* @throws \Exception
17901789
*/
@@ -1816,7 +1815,7 @@ private function wrapFunctionCall($actor, $action, ...$args)
18161815
* @param string $actor
18171816
* @param string $action
18181817
* @param string $scope
1819-
* @param array ...$args
1818+
* @param array ...$args
18201819
* @return string
18211820
* @throws \Exception
18221821
*/

0 commit comments

Comments
 (0)