We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322099e commit 53abebcCopy full SHA for 53abebc
src/Generator/FilesGenerator.php
@@ -92,7 +92,8 @@ public function __construct(string $projectPath)
92
* Generates the test files.
93
* @param string $pathToScan the path to scan for the configuration files.
94
*/
95
- public function generate(string $pathToScan): void {
+ public function generate(string $pathToScan): void
96
+ {
97
/**
98
* @var string[] $difficulties
99
0 commit comments