Skip to content

Commit f4b2d95

Browse files
committed
MQE-1676: Add a static-check that ensures action groups do not have unused arguments
fixing unit tests
1 parent 4a306c2 commit f4b2d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/StaticCheckHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class StaticCheckHelper
99
{
1010
/**
1111
* Prints out given errors to file, and returns summary result string
12-
* @param array $errors
12+
* @param array $errors
1313
* @param string $filename
1414
* @param string $message
1515
* @return string

0 commit comments

Comments
 (0)