Skip to content

Commit 53abebc

Browse files
committed
PSR-12.
1 parent 322099e commit 53abebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Generator/FilesGenerator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function __construct(string $projectPath)
9292
* Generates the test files.
9393
* @param string $pathToScan the path to scan for the configuration files.
9494
*/
95-
public function generate(string $pathToScan): void {
95+
public function generate(string $pathToScan): void
96+
{
9697
/**
9798
* @var string[] $difficulties
9899
*/

0 commit comments

Comments
 (0)