Skip to content

Commit 043ee0f

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! misc
1 parent b8622a3 commit 043ee0f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Config/ConfigInitializer.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ public function createConfigIfMissing(string $projectDirectory): bool
2222
return false;
2323
}
2424

25-
$response = $this->outputPrinter->ask('No "monitor.php" config found. Should we generate it for you?', 'yes');
26-
27-
// be tolerant about input
28-
if (! in_array($response, ['yes', 'YES', 'y', 'Y'], true)) {
29-
// okay, nothing we can do
30-
return false;
31-
}
32-
3325
$templateFileContents = $this->filesystem->readFile(__DIR__ . '/../../templates/monitor.php.dist');
3426

3527
// create the ecs.php file

0 commit comments

Comments
 (0)