Skip to content

Commit ea1b727

Browse files
committed
33309: Fixed static-tests
1 parent 172a1ef commit ea1b727

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/Filesystem/CestFileCreatorUtil.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ class CestFileCreatorUtil
2121
/**
2222
* CestFileCreatorUtil constructor.
2323
*/
24-
private function __construct(){}
24+
private function __construct()
25+
{
26+
}
2527

2628
/**
2729
* Get CestFileCreatorUtil instance.
@@ -41,9 +43,9 @@ public static function getInstance()
4143
* Create a single PHP file containing the $cestPhp using the $filename.
4244
* If the _generated directory doesn't exist it will be created.
4345
*
46+
* @param string $filename
4447
* @param string $exportDirectory
4548
* @param string $testPhp
46-
* @param string $filename
4749
*
4850
* @return void
4951
* @throws TestFrameworkException

0 commit comments

Comments
 (0)