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 845fc39 commit 61bf802Copy full SHA for 61bf802
.github/workflows/php-cs-fixer.yml
.php_cs.dist.php
configure.php
@@ -29,7 +29,6 @@
29
$description = ask('Package description', "This is my package {$packageSlug}");
30
31
$usePhpStan = confirm('Enable PhpStan?', true);
32
-$usePhpCsFixer = confirm('Enable PhpCsFixer?', true);
33
$usePint = confirm('Enable Pint?', true);
34
$useUpdateChangelogWorkflow = confirm('Use automatic changelog updater workflow?', true);
35
@@ -83,11 +82,6 @@
83
82
};
84
}
85
86
-if (! $usePhpCsFixer) {
87
- safeUnlink(__DIR__ . '/.php_cs.dist.php');
88
- safeUnlink(__DIR__ . '/.github/workflows/php-cs-fixer.yml');
89
-}
90
-
91
if (! $usePint) {
92
safeUnlink(__DIR__ . '/pint.json');
93
safeUnlink(__DIR__ . '/.github/workflows/pint.yml');
0 commit comments