Skip to content

Commit c873e2b

Browse files
authored
Update TestGenerator.php
1 parent decf630 commit c873e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function createAllTestFiles($testManifest = null, $testsToIgnore = null)
255255
* @return void
256256
* @throws TestFrameworkException
257257
*/
258-
public function throwExceptionIfDuplicateArgumentsFound(string $fileContents, TestObject $testObject): void
258+
public function throwExceptionIfDuplicateArgumentsFound(string $fileContents, $testObject): void
259259
{
260260
$parsedSteps = $testObject->getUnresolvedSteps();
261261
foreach ($parsedSteps as $parsedStep) {

0 commit comments

Comments
 (0)